| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | replace version placeholder | Pietro Albini | -5/+5 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -6/+3 |
| 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 |
| 2024-02-20 | Add examples for some methods on slices | Takashiidobe | -1/+10 |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -5/+5 |
| 2024-02-16 | Add examples to document the return type of `select_nth_unstable`, `select_nt... | Takashiidobe | -6/+21 |
| 2024-02-15 | Add slice::try_range | ltdk | -1/+1 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+2 |
| 2024-02-10 | Stabilize slice_split_at_unchecked | Daniel Sedlak | -6/+2 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -4/+1 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -15/+15 |
| 2024-02-05 | Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula... | Matthias Krüger | -7/+7 |
| 2023-12-31 | Clarify ambiguity in select_nth_unstable docs | Brian Romanowski | -7/+7 |
| 2023-12-10 | remove redundant imports | surechen | -6/+1 |
| 2023-12-04 | Improve example in `slice::windows()` doc | Gurinder Singh | -5/+5 |
| 2023-12-03 | move calling miri_promise_symbolic_alignment to a shared helper | Ralf Jung | -23/+8 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -0/+27 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -2/+1 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -37/+30 |
| 2023-11-24 | Auto merge of #117722 - okaneco:binarysearch, r=thomcc | bors | -9/+8 |
| 2023-11-17 | Improve slice_group_by doc wording | Niklas Fiekas | -6/+6 |
| 2023-11-08 | Refactor `binary_search_by` to use conditional moves | okaneco | -9/+8 |
| 2023-11-07 | Fix addition formatting | scottmcm | -2/+2 |
| 2023-11-07 | Stabilize `slice_group_by` | Niklas Fiekas | -20/+12 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -2/+3 |
| 2024-01-22 | Rollup merge of #118578 - mina86:c, r=dtolnay | Matthias Krüger | -10/+105 |
| 2024-01-21 | review | Michal Nazarewicz | -176/+18 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -6/+19 |