| 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 | -2/+2 |
| 2024-08-10 | Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub... | Guillaume Gomez | -44/+54 |
| 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 | -37/+43 |
| 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 | -38/+21 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -21/+25 |
| 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-26 | Fix doc nits | John Arundel | -21/+25 |
| 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-06 | as_simd: fix comment to be in line with 507583a (#121201) | Greaka | -22/+4 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -84/+109 |
| 2024-06-20 | Fix wrong big O star bracing in the doc comments | Lukas Bergdoll | -3/+3 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -5/+5 |
| 2024-06-06 | less garbage, more examples | Ralf Jung | -2/+2 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -6/+3 |
| 2024-05-16 | Fix linkchecker doc errors | Lukas Bergdoll | -9/+9 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -84/+109 |
| 2024-05-15 | Rename `flatten(_mut)` → `as_flattened(_mut)` | Scott McMurray | -8/+8 |
| 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-02 | Auto merge of #122945 - andy-k:sorted-vec-example, r=jhpratt | bors | -3/+5 |
| 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 | -1/+1 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-23 | Rollup merge of #120577 - wutchzone:slice_split_at_unchecked, r=m-ou-se | Matthias Krüger | -6/+2 |
| 2024-03-23 | improve example on inserting to a sorted vector to avoid shifting equal elements | Andy Kurnia | -2/+2 |
| 2024-03-11 | Rollup merge of #121148 - clarfonthey:try-range, r=dtolnay | Jacob Pratt | -1/+1 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -16/+25 |
| 2024-03-08 | Rollup merge of #121201 - RalfJung:align_offset_contract, r=cuviper | Matthias Krüger | -10/+4 |
| 2024-03-08 | align_offset, align_to: no longer allow implementations to spuriously fail to... | Ralf Jung | -10/+4 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |
| 2024-02-26 | Clarify behavior of slice prefix/suffix operations in case of equality | Ondřej Hošek | -4/+10 |
| 2024-02-24 | Rollup merge of #121343 - Takashiidobe:takashi/examples-for-slice, r=Mark-Sim... | Matthias Krüger | -1/+10 |