| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35 | bors | -3/+113 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -0/+1 |
| 2024-10-27 | add test for panicking drop in Box/Rc/Arc | Lukas Markeffsky | -3/+113 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+2 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -2/+1 |
| 2024-10-12 | Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 | Matthias Krüger | -1/+0 |
| 2024-10-12 | remove const_cow_is_borrowed feature gate | Ralf Jung | -1/+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 | -0/+1945 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-09-30 | Port sort-research-rs test suite Rust stdlib tests | Lukas Bergdoll | -0/+1945 |
| 2024-09-23 | Improve autovectorization of to_lowercase / to_uppercase functions | Jörn Horstmann | -0/+3 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -116/+96 |
| 2024-09-21 | Rollup merge of #130408 - okaneco:into_lossy_refactor, r=Noratrieb | Michael Goulet | -0/+38 |
| 2024-09-20 | Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy` | okaneco | -0/+38 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+10 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+10 |
| 2024-08-31 | Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 | Matthias Krüger | -9/+0 |
| 2024-08-28 | Re-enable android tests/benches in alloc | Ben Kimock | -9/+0 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -1/+0 |
| 2024-08-25 | Removes dead code from the compiler | mu001999 | -0/+1 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+2 |
| 2024-08-12 | ignore some vtable/fn ptr equality tests in Miri, their result is not fully p... | Ralf Jung | -2/+2 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+69 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -23/+19 |
| 2024-07-15 | Remove generic lifetime parameter of trait `Pattern` | Benoît du Garreau | -8/+6 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -5/+5 |
| 2024-06-22 | Generalize `{Rc,Arc}::make_mut()` to unsized types. | Kevin Reid | -0/+18 |
| 2024-06-07 | Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushi | Matthias Krüger | -1/+0 |
| 2024-06-03 | Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targets | Lukas Wirth | -0/+1 |
| 2024-05-26 | Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcm | Matthias Krüger | -1/+0 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -1/+0 |
| 2024-05-25 | Rollup merge of #123803 - Sp00ph:shrink_to_fix, r=Mark-Simulacrum | Matthias Krüger | -0/+49 |
| 2024-05-08 | fix #124714 str.to_lowercase sigma handling | Marcondiro | -0/+3 |
| 2024-05-07 | Move `test_shrink_to_unwind` to its own file. | Markus Everling | -0/+49 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-16 | Stabilize `BinaryHeap::as_slice` | Slanterns | -1/+0 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-26 | Implement `Vec::pop_if` | Alex van de Sandt | -0/+31 |
| 2024-03-20 | Add usize::MAX arg tests for Vec | Jubilee Young | -0/+41 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-09 | Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu | Guillaume Boisseau | -0/+35 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-05 | will_wake tests fail on Miri and that is expected | Ralf Jung | -0/+2 |
| 2024-03-01 | try_with_capacity for Vec, VecDeque, String | Kornel | -0/+35 |
| 2024-02-25 | Add Waker::will_wake tests | David Tolnay | -0/+36 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -8/+8 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -5/+5 |