| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | 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-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-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-25 | Convert some iter macros to normal functions | Scott McMurray | -21/+20 |
| 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 |
| 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-20 | step cfgs | Mark Rousskov | -19/+3 |
| 2024-03-11 | Rollup merge of #121148 - clarfonthey:try-range, r=dtolnay | Jacob Pratt | -5/+56 |
| 2024-03-10 | docs: Correct ptr/ref verbiage in SliceIndex docs. | matt rice | -4/+4 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -35/+60 |
| 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-03-06 | Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slice | Konrad Höffner | -2/+2 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -1/+6 |
| 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-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -5/+7 |
| 2024-02-20 | Add examples for some methods on slices | Takashiidobe | -1/+10 |
| 2024-02-19 | Add more inline(always) to fix opt-level=z test on wasm32 | Ben Kimock | -2/+2 |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -13/+17 |
| 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 | -5/+56 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -3/+3 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -7/+7 |
| 2024-02-10 | Stabilize slice_split_at_unchecked | Daniel Sedlak | -6/+2 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -30/+27 |
| 2024-02-08 | Reduce use of NonNull::new_unchecked in library/ | Ben Kimock | -7/+8 |