| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Update version placeholders | Josh Stone | -2/+2 |
| 2025-06-21 | Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,... | Matthias Krüger | -0/+1 |
| 2025-06-20 | Rollup merge of #142331 - deven:trim_prefix_suffix, r=Amanieu | Trevor Gross | -0/+83 |
| 2025-06-20 | Add diagnostic items for Clippy | Samuel Tardieu | -0/+1 |
| 2025-06-15 | Get rid of `EscapeDebugInner`. | Markus Reiter | -1/+1 |
| 2025-06-13 | Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr | bors | -0/+7 |
| 2025-06-12 | Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay | Matthias Krüger | -0/+7 |
| 2025-06-12 | chore(doctest): Remove redundant blank lines | Shun Sakai | -1/+0 |
| 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-06-05 | Stabilize `const_eq_ignore_ascii_case` | Paolo Barbolini | -1/+1 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -53/+4 |
| 2025-06-01 | Rollup merge of #141224 - RalfJung:no-objects, r=traviscross | Guillaume Gomez | -10/+10 |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -10/+10 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -7/+49 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -0/+17 |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-05-22 | Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu | bors | -9/+9 |
| 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/+17 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -9/+9 |
| 2025-05-18 | [std] fix the presentation of `split_off_mut` and `split_off` documentation | xizheyin | -2/+2 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -1/+1 |
| 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 | -22/+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 | Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDenton | bors | -10/+10 |
| 2025-04-13 | Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnay | Chris Denton | -10/+10 |
| 2025-04-13 | Auto merge of #138881 - scottmcm:more-chaining-ord, r=Mark-Simulacrum | bors | -29/+145 |
| 2025-04-12 | Extend the chaining logic to slices too | Scott McMurray | -29/+145 |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -10/+10 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -14/+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-04 | Optimize setting the slice to empty in slice Iter | Kornel | -9/+9 |
| 2025-04-04 | Optimize slice Windows::nth | Kornel | -7/+9 |
| 2025-04-04 | Optimize slice Iter::nth | Kornel | -10/+8 |
| 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 | -36/+57 |
| 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-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 |