| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -7/+8 |
| 2024-01-26 | Rollup merge of #119917 - Zalathar:split-off, r=cuviper | Matthias Krüger | -6/+18 |
| 2024-01-13 | Remove special-case handling of `vec.split_off(0)` | Zalathar | -6/+18 |
| 2024-01-11 | apply fmt | klensy | -13/+4 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -4/+4 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -5/+1 |
| 2023-12-06 | Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlin | bors | -0/+8 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -1/+1 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+1 |
| 2023-12-05 | Fix in-place collect not reallocating when necessary | The 8472 | -0/+8 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -2/+44 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+11 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+1 |
| 2023-11-07 | Stabilize `slice_group_by` | Niklas Fiekas | -9/+8 |
| 2024-01-21 | Auto merge of #85528 - the8472:iter-markers, r=dtolnay | bors | -2/+6 |
| 2024-01-10 | Implement in-place iteratation markers for iter::{Copied, Cloned} | The8472 | -2/+6 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-09-28 | Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnay | bors | -0/+10 |
| 2023-09-03 | support in-place collecting additional FlatMap shapes | The 8472 | -0/+11 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -2/+33 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -5/+2 |
| 2023-07-26 | Improve test case for experimental API remove_matches in library/alloc/tests/... | allaboutevemirolive | -2/+46 |