| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | replace placeholder version | Boxy | -3/+3 |
| 2024-08-25 | Tweak some attributes to improve panic_immediate_abort | Ben Kimock | -3/+4 |
| 2024-08-10 | Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub... | Guillaume Gomez | -49/+73 |
| 2024-08-09 | Fix linkchecker issue | Lukas Bergdoll | -1/+1 |
| 2024-08-05 | Correct the const stabilization of `<[T]>::last_chunk` | Mike Hommey | -1/+1 |
| 2024-08-03 | Apply review comments to PartialOrd section | Lukas Bergdoll | -7/+7 |
| 2024-08-01 | Hide internal sort module | Lukas Bergdoll | -0/+1 |
| 2024-07-31 | Apply review comments | Lukas Bergdoll | -45/+50 |
| 2024-07-30 | Rewrite binary search implementation | Amanieu d'Antras | -31/+44 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2024-07-29 | Remove spurious backticks detected by `rustdoc::unescaped_backticks` | Miguel Ojeda | -2/+2 |
| 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 |