| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | update version placeholders | Josh Stone | -4/+4 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -59/+56 |
| 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-01-28 | Stabilize `get_many_mut` as `get_disjoint_mut` | Pavel Grigorenko | -59/+56 |
| 2025-01-27 | Clarify WindowsMut (Lending)Iterator | Marijn Schouten | -4/+9 |
| 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-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-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 |
| 2024-12-11 | Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcm | Matthias Krüger | -27/+31 |
| 2024-12-09 | core: use public method instead of instrinsic | joboet | -2/+2 |
| 2024-12-02 | Rollup merge of #133743 - bjoernager:slice-as-array, r=joboet | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -2/+0 |
| 2024-12-02 | Fix docs for '<[T]>::as_array'; | Gabriel Bjørnager Jensen | -1/+1 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -2/+0 |
| 2024-12-01 | Rollup merge of #131416 - okaneco:const_copy, r=RalfJung | Jacob Pratt | -6/+10 |
| 2024-12-01 | Mark `slice::copy_from_slice` unstably const | okaneco | -6/+10 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -2/+0 |
| 2024-11-30 | move slice::swap_unchecked constness to slice_swap_unchecked feature gate | Ralf Jung | -1/+1 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -2/+2 |
| 2024-11-29 | Rollup merge of #133530 - timvisee:master, r=jhpratt | Matthias Krüger | -16/+16 |
| 2024-11-28 | Change `GetManyMutError` to match T-libs-api decision | Chayim Refael Friedman | -27/+31 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -16/+16 |
| 2024-11-28 | Rollup merge of #133512 - bjoernager:slice-as-array, r=Amanieu | Guillaume Gomez | -0/+38 |
| 2024-11-27 | update cfgs | Boxy | -2/+2 |
| 2024-11-26 | Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '... | Gabriel Bjørnager Jensen | -0/+38 |
| 2024-11-26 | Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=Amanieu | Michael Goulet | -18/+180 |
| 2024-11-25 | Support ranges in `<[T]>::get_many_mut()` | Chayim Refael Friedman | -18/+180 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+2 |