| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -79/+37 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -30/+39 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -8/+3 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -8/+3 |
| 2024-07-27 | Rollup merge of #125897 - RalfJung:from-ref, r=Amanieu | Trevor Gross | -2/+2 |
| 2024-07-27 | Improve panic sections for sort*, sort_unstable* and select_nth_unstable* | Lukas Bergdoll | -12/+15 |
| 2024-07-27 | Improve panic message and surrounding documentation for Ord violations | Lukas Bergdoll | -4/+19 |
| 2024-07-26 | Fix doc nits | John Arundel | -30/+39 |
| 2024-07-24 | Rollup merge of #126770 - wr7:master, r=Amanieu | Matthias Krüger | -0/+115 |
| 2024-07-23 | Add elem_offset and related methods | wr7 | -0/+115 |
| 2024-07-12 | Updated slice documentation | Spencer | -10/+50 |
| 2024-07-06 | as_simd: fix comment to be in line with 507583a (#121201) | Greaka | -22/+4 |
| 2024-07-05 | add `new_range_api` for RFC 3550 | Peter Jaszkowiak | -2/+122 |
| 2024-07-04 | chore: remove repeat words | cuishuang | -1/+1 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -1/+1 |
| 2024-06-21 | Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwco | bors | -2/+4 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -1543/+2511 |
| 2024-06-20 | Fix wrong big O star bracing in the doc comments | Lukas Bergdoll | -3/+3 |
| 2024-06-19 | Shrink some slice iterator MIR | Scott McMurray | -2/+4 |
| 2024-06-17 | Add missing CopyMarker impl | Lukas Bergdoll | -0/+2 |
| 2024-06-17 | Fix unintended regression for Freeze + Copy types | Lukas Bergdoll | -1/+5 |
| 2024-06-17 | Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieu | bors | -2/+6 |
| 2024-06-16 | Fix doc-link issue | Lukas Bergdoll | -1/+1 |
| 2024-06-16 | Remove reliance on const_trait in sort implementations | Lukas Bergdoll | -64/+66 |
| 2024-06-16 | Apply review comments | Lukas Bergdoll | -90/+98 |
| 2024-06-15 | Redo SliceIndex implementations | Scott McMurray | -32/+86 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -12/+12 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -0/+33 |
| 2024-06-12 | Rollup merge of #123374 - mgeier:doc-slice-from-raw-parts, r=scottmcm | Jubilee | -0/+33 |
| 2024-06-12 | Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb" | Oli Scherer | -2/+7 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -12/+12 |
| 2024-06-06 | less garbage, more examples | Ralf Jung | -2/+2 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+0 |
| 2024-05-29 | make `ptr::rotate` smaller when using `optimize_for_size` | Folkert | -2/+6 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -6/+3 |
| 2024-05-25 | Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlin | bors | -3/+2 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -3/+2 |
| 2024-05-23 | Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb | Guillaume Gomez | -7/+2 |
| 2024-05-23 | core: use `Copy` in TAIT to fix clippy lint | joboet | -1/+1 |
| 2024-05-21 | core: actually use TAIT instead of emulating it | joboet | -7/+2 |
| 2024-05-20 | Add the impls for Box<[T]>: IntoIterator | Michael Goulet | -0/+3 |
| 2024-05-16 | Fix linkchecker doc errors | Lukas Bergdoll | -9/+9 |
| 2024-05-16 | Turn bare links into automatic links | Lukas Bergdoll | -4/+4 |
| 2024-05-16 | Fix tidy errors | Lukas Bergdoll | -20/+13 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -1543/+2502 |
| 2024-05-15 | Rename `flatten(_mut)` → `as_flattened(_mut)` | Scott McMurray | -8/+8 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+0 |
| 2024-05-10 | Stabilize `byte_slice_trim_ascii` for `&[u8]`/`&str` | okaneco | -12/+9 |
| 2024-05-09 | Auto merge of #124793 - scottmcm:simplify-as-chunks, r=Nilstrieb | bors | -4/+8 |
| 2024-05-07 | Correct the const stabilization of `last_chunk` for slices | Trevor Gross | -1/+1 |