| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -1/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -15/+13 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -2/+15 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -2/+2 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+13 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -2/+2 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -1/+1 |
| 2022-01-19 | Rollup merge of #89621 - digama0:patch-2, r=yaahc | Matthias Krüger | -1/+4 |