| Age | Commit message (Expand) | Author | Lines |
| 2021-09-22 | PR fixup | Aman Arora | -1/+1 |
| 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-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+1 |
| 2021-09-20 | Mark unsafe NonZero*::unchecked_(add|mul) as const | Iago-lito | -2/+2 |
| 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-16 | Make Duration's Debug format pad to width | Michiel De Muynck | -30/+78 |
| 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 | Fix formatting | Albin Hedman | -1/+3 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -6/+6 |
| 2021-09-15 | Updated for new const trait bounds syntax | Albin Hedman | -2/+2 |
| 2021-09-15 | Constly impl TryV2 and Residual for Option | Albin Hedman | -2/+4 |
| 2021-09-15 | Constly impl TryV2 and FromResidual for Result | Albin Hedman | -2/+4 |
| 2021-09-15 | Constify identify conversions | Albin Hedman | -2/+5 |
| 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 | manually inline function | The8472 | -4/+4 |
| 2021-09-11 | optimization continuation byte validation of strings containing multibyte chars | The8472 | -6/+4 |
| 2021-09-11 | optimize utf8_is_cont_byte() to speed up str.chars().count() | The8472 | -1/+1 |
| 2021-09-11 | Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]` | Waffle Lapkin | -1/+1 |
| 2021-09-09 | Added psadbw support for u8::abs_diff. | Orson Peters | -3/+9 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+2 |
| 2021-09-09 | Added abs_diff for integer types. | Orson Peters | -0/+61 |
| 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 | Improve docs for int_log | Falk Hüffner | -25/+24 |
| 2021-09-07 | Fix docs for `uX::checked_next_multiple_of` | Jacob Pratt | -1/+2 |
| 2021-09-06 | String.split_terminator: Add an example when using a slice of chars | Sylvestre Ledru | -0/+6 |
| 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 |