| Age | Commit message (Expand) | Author | Lines |
| 2025-03-31 | replace version placeholder | Boxy | -9/+9 |
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -18/+24 |
| 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 | Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhpratt | bors | -1/+1 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -5/+1 |
| 2025-03-15 | core/slice: Mark some `split_off` variants unstably const | okaneco | -8/+18 |
| 2025-03-15 | Optimize multi-char string patterns | Yotam Ofek | -1/+1 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -42/+43 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -42/+43 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -5/+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 |
| 2025-02-24 | Rollup merge of #137484 - chenyukang:yukang-fix-sort-doc, r=Noratrieb | Jacob Pratt | -15/+33 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -7/+7 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -7/+7 |
| 2025-02-23 | Fix documentation for unstable sort | yukang | -15/+33 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -4/+4 |
| 2025-02-20 | Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboet | bors | -6/+29 |
| 2025-02-19 | Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr | bors | -18/+13 |
| 2025-02-19 | Rollup merge of #136690 - Voultapher:use-more-explicit-and-reliable-ptr-selec... | Matthias Krüger | -18/+13 |
| 2025-02-19 | Rollup merge of #134995 - DaniPopes:stable-const_slice_flatten, r=Amanieu | Matthias Krüger | -2/+2 |
| 2025-02-18 | update version placeholders | Josh Stone | -4/+4 |
| 2025-02-14 | Add real safety comments | Scott McMurray | -1/+14 |
| 2025-02-14 | Go back to `Some` instead of transmuting to it. | Scott McMurray | -1/+1 |
| 2025-02-14 | Save another BB by using `SubUnchecked` instead of a call to `arith_offset` | Scott McMurray | -5/+5 |
| 2025-02-14 | Simplify `slice::Iter::next` enough that it inlines | Scott McMurray | -7/+17 |
| 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-07 | Use more explicit and reliable ptr select in sort impls | Lukas Bergdoll | -18/+13 |
| 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 |