| Age | Commit message (Expand) | Author | Lines |
| 2025-08-04 | replace version placeholder | Boxy | -1/+1 |
| 2025-07-29 | Rollup merge of #144575 - xonx4l:patch-6, r=scottmcm | Stuart Cook | -1/+1 |
| 2025-07-28 | fixed typo chunks->as_chunks | xonx | -1/+1 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -76/+0 |
| 2025-07-18 | Rollup merge of #143382 - fee1-dead-contrib:push-trrymlzqmmoz, r=jhpratt | Matthias Krüger | -1/+2 |
| 2025-07-15 | constify some methods using `SliceIndex` | Oli Scherer | -8/+12 |
| 2025-07-14 | Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors | Jakub Beránek | -2/+2 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -2/+2 |
| 2025-07-13 | Rollup merge of #143554 - okaneco:const_slice_rotate, r=Amanieu,tgross35 | Matthias Krüger | -2/+4 |
| 2025-07-11 | slice: Mark `rotate_left`, `rotate_right` unstably const | okaneco | -2/+4 |
| 2025-07-10 | Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdev | Trevor Gross | -0/+32 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -2/+4 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -4/+4 |
| 2025-07-03 | stabilize `const_slice_reverse` | Deadbeef | -1/+2 |
| 2025-06-30 | Mention as_chunks in the docs for chunks | Scott McMurray | -0/+32 |
| 2025-06-20 | Rollup merge of #142331 - deven:trim_prefix_suffix, r=Amanieu | Trevor Gross | -0/+83 |
| 2025-06-11 | Add trim_prefix and trim_suffix for slice and str. | Deven T. Corzine | -0/+83 |
| 2025-06-09 | Mark `core::slice::memchr` as `#[doc(hidden)]` | Alona Enraght-Moony | -0/+1 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -0/+8 |
| 2025-05-21 | Rollup merge of #140526 - Natr1x:sort-direction-documentation, r=dtolnay | Matthias Krüger | -5/+5 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -0/+8 |
| 2025-05-18 | [std] fix the presentation of `split_off_mut` and `split_off` documentation | xizheyin | -2/+2 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -6/+6 |
| 2025-05-12 | update version placeholders | Pietro Albini | -12/+12 |
| 2025-04-30 | docs: Specify that common sort functions sort in an ascending direction | Natrix | -5/+5 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -21/+106 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+6 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+6 |
| 2025-04-19 | docs: fix typo change from inconstants to invariants | Onè | -1/+1 |
| 2025-04-19 | Improve rustdocs on slice_as_chunks methods | Scott McMurray | -8/+94 |
| 2025-04-13 | Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnay | Chris Denton | -1/+1 |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -1/+1 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -13/+12 |
| 2025-04-10 | indirect-const-stabilize the `exact_div` intrinsic | Scott McMurray | -6/+0 |
| 2025-04-09 | replace version placeholder | Boxy | -9/+9 |
| 2025-04-06 | Rollup merge of #139072 - nickkuk:align_to_uninit_mut, r=Mark-Simulacrum | Guillaume Gomez | -2/+51 |
| 2025-04-03 | Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr | bors | -60/+34 |
| 2025-04-02 | Make slice iterator constructors unstably const | Daniel Bloom | -16/+32 |
| 2025-03-30 | slice: Remove some uses of unsafe in first/last chunk methods | okaneco | -60/+34 |
| 2025-03-28 | Add `slice::align_to_uninit_mut` | Nikolai Kuklin | -2/+51 |
| 2025-03-19 | Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-se | Matthias Krüger | -8/+18 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -4/+1 |
| 2025-03-15 | core/slice: Mark some `split_off` variants unstably const | okaneco | -8/+18 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -13/+13 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -13/+13 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -4/+1 |
| 2025-03-06 | Stabilize `const_copy_from_slice` feature | okaneco | -2/+1 |
| 2025-02-28 | Stabilize [T]::split_off... methods | Taylor Cramer | -27/+7 |
| 2025-02-24 | Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=Amanieu | Trevor Gross | -1/+1 |
| 2025-02-24 | remove some unnecessary rustc_const_unstable | Ralf Jung | -1/+1 |