| Age | Commit message (Expand) | Author | Lines |
| 2022-08-05 | Revert write! and writeln! to late drop temporaries | David Tolnay | -8/+6 |
| 2022-06-22 | Rollup merge of #97516 - RalfJung:atomics, r=joshtriplett | Yuki Okushi | -0/+7 |
| 2022-06-21 | hedge our bets | Ralf Jung | -1/+1 |
| 2022-06-21 | Rollup merge of #97269 - RalfJung:transmute, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2022-06-20 | Auto merge of #98307 - matthiaskrgr:rollup-rb3huha, r=matthiaskrgr | bors | -1/+3 |
| 2022-06-20 | Rollup merge of #98296 - JohnTitor:generator-unstable-book-link, r=Dylan-DPC | Matthias Krüger | -1/+2 |
| 2022-06-20 | Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-06-20 | Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-se | bors | -8/+11 |
| 2022-06-20 | Add a link to the unstable book page on Generator doc comment | Yuki Okushi | -1/+2 |
| 2022-06-20 | Rollup merge of #96719 - mbartlett21:patch-4, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-06-20 | Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-se | Dylan DPC | -0/+48 |
| 2022-06-20 | Optimize heapsort | zhangyunhao | -8/+11 |
| 2022-06-20 | Show #![feature] in example. | Mara Bos | -1/+1 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -0/+1 |
| 2022-06-20 | Rollup merge of #98257 - kadiwa4:into_future_doc_typos, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2022-06-20 | Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplett | Yuki Okushi | -0/+22 |
| 2022-06-19 | Add `core::mem::copy` to complement `core::mem::drop`. | Joshua Nelson | -0/+22 |
| 2022-06-19 | typos in `IntoFuture` docs | KaDiWa4 | -2/+2 |
| 2022-06-19 | Auto merge of #97367 - WaffleLapkin:stabilize_checked_slice_to_str_conv, r=dt... | bors | -5/+6 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -388/+395 |
| 2022-06-18 | Expose iter::ByRefSized as unstable feature and use it | Paolo Barbolini | -3/+10 |
| 2022-06-17 | Rollup merge of #97675 - nvzqz:unsized-needs-drop, r=dtolnay | Yuki Okushi | -2/+2 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -388/+395 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -94/+221 |
| 2022-06-16 | Rollup merge of #98059 - tmiasko:inline-const-eval-select, r=Amanieu | Yuki Okushi | -0/+1 |
| 2022-06-14 | rustdoc: change "variadic tuple" notation to look less like real syntax | Michael Howell | -4/+4 |
| 2022-06-13 | Horizon OS STD support | Meziu | -1/+2 |
| 2022-06-13 | Inline `const_eval_select` | Tomasz Miąsko | -0/+1 |
| 2022-06-13 | Document an edge case of `str::split_once` | Imbolc | -0/+1 |
| 2022-06-12 | Rollup merge of #97950 - eggyal:issue-97945, r=Dylan-DPC | Michael Goulet | -2/+2 |
| 2022-06-12 | Rollup merge of #97992 - m-ou-se:stabilize-scoped-threads, r=joshtriplett | Dylan DPC | -6/+6 |
| 2022-06-11 | Add docs to `maybe_tuple_doc!` | Michael Howell | -0/+2 |
| 2022-06-11 | Update library/core/src/primitive_docs.rs | Michael Howell | -1/+1 |
| 2022-06-11 | Auto merge of #97996 - matthiaskrgr:rollup-bvbjlid, r=matthiaskrgr | bors | -3/+3 |
| 2022-06-11 | docs: make all the variadic impls use `(T, ...)` exactly | Michael Howell | -14/+14 |
| 2022-06-11 | Add test case for #trait-implementations-1 link | Michael Howell | -0/+2 |
| 2022-06-11 | Re-add explicit list of traits to tuple docs, with limit notes | Michael Howell | -5/+34 |
| 2022-06-11 | Use relative path for addressing things in rust-lang/rust | Michael Howell | -2/+2 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -5/+5 |
| 2022-06-11 | Rollup merge of #97943 - Warrenren:master, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-06-11 | Rollup merge of #97904 - est31:master, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-06-11 | Stabilize scoped threads. | Mara Bos | -6/+6 |
| 2022-06-10 | Fix typos in Provider API docs | Benjamin Herr | -2/+2 |
| 2022-06-11 | Update cmp.rs | Warrenren | -1/+1 |
| 2022-06-10 | Rollup merge of #97940 - GuillaumeGomez:relative-link, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-06-10 | Clarify `#[derive(PartialEq)]` on enums | Alan Egerton | -2/+2 |
| 2022-06-10 | line 1352, change self to (*self), other to (*other) | Warrenren | -1/+1 |
| 2022-06-10 | Use relative links instead of linking to doc.rust-lang.org when possible | Guillaume Gomez | -2/+2 |
| 2022-06-10 | Rollup merge of #97876 - yoshuawuyts:into-future-docs, r=JohnTitor,yaahc | Yuki Okushi | -0/+119 |
| 2022-06-10 | Auto merge of #91970 - nrc:provide-any, r=scottmcm | bors | -3/+373 |