| Age | Commit message (Expand) | Author | Lines |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -13/+45 |
| 2021-09-21 | Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytm | the8472 | -9/+6 |
| 2021-09-21 | Rollup merge of #89015 - klensy:escape-def, r=Mark-Simulacrum | the8472 | -4/+6 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -13/+45 |
| 2021-09-19 | Auto merge of #89031 - the8472:outline-once-cell-init-closure, r=Mark-Simulacrum | bors | -1/+10 |
| 2021-09-18 | EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -... | klensy | -4/+6 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -9/+6 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -0/+16 |
| 2021-09-17 | Rollup merge of #88887 - fee1-dead:const-deref, r=oli-obk | Yuki Okushi | -4/+8 |
| 2021-09-17 | Don't inline OnceCell initialization closures | The8472 | -1/+10 |
| 2021-09-16 | Rollup merge of #88928 - lefth:master, r=Mark-Simulacrum | Manish Goregaokar | -3/+4 |
| 2021-09-15 | Rollup merge of #88915 - joshlf:patch-4, r=kennytm | Manish Goregaokar | -0/+4 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -0/+16 |
| 2021-09-15 | Const Deref | Deadbeef | -4/+8 |
| 2021-09-14 | Document the closure arguments for `reduce`. | Dan Zwell | -3/+4 |
| 2021-09-13 | `Wrapping<T>` has the same layout and ABI as `T` | Joshua Liebow-Feeser | -0/+4 |
| 2021-09-13 | Rollup merge of #88722 - WaffleLapkin:unsafe_cell_const_get_mut, r=dtolnay | Guillaume Gomez | -1/+2 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -4/+4 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -8/+1320 |
| 2021-09-11 | Rollup merge of #87904 - kpreid:unsize, r=jyn514 | Jubilee | -11/+9 |
| 2021-09-11 | Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]` | Waffle Lapkin | -1/+1 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+2 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -69/+4 |
| 2021-09-08 | Rollup merge of #88712 - jhpratt:fix-int_rounding-docs, r=joshtriplett | Jack Huey | -1/+2 |
| 2021-09-08 | Rollup merge of #88648 - kpreid:option, r=Mark-Simulacrum | Jack Huey | -8/+8 |
| 2021-09-08 | Rollup merge of #88594 - steffahn:more_symbolic_doc_aliases, r=joshtriplett | Jack Huey | -0/+1 |
| 2021-09-07 | Make `UnsafeCell::get_mut` const | Waffle | -1/+2 |
| 2021-09-07 | Fix docs for `uX::checked_next_multiple_of` | Jacob Pratt | -1/+2 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+6 |
| 2021-09-05 | Change return type for T::{log,log2,log10} to u32. The value is at | Falk Hüffner | -24/+18 |
| 2021-09-05 | Auto merge of #88469 - patrick-gu:master, r=dtolnay | bors | -11/+13 |
| 2021-09-04 | Clarify what “a container” is in `FromIterator<Option<A>> for Option<V>` ... | Kevin Reid | -2/+2 |
| 2021-09-04 | Add sentence punctuation and links in `Option` docs. | Kevin Reid | -5/+5 |
| 2021-09-04 | “Moves” instead of “copies” in `<Option<T> as From<T>>::from` doc. | Kevin Reid | -1/+1 |
| 2021-09-03 | Fix accidentally deleted part | patrick-gu | -1/+1 |
| 2021-09-03 | Add a missing backtick | patrick-gu | -1/+1 |
| 2021-09-03 | Remove excessive linking | patrick-gu | -36/+34 |
| 2021-09-03 | Rollup merge of #88610 - m-ou-se:array-into-iter-docs, r=Amanieu | Mara Bos | -2/+7 |
| 2021-09-03 | Rollup merge of #88579 - ast-ral:master, r=m-ou-se | Mara Bos | -4/+0 |
| 2021-09-03 | Rollup merge of #88202 - azdavis:master, r=jyn514 | Mara Bos | -0/+12 |
| 2021-09-03 | Update outdated docs of array::IntoIter::new. | Mara Bos | -2/+7 |
| 2021-09-02 | Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplett | Mara Bos | -0/+271 |
| 2021-09-02 | Rollup merge of #88560 - klensy:formatter-pad-shrink, r=m-ou-se | Mara Bos | -12/+17 |
| 2021-09-02 | Rollup merge of #88505 - ibraheemdev:use-unwrap-unchecked, r=kennytm | Mara Bos | -10/+4 |
| 2021-09-02 | Add "!" doc alias for `std::ops::Not` | Frank Steffahn | -0/+1 |
| 2021-09-02 | Implement #88581 | Jacob Pratt | -0/+271 |
| 2021-09-01 | remove redundant / misplaced sentence from docs | ast-ral | -4/+0 |
| 2021-09-02 | Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-se | bors | -1/+1 |
| 2021-09-01 | fix clippy lints | klensy | -3/+3 |
| 2021-09-01 | `fmt::Formatter::pad`: don't call chars().count() more than one time | klensy | -9/+14 |