| Age | Commit message (Expand) | Author | Lines |
| 2023-10-25 | Avoid unnecessary comparison in partition_equal | Lukas Bergdoll | -3/+10 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -4/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+56 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+3 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-28 | changed 'rotate' to 'rotating' | Anshul | -1/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+2 |
| 2023-09-01 | Const-stabilize `is_ascii` | Scott McMurray | -1/+1 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -15/+6 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-07-31 | impl SliceIndex<str> for (Bound<usize>, Bound<usize>) | Matt Fellenz | -4/+4 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -79/+92 |
| 2023-07-16 | Fix sort_unstable_by_key italicization | nipzu | -1/+1 |
| 2023-07-08 | Rollup merge of #113064 - marcospb19:add-note-in-vec-swap-docs, r=Mark-Simula... | Matthias Krüger | -0/+2 |
| 2023-06-27 | std: edit [T]::swap docs | João M. Bezerra | -0/+2 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -1/+4 |
| 2023-06-23 | Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDenton | Matthias Krüger | -10/+14 |
| 2023-06-19 | Implement slice::split_once and slice::rsplit_once | Benjamin Lee | -0/+56 |
| 2023-06-16 | slice::from_raw_parts: mention no-wrap-around condition | Ralf Jung | -10/+14 |
| 2023-06-15 | Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcm | bors | -0/+33 |
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -10/+20 |
| 2023-06-14 | Rollup merge of #111974 - Sp00ph:update_guarantees, r=Amanieu | Matthias Krüger | -6/+4 |
| 2023-06-12 | optimize slice::Iter::fold | The 8472 | -0/+23 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -1/+1 |
| 2023-05-28 | Update current impl comment for `select_nth_unstable_by_key` | Markus Everling | -2/+3 |
| 2023-05-28 | Update runtime guarantee for `select_nth_unstable` | Markus Everling | -6/+4 |
| 2023-05-26 | Update current implementation comments for `select_nth_unstable` | Markus Everling | -4/+6 |
| 2023-05-25 | Rollup merge of #107522 - Sp00ph:introselect, r=Amanieu | Michael Goulet | -140/+311 |
| 2023-05-25 | Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcm | Matthias Krüger | -0/+258 |
| 2023-05-24 | Use helper functions for min/max_idx | Markus Everling | -18/+28 |
| 2023-05-24 | Add Median of Medians fallback to introselect | Markus Everling | -140/+301 |
| 2023-05-20 | Auto merge of #111646 - Voultapher:restore-branchless-code-gen-for-merge, r=c... | bors | -26/+12 |
| 2023-05-19 | Add slice::{split_,}{first,last}_chunk{,_mut} | ltdk | -0/+258 |
| 2023-05-19 | constify `slice_as_chunks` (unstable) | Scott McMurray | -6/+6 |
| 2023-05-16 | Use code with reliable branchless code-gen for slice::sort merge | Lukas Bergdoll | -26/+12 |
| 2023-05-15 | Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnay | bors | -1/+2 |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -4/+0 |
| 2023-05-10 | Simplify the implementation of iterators over slices of ZSTs | Scott McMurray | -35/+38 |
| 2023-05-09 | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubilee | Matthias Krüger | -10/+6 |
| 2023-05-08 | Auto merge of #111296 - Sp00ph:const_gcd, r=nagisa,Mark-Simulacrum | bors | -37/+6 |
| 2023-05-06 | Tune the `is_ascii` implementation used for short slices | Scott McMurray | -10/+23 |
| 2023-05-06 | Always const-eval the gcd in `slice::align_to_offsets` | Markus Everling | -37/+6 |
| 2023-05-06 | Remove some `assume`s from slice iterators that don't do anything | Scott McMurray | -10/+6 |
| 2023-05-04 | Constify `[u8]::is_ascii` (unstably) | Scott McMurray | -12/+30 |
| 2023-05-04 | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi | Matthias Krüger | -0/+30 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+30 |
| 2023-05-03 | Constify slice flatten method | Konrad Borowski | -1/+1 |
| 2023-04-30 | Rollup merge of #110997 - scottmcm:slice-iter-comments, r=the8472 | Matthias Krüger | -6/+20 |