summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-08-05Revert write! and writeln! to late drop temporariesDavid Tolnay-8/+6
2022-06-22Rollup merge of #97516 - RalfJung:atomics, r=joshtriplettYuki Okushi-0/+7
2022-06-21hedge our betsRalf Jung-1/+1
2022-06-21Rollup merge of #97269 - RalfJung:transmute, r=m-ou-seYuki Okushi-1/+1
2022-06-20Auto merge of #98307 - matthiaskrgr:rollup-rb3huha, r=matthiaskrgrbors-1/+3
2022-06-20Rollup merge of #98296 - JohnTitor:generator-unstable-book-link, r=Dylan-DPCMatthias Krüger-1/+2
2022-06-20Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obkMatthias Krüger-0/+1
2022-06-20Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-sebors-8/+11
2022-06-20Add a link to the unstable book page on Generator doc commentYuki Okushi-1/+2
2022-06-20Rollup merge of #96719 - mbartlett21:patch-4, r=Dylan-DPCDylan DPC-3/+4
2022-06-20Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-seDylan DPC-0/+48
2022-06-20Optimize heapsortzhangyunhao-8/+11
2022-06-20Show #![feature] in example.Mara Bos-1/+1
2022-06-19Mention formatting macros when encountering ArgumentV1::new in constMichael Goulet-0/+1
2022-06-20Rollup merge of #98257 - kadiwa4:into_future_doc_typos, r=Dylan-DPCYuki Okushi-2/+2
2022-06-20Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplettYuki Okushi-0/+22
2022-06-19Add `core::mem::copy` to complement `core::mem::drop`.Joshua Nelson-0/+22
2022-06-19typos in `IntoFuture` docsKaDiWa4-2/+2
2022-06-19Auto merge of #97367 - WaffleLapkin:stabilize_checked_slice_to_str_conv, r=dt...bors-5/+6
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-388/+395
2022-06-18Expose iter::ByRefSized as unstable feature and use itPaolo Barbolini-3/+10
2022-06-17Rollup merge of #97675 - nvzqz:unsized-needs-drop, r=dtolnayYuki Okushi-2/+2
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-388/+395
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-94/+221
2022-06-16Rollup merge of #98059 - tmiasko:inline-const-eval-select, r=AmanieuYuki Okushi-0/+1
2022-06-14rustdoc: change "variadic tuple" notation to look less like real syntaxMichael Howell-4/+4
2022-06-13Horizon OS STD supportMeziu-1/+2
2022-06-13Inline `const_eval_select`Tomasz Miąsko-0/+1
2022-06-13Document an edge case of `str::split_once`Imbolc-0/+1
2022-06-12Rollup merge of #97950 - eggyal:issue-97945, r=Dylan-DPCMichael Goulet-2/+2
2022-06-12Rollup merge of #97992 - m-ou-se:stabilize-scoped-threads, r=joshtriplettDylan DPC-6/+6
2022-06-11Add docs to `maybe_tuple_doc!`Michael Howell-0/+2
2022-06-11Update library/core/src/primitive_docs.rsMichael Howell-1/+1
2022-06-11Auto merge of #97996 - matthiaskrgr:rollup-bvbjlid, r=matthiaskrgrbors-3/+3
2022-06-11docs: make all the variadic impls use `(T, ...)` exactlyMichael Howell-14/+14
2022-06-11Add test case for #trait-implementations-1 linkMichael Howell-0/+2
2022-06-11Re-add explicit list of traits to tuple docs, with limit notesMichael Howell-5/+34
2022-06-11Use relative path for addressing things in rust-lang/rustMichael Howell-2/+2
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-5/+5
2022-06-11Rollup merge of #97943 - Warrenren:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-06-11Rollup merge of #97904 - est31:master, r=Dylan-DPCMatthias Krüger-2/+2
2022-06-11Stabilize scoped threads.Mara Bos-6/+6
2022-06-10Fix typos in Provider API docsBenjamin Herr-2/+2
2022-06-11Update cmp.rsWarrenren-1/+1
2022-06-10Rollup merge of #97940 - GuillaumeGomez:relative-link, r=Dylan-DPCMatthias Krüger-2/+2
2022-06-10Clarify `#[derive(PartialEq)]` on enumsAlan Egerton-2/+2
2022-06-10line 1352, change self to (*self), other to (*other)Warrenren-1/+1
2022-06-10Use relative links instead of linking to doc.rust-lang.org when possibleGuillaume Gomez-2/+2
2022-06-10Rollup merge of #97876 - yoshuawuyts:into-future-docs, r=JohnTitor,yaahcYuki Okushi-0/+119
2022-06-10Auto merge of #91970 - nrc:provide-any, r=scottmcmbors-3/+373