| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Remove useless `'static` bounds on `Box` allocator | Jules Bertholet | -9/+3 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -0/+11 |
| 2023-11-29 | Rollup merge of #118383 - shepmaster:unused-tuple-struct-field-cleanup-stdlib... | Matthias Krüger | -0/+1 |
| 2023-11-29 | Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomcc | Matthias Krüger | -0/+11 |
| 2023-11-28 | Address unused tuple struct fields in the standard library | Jake Goulding | -0/+1 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -31/+172 |
| 2023-11-28 | Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuviper | Matthias Krüger | -2/+2 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+11 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+11 |
| 2023-11-26 | Rename `{collections=>alloc}{tests,benches}` | Maybe Waffle | -2/+2 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -1/+0 |
| 2023-11-25 | Add more benchmarks of `Vec::dedup` | AngelicosPhosphoros | -18/+105 |
| 2023-11-23 | Add UnorderedKeyError | Amanieu d'Antras | -31/+43 |
| 2023-11-23 | Update library/alloc/src/collections/btree/map.rs | Amanieu d'Antras | -1/+1 |
| 2023-11-23 | Rewrite the BTreeMap cursor API using gaps | Amanieu d'Antras | -374/+519 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+1 |
| 2023-11-20 | docs(GH-118094): make docs a bit more explicit | Petr Portnov | -3/+3 |
| 2023-11-20 | chore(GH-118094): explicitly mark `_elem` as unused | Petr Portnov | -1/+1 |
| 2023-11-20 | feat: specialize `SpecFromElem` for `()` | Petr Portnov | -4/+19 |
| 2023-11-16 | Stabilize ptr_addr_eq library feature | Urgau | -1/+0 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -3/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -4/+3 |
| 2023-11-10 | Closure-consuming helper functions for `fmt::Debug` helpers | John Millikin | -0/+2 |
| 2023-11-09 | Remove trailing whitespace | Matt Harding | -2/+2 |
| 2023-11-09 | Add note on how 0 flag overrides fill character | Matt Harding | -0/+1 |
| 2023-11-08 | Add link to Formatting traits from alternate forms | Matt Harding | -0/+4 |
| 2023-11-07 | Stabilize `slice_group_by` | Niklas Fiekas | -12/+10 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -1/+0 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -4/+14 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -1/+0 |
| 2023-11-04 | docs: clarify explicitly freeing heap allocated memory | alpharush | -3/+11 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -4/+3 |
| 2023-11-02 | Hint optimizer about reserved capacity | Kornel | -4/+14 |
| 2023-10-31 | delegate box error provide | Bugen Zhao | -0/+4 |
| 2023-10-30 | Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee | bors | -6/+18 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -6/+18 |
| 2023-10-28 | mark constructor of `BinaryHeap` as const fn | coekjan | -2/+4 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-21 | Update boxed.rs | Gimbles | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -5/+5 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -5/+5 |
| 2023-10-19 | Stablize arc_unwrap_or_clone | Muhammad Hamza | -4/+2 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+1 |
| 2023-10-16 | Add invariant to Vec::pop that len < cap if pop successful | Arthur Carcano | -0/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -10/+10 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+2 |
| 2023-10-11 | Rollup merge of #95967 - CAD97:from-utf16, r=dtolnay | Ali MJ Al-Nasrawy | -0/+150 |
| 2023-10-09 | Make BTreeSet::new_in const | Sven Bartscher | -1/+1 |
| 2023-10-09 | Make BTreeMap::new_in const | Sven Bartscher | -1/+1 |