| Age | Commit message (Expand) | Author | Lines |
| 2021-12-29 | Update library/std/src/ffi/os_str.rs | Xuanwo | -1/+1 |
| 2021-12-29 | Fix a minor mistake in `String::try_reserve_exact` examples | Sprite | -1/+1 |
| 2021-12-28 | Extend const_convert to rest of blanket core::convert impls | ltdk | -10/+15 |
| 2021-12-28 | Add {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}{,Assign}<$t> to Saturating<$t> | Michael Watzko | -0/+187 |
| 2021-12-28 | Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=Manishearth | Matthias Krüger | -0/+12 |
| 2021-12-28 | Implement support in wtf8 | Xuanwo | -0/+37 |
| 2021-12-28 | Fix windows build | Xuanwo | -0/+9 |
| 2021-12-28 | Add try_reserve for OsString | Xuanwo | -0/+92 |
| 2021-12-27 | Document units for `std::column` | Dylan MacKenzie | -0/+12 |
| 2021-12-27 | Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelid | Matthias Krüger | -3/+3 |
| 2021-12-27 | Rollup merge of #92264 - Shadlock0133:patch-1, r=the8472 | Matthias Krüger | -2/+2 |
| 2021-12-27 | Tweak sentence in `transmute` docs | Noah Lev | -1/+1 |
| 2021-12-27 | Add another implementation example to Debug trait | Alper Çugun | -2/+17 |
| 2021-12-27 | Little improves in CString `new` when creating from slice | AngelicosPhosphoros | -22/+45 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -2/+2 |
| 2021-12-26 | fix typo: the use f.pad -> then use f.pad | Hiroshi Kori | -1/+1 |
| 2021-12-26 | Reverts #92135 because perf regression | AngelicosPhosphoros | -1/+0 |
| 2021-12-26 | Fix a pair of mistyped test cases in std::net::ip | Scallop Ye | -2/+2 |
| 2021-12-25 | Language tweak. | Laurence Tratt | -2/+2 |
| 2021-12-24 | Remove `maybe_uninit_extra` feature from Vec docs | Shadlock0133 | -2/+2 |
| 2021-12-24 | Auto merge of #92135 - AngelicosPhosphoros:typeid_inline_74362, r=dtolnay | bors | -0/+1 |
| 2021-12-24 | Auto merge of #92226 - woppopo:const_black_box, r=joshtriplett | bors | -1/+23 |
| 2021-12-24 | Auto merge of #92220 - nnethercote:RawVec-dont-recompute-capacity, r=joshtrip... | bors | -17/+18 |
| 2021-12-23 | Rollup merge of #92121 - RalfJung:miri-core-test, r=kennytm | Matthias Krüger | -0/+1 |
| 2021-12-23 | Rollup merge of #90625 - Milo123459:ref-unwind-safe, r=dtolnay | Matthias Krüger | -0/+7 |
| 2021-12-23 | Bless a few tests | Deadbeef | -3/+0 |
| 2021-12-23 | Constify `Box<T, A>` methods | woppopo | -32/+224 |
| 2021-12-23 | Constify `core::intrinsics::black_box` | woppopo | -1/+23 |
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -39/+11 |
| 2021-12-23 | Add const-stability to `panicking::panic_*` fns | Deadbeef | -0/+4 |
| 2021-12-23 | Auto merge of #92155 - m-ou-se:panic-fn, r=eddyb | bors | -5/+11 |
| 2021-12-23 | Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnay | Matthias Krüger | -0/+35 |
| 2021-12-23 | Rollup merge of #92139 - dtolnay:backtrace, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2021-12-23 | Rollup merge of #92117 - solid-rs:fix-kmc-solid-read-buf, r=yaahc | Matthias Krüger | -1/+27 |
| 2021-12-23 | Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnay | Matthias Krüger | -0/+71 |
| 2021-12-22 | Update stability attribute for double ended case mapping iterators | David Tolnay | -2/+2 |
| 2021-12-22 | Fix tests | Chris Denton | -3/+11 |
| 2021-12-22 | RawVec: don't recompute capacity after allocating. | Nicholas Nethercote | -17/+18 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -5/+11 |
| 2021-12-21 | Rollup merge of #92129 - RalfJung:join-handle-docs, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-21 | Rollup merge of #91823 - woppopo:const_ptr_as_ref, r=lcnr | Matthias Krüger | -15/+30 |
| 2021-12-21 | Rollup merge of #90345 - passcod:entry-insert, r=dtolnay | Matthias Krüger | -6/+6 |
| 2021-12-21 | kmc-solid: Add `std::sys::solid::fs::File::read_buf` | Tomoaki Kawada | -1/+27 |
| 2021-12-20 | Bump insert_entry stabilization to Rust 1.59 | David Tolnay | -2/+2 |
| 2021-12-20 | Change Backtrace::enabled atomic from SeqCst to Relaxed | David Tolnay | -3/+3 |
| 2021-12-20 | Add `#[inline]` modifier to `TypeId::of` | AngelicosPhosphoros | -0/+1 |
| 2021-12-20 | impl RefUnwindSafe for Once | David Tolnay | -2/+5 |
| 2021-12-20 | JoinHandle docs: add missing 'the' | Ralf Jung | -1/+1 |
| 2021-12-20 | disable test with self-referential generator on Miri | Ralf Jung | -0/+1 |
| 2021-12-19 | Implement split_at_spare_mut directly | Ben Kimock | -2/+5 |