| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | update version placeholders | Josh Stone | -4/+4 |
| 2025-02-14 | Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk | bors | -1/+1 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -59/+56 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -1/+1 |
| 2025-02-04 | Add OneSidedRangeBound to eliminate panic in `split_point_of` | Taylor Cramer | -9/+7 |
| 2025-02-04 | Rename slice::take methods to split_off | Taylor Cramer | -25/+28 |
| 2025-02-01 | Rollup merge of #136163 - uellenberg:driftsort-off-by-one, r=Mark-Simulacrum | Matthias Krüger | -8/+22 |
| 2025-01-30 | Rollup merge of #135847 - edwloef:slice_ptr_rotate_opt, r=scottmcm | Stuart Cook | -152/+182 |
| 2025-01-29 | add inline attribute and codegen test | edwloef | -0/+4 |
| 2025-01-29 | split slice::ptr_rotate into three separate algorithms, to hopefully help inl... | edwloef | -174/+195 |
| 2025-01-28 | Fix off-by-one error causing driftsort to crash | uellenberg | -8/+22 |
| 2025-01-28 | Stabilize `get_many_mut` as `get_disjoint_mut` | Pavel Grigorenko | -59/+56 |
| 2025-01-27 | Rollup merge of #135773 - hkBst:patch-10, r=tgross35 | Guillaume Gomez | -4/+9 |
| 2025-01-27 | Clarify WindowsMut (Lending)Iterator | Marijn Schouten | -4/+9 |
| 2025-01-21 | optimize slice::ptr_rotate for compile-time-constant small rotates | edwloef | -161/+166 |
| 2025-01-20 | core: add `#![warn(unreachable_pub)]` | Urgau | -1/+1 |
| 2025-01-19 | Auto merge of #134976 - mgsloan:improve-select-nth-unstable-docs, r=ibraheemdev | bors | -42/+49 |
| 2025-01-18 | Rewrap following accepting review suggestions from @ibraheemdev | Michael Sloan | -8/+18 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -3/+3 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+2 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+2 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -3/+3 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -1/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -1/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -3/+3 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -1/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+2 |
| 2025-01-18 | `then be` -> `be` based on feedback from @ibraheemdev | Michael Sloan | -3/+3 |
| 2025-01-11 | Add #[inline] to copy_from_slice | Ben Kimock | -0/+1 |
| 2025-01-10 | Rollup merge of #134619 - hkBst:patch-7, r=jhpratt | Matthias Krüger | -22/+20 |
| 2025-01-08 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-01-05 | Rollup merge of #135121 - okaneco:const_slice_reverse, r=jhpratt | Jacob Pratt | -3/+5 |
| 2025-01-05 | Mark `slice::reverse` unstably const | okaneco | -3/+5 |
| 2025-01-04 | Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35 | Matthias Krüger | -2/+2 |
| 2024-12-31 | Improve `select_nth_unstable` documentation clarity | Michael Sloan | -42/+40 |
| 2024-12-31 | Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm | Stuart Cook | -1/+2 |
| 2024-12-30 | Make slice::as_flattened_mut unstably const | DaniPopes | -1/+2 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -1/+1 |
| 2024-12-22 | Improve prose around `as_slice` example of IterMut | Marijn Schouten | -22/+20 |
| 2024-12-22 | Auto merge of #130733 - okaneco:is_ascii, r=scottmcm | bors | -12/+58 |
| 2024-12-21 | Rollup merge of #134579 - hkBst:patch-6, r=jhpratt | Jacob Pratt | -20/+13 |
| 2024-12-21 | Rollup merge of #134577 - hkBst:patch-5, r=jhpratt | Jacob Pratt | -5/+11 |
| 2024-12-21 | Rollup merge of #134576 - hkBst:patch-4, r=jhpratt | Jacob Pratt | -6/+12 |
| 2024-12-20 | Improve prose around into_slice example of IterMut | Marijn Schouten | -20/+13 |
| 2024-12-20 | Improve prose around `as_slice` example of Iter | Marijn Schouten | -5/+11 |
| 2024-12-20 | Improve prose around basic examples of Iter and IterMut | Marijn Schouten | -6/+12 |
| 2024-12-20 | remove reference to dangling from slice::Iter | Marijn Schouten | -1/+1 |
| 2024-12-20 | Rollup merge of #132830 - wr7:substr_range_documentation, r=tgross35 | Jacob Pratt | -7/+8 |
| 2024-12-14 | Replace i32 by char in `split_at` & `_unchecked` | tkirishima | -12/+12 |