| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-12 | Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 | Matthias Krüger | -3/+0 |
| 2024-10-12 | remove const_cow_is_borrowed feature gate | Ralf Jung | -3/+0 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-11 | Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomcc | Trevor Gross | -383/+10 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -4/+4 |
| 2024-10-11 | rename RcBox to RcInner for consistency | Jonathan Dönszelmann | -67/+71 |
| 2024-10-10 | allocate before calling T::default in <Arc<T>>::default() | Joshua Wong | -1/+8 |
| 2024-10-10 | allocate before calling T::default in <Box<T>>::default() | Joshua Wong | -1/+1 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -30/+76 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -30/+76 |
| 2024-10-03 | Avoid emptiness check in `PeekMut::pop` | EFanZh | -1/+4 |
| 2024-10-01 | Implemented FromStr for CString and TryFrom<CString> for String | Yoh Deadfall | -1/+25 |
| 2024-09-30 | Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=Amanieu | Trevor Gross | -0/+3 |
| 2024-09-30 | Port sort-research-rs test suite Rust stdlib tests | Lukas Bergdoll | -383/+10 |
| 2024-09-29 | Rollup merge of #130416 - BatmanAoD:130122-sort-by-docs, r=Mark-Simulacrum | Guillaume Gomez | -20/+47 |
| 2024-09-28 | Auto merge of #123778 - jhorstmann:optimize-upper-lower-auto-vectorization, r... | bors | -52/+77 |
| 2024-09-27 | Mark some more smart pointers as insignificant | Michael Goulet | -0/+2 |
| 2024-09-27 | Mark some more types as having insignificant dtor | Michael Goulet | -0/+1 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -39/+35 |
| 2024-09-23 | Add fast path for ascii to ascii in str::replace | Laiho | -2/+30 |
| 2024-09-23 | Improve autovectorization of to_lowercase / to_uppercase functions | Jörn Horstmann | -52/+77 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -0/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -74/+68 |
| 2024-09-22 | reword edge-conditions documentation on all slice 'sort' functions; resolves ... | Kyle J Strand | -20/+47 |
| 2024-09-21 | Rollup merge of #130408 - okaneco:into_lossy_refactor, r=Noratrieb | Michael Goulet | -1/+25 |
| 2024-09-20 | Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy` | okaneco | -1/+25 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -2/+69 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+6 |
| 2024-09-20 | Add `Vec::as_non_null` | Tim (Theemathas) Chirananthavat | -2/+69 |
| 2024-09-20 | Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` | Pavel Grigorenko | -0/+105 |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2024-09-19 | Add str.as_str() for easy dereferencing of Box<str> | Kornel | -0/+5 |
| 2024-09-19 | [Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea... | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-19 | [Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it... | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths | GnomedDev | -0/+5 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -1/+0 |
| 2024-09-18 | Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er... | Jubilee | -0/+3 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-17 | read_volatile __rust_no_alloc_shim_is_unstable in alloc_zeroed | Ben Kimock | -1/+7 |
| 2024-09-17 | Rollup merge of #129674 - matthewpipie:rc-arc-new-cyclic-in, r=dtolnay | Matthias Krüger | -84/+172 |
| 2024-09-16 | Update library/alloc/src/sync.rs | matthewpipie | -1/+1 |
| 2024-09-15 | Rollup merge of #129439 - okaneco:vec_string_lossy, r=Noratrieb | Matthias Krüger | -0/+74 |
| 2024-09-15 | Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -1/+1 |