| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-05-06 | Implement `as_chunks` with `split_at_unchecked` | Scott McMurray | -4/+8 |
| 2024-05-04 | Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r... | Matthias Krüger | -3/+8 |
| 2024-05-04 | Use `unchecked_sub` in `split_at` | Scott McMurray | -3/+8 |
| 2024-05-03 | Rollup merge of #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ... | Michael Goulet | -8/+4 |
| 2024-05-03 | feat: stabilize `split_at_checked` | UserIsntAvailable | -8/+4 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -2/+2 |
| 2024-04-26 | Add missing .into_iter() | Matthias Geier | -1/+1 |
| 2024-04-26 | Extend the example code and assert the result | Matthias Geier | -3/+10 |
| 2024-04-26 | Add "safety" comment | Matthias Geier | -0/+5 |
| 2024-04-25 | Convert some iter macros to normal functions | Scott McMurray | -21/+20 |
| 2024-04-02 | DOC: Add FFI example for slice::from_raw_parts() | Matthias Geier | -0/+21 |
| 2024-04-02 | Auto merge of #122945 - andy-k:sorted-vec-example, r=jhpratt | bors | -3/+5 |
| 2024-03-31 | doc: describe panic conditions for SliceIndex implementations | Jani Mustonen | -0/+11 |
| 2024-03-24 | clarify equivalency of binary_search and partition_point | Andy Kurnia | -1/+3 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -11/+9 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -11/+9 |