| Age | Commit message (Expand) | Author | Lines |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -4/+0 |
| 2025-06-06 | remove extraneous text | Tshepang Mbambo | -2/+0 |
| 2025-04-30 | docs: Specify that common sort functions sort in an ascending direction | Natrix | -4/+7 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -117/+65 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -2/+2 |
| 2025-02-18 | update version placeholders | Josh Stone | -1/+1 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -2/+2 |
| 2025-01-28 | Stabilize `get_many_mut` as `get_disjoint_mut` | Pavel Grigorenko | -2/+2 |
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -0/+1 |
| 2024-11-28 | Change `GetManyMutError` to match T-libs-api decision | Chayim Refael Friedman | -0/+2 |
| 2024-09-30 | Port sort-research-rs test suite Rust stdlib tests | Lukas Bergdoll | -14/+10 |
| 2024-09-29 | Rollup merge of #130416 - BatmanAoD:130122-sort-by-docs, r=Mark-Simulacrum | Guillaume Gomez | -20/+47 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -8/+8 |
| 2024-09-22 | reword edge-conditions documentation on all slice 'sort' functions; resolves ... | Kyle J Strand | -20/+47 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -0/+1 |
| 2024-09-09 | Add missing `#[allow(missing_docs)]` on hack functions in alloc | Urgau | -0/+2 |
| 2024-08-10 | Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub... | Guillaume Gomez | -40/+56 |
| 2024-08-09 | Fix linkchecker issue | Lukas Bergdoll | -1/+1 |
| 2024-08-03 | Apply review comments to PartialOrd section | Lukas Bergdoll | -7/+7 |
| 2024-07-31 | Apply review comments | Lukas Bergdoll | -41/+47 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+0 |
| 2024-07-27 | Improve panic sections for sort*, sort_unstable* and select_nth_unstable* | Lukas Bergdoll | -3/+13 |
| 2024-06-20 | Fix wrong big O star bracing in the doc comments | Lukas Bergdoll | -3/+3 |
| 2024-05-16 | Fix linkchecker doc errors | Lukas Bergdoll | -3/+3 |
| 2024-05-16 | Move BufGuard impl outside of function | Lukas Bergdoll | -11/+10 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -108/+101 |
| 2024-03-25 | lib: fix some unnecessary_cast clippy lint | klensy | -4/+4 |
| 2024-02-15 | Add slice::try_range | ltdk | -2/+2 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-11-07 | Stabilize `slice_group_by` | Niklas Fiekas | -2/+2 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -1/+1 |
| 2023-01-28 | slice: Add a specialization for clone_into when T is Copy | Neil Roberts | -10/+33 |
| 2023-01-20 | Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc | Michael Goulet | -309/+39 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -0/+3 |
| 2022-12-30 | Update paths in comments. | jonathanCogan | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -1/+1 |
| 2022-11-20 | Unify stable and unstable sort implementations in same core module | Lukas Bergdoll | -309/+39 |
| 2022-11-14 | rustdoc: Add copy to the description of repeat | yancy | -1/+1 |
| 2022-09-25 | Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomcc | bors | -4/+2 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -4/+2 |
| 2022-09-14 | Cleanup closures. | raldone01 | -1/+1 |
| 2022-08-22 | Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-Simulacrum | Dylan DPC | -75/+5 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -3/+3 |
| 2022-08-20 | Improve primitive/std docs separation and headers | Cameron Steffen | -75/+5 |
| 2022-07-16 | Borrow Vec<T, A> as [T] | yanchith | -2/+2 |
| 2022-05-30 | Add reexport of slice::from{,_mut}_ptr_range to alloc & std | Maybe Waffle | -0/+2 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -1/+1 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -1/+1 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -1/+1 |