| Age | Commit message (Expand) | Author | Lines |
| 2023-05-29 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -1/+1 |
| 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 |
| 2023-04-29 | Improve internal field comments on `slice::Iter(Mut)` | Scott McMurray | -6/+20 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -1/+1 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -1/+1 |
| 2023-04-25 | Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-22 | Rollup merge of #110635 - scottmcm:zst-checks, r=the8472 | Yuki Okushi | -1/+1 |
| 2023-04-21 | More `IS_ZST` in `library` | Scott McMurray | -1/+1 |
| 2023-04-21 | Fix no_global_oom_handling build | Arlo Siemsen | -1/+0 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -4/+4 |
| 2023-04-16 | fix tidy | Deadbeef | -0/+2 |
| 2023-04-16 | core is now compilable | Deadbeef | -12/+6 |
| 2023-04-16 | memchr hack | Deadbeef | -3/+8 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -23/+18 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-03-30 | Rollup merge of #106985 - jofas:106746-fix, r=ChrisDenton | Yuki Okushi | -10/+10 |
| 2023-03-30 | removed deprecated markdown links from documentation | jofas | -3/+0 |
| 2023-03-29 | enhanced documentation of binary search methods for slice and VecDeque for un... | jofas | -7/+10 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -4/+4 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -4/+4 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+14 |
| 2023-03-17 | Switch impls of `is_sorted_by` between slices and slice iters | Maybe Waffle | -2/+2 |
| 2023-03-17 | Make `slice::is_sorted_by` impl nicer | Maybe Waffle | -3/+1 |
| 2023-03-05 | Use `nuw` when calculating slice lengths from `Range`s | Scott McMurray | -3/+6 |
| 2023-03-05 | Auto merge of #105117 - pitaj:debug_asserts, r=the8472 | bors | -4/+9 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -3/+3 |
| 2023-03-01 | Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472 | bors | -25/+2 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -25/+2 |