about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-01-06Style nit: replace `for_each` & `return` with `for` & `continue`Daniel Henry-Mantilla-4/+4
2021-01-05Auto merge of #80711 - camelid:intrinsic-of-val-safety, r=oli-obkbors-5/+11
2021-01-05Auto merge of #80717 - mbartlett21:patch-2, r=dtolnaybors-12/+12
2021-01-05Auto merge of #80699 - usbalbin:const_copy_tracking_issue, r=oli-obkbors-3/+2
2021-01-05Add code spans to docs in intrinsics.rsmbartlett21-12/+12
2021-01-04Make `size_of_val` and `min_align_of_val` intrinsics unsafeCamelid-5/+11
2021-01-05Rollup merge of #80677 - kw-fn:patch-2, r=jyn514Yuki Okushi-1/+1
2021-01-05Rollup merge of #80666 - jjlin:master, r=Dylan-DPCYuki Okushi-0/+1
2021-01-05Rollup merge of #80656 - booleancoercion:master, r=sfacklerYuki Okushi-1/+1
2021-01-05Rollup merge of #80442 - steffahn:mention_arc_in_cow, r=Mark-SimulacrumYuki Okushi-0/+5
2021-01-04Added reference to tracking issue and removed unneeded lineAlbin Hedman-3/+2
2021-01-04doc -- list edit for consistencyoliver-1/+1
2021-01-03Fix missing link for "fully qualified syntax"Jeremy Lin-0/+1
2021-01-03Fixed documentation errorbool-1/+1
2021-01-03Rollup merge of #80591 - lcnr:incomplete-features, r=RalfJungGuillaume Gomez-4/+2
2021-01-03Auto merge of #80590 - camelid:bool-never-docs, r=nagisabors-6/+7
2021-01-03Auto merge of #79827 - tmiasko:size-align, r=kennytmbors-0/+6
2021-01-02Auto merge of #79870 - sharnoff:smart-pointer-Any-type_id, r=shepmasterbors-0/+23
2021-01-01always demands -> requiresCamelid-1/+1
2021-01-02Auto merge of #77832 - camelid:remove-manual-link-resolves, r=jyn514bors-37/+0
2021-01-01remove incomplete features from stdBastian Kauschke-4/+2
2021-01-01Update `bool` and `!` docsCamelid-6/+7
2021-01-01Auto merge of #80310 - Manishearth:box-try-alloc, r=kennytmbors-10/+389
2020-12-31Remove many unnecessary manual link resolves from libraryCamelid-37/+0
2020-12-31More inline, doc fixesManish Goregaokar-2/+3
2020-12-31Make [A]Rc::allocate_for_layout() use try_allocate_for_layout()Manish Goregaokar-23/+5
2020-12-31Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-sebors-0/+330
2020-12-31Replace the tracking issue for the slice_group_by featureClément Renault-16/+16
2020-12-31Add an extra example to the two methodsClément Renault-0/+30
2020-12-31Reuse Box::try_new_*_in() in Box::new_*_in()Manish Goregaokar-5/+2
2020-12-31Add fallible Arc APIs (`Arc::try_new_*`)Manish Goregaokar-0/+122
2020-12-31Add fallible Rc APIs (`Rc::try_new_*`)Manish Goregaokar-22/+121
2020-12-31Add fallible box APIs (`Box::try_new_*`)Manish Goregaokar-1/+95
2020-12-31Add fallible box allocator APIs (`Box::try_new_*_in()`)Manish Goregaokar-1/+85
2020-12-31Auto merge of #79150 - m-ou-se:bye-bye-doc-comment-hack, r=jyn514bors-5169/+4668
2020-12-30Fix typos.Mara Bos-2/+2
2020-12-30Don't use doc_comment!{} hack in nonzero_leading_trailing_zeros!{}.Mara Bos-45/+41
2020-12-30Remove all doc_comment!{} hacks by using #[doc = expr] where needed.Mara Bos-5124/+4627
2020-12-30Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-sebors-1273/+1568
2020-12-30Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obkMara Bos-2/+4
2020-12-30Rollup merge of #80488 - CAD97:drop-weak-without-reference, r=m-ou-seMara Bos-2/+2
2020-12-30Rollup merge of #79479 - camelid:intersperse, r=m-ou-seMara Bos-1/+188
2020-12-30Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-seMara Bos-1268/+1374
2020-12-30Add tracking issueCamelid-5/+5
2020-12-30Add Iterator::intersperseJonas Schievink-1/+188
2020-12-30Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbinibors-81/+15
2020-12-30Fix rustdoc link in vec/into_iter.rs.Mara Bos-2/+2
2020-12-30Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitorbors-10/+11
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-81/+15
2020-12-30Rollup merge of #80260 - RalfJung:less-untyped-panics, r=m-ou-seYuki Okushi-10/+11