| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-04 | Clarify that ordering is unspecified | Mario Carneiro | -0/+2 |
| 2022-01-04 | Update wording | Mario Carneiro | -3/+3 |
| 2021-12-18 | Derive src pointers in sort drop guards from &T | Ben Kimock | -3/+3 |
| 2021-11-05 | Re-export `core::slice::EscapeAscii` | mbartlett21 | -0/+2 |
| 2021-11-05 | Re-export `core::slice::SplitInclusive[Mut]` | mbartlett21 | -0/+2 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+4 |
| 2021-10-07 | doc: guarantee call order for sort_by_cached_key | Mario Carneiro | -1/+2 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -2/+30 |
| 2021-04-13 | Remove slice diagnostic item | Cameron Steffen | -1/+0 |
| 2021-03-27 | adjust documentation links for slice ascii case functions to use newer rustdo... | Violet | -2/+2 |
| 2021-03-27 | update links to make_ascii_lowercase for slice to point to methods on the sam... | Violet | -2/+2 |
| 2021-03-09 | convert slice doc link to intra-doc links | François Mockers | -5/+5 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -11/+11 |
| 2021-02-23 | Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco | Dylan DPC | -0/+1 |
| 2021-02-15 | requested/proposed changes | Andrea Nall | -1/+1 |
| 2021-02-15 | add diagnostic items | Andrea Nall | -0/+1 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -0/+2 |
| 2020-12-31 | Replace the tracking issue for the slice_group_by feature | Clément Renault | -1/+1 |
| 2020-12-10 | Fix the fmt issues | Clément Renault | -2/+2 |