| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | update version placeholders | Pietro Albini | -1/+1 |
| 2024-12-31 | Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm | Stuart Cook | -1/+2 |
| 2024-12-30 | Make slice::as_flattened_mut unstably const | DaniPopes | -1/+2 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -1/+1 |
| 2024-12-22 | Auto merge of #130733 - okaneco:is_ascii, r=scottmcm | bors | -12/+58 |
| 2024-12-21 | Rollup merge of #134579 - hkBst:patch-6, r=jhpratt | Jacob Pratt | -20/+13 |
| 2024-12-21 | Rollup merge of #134577 - hkBst:patch-5, r=jhpratt | Jacob Pratt | -5/+11 |
| 2024-12-21 | Rollup merge of #134576 - hkBst:patch-4, r=jhpratt | Jacob Pratt | -6/+12 |
| 2024-12-20 | Improve prose around into_slice example of IterMut | Marijn Schouten | -20/+13 |
| 2024-12-20 | Improve prose around `as_slice` example of Iter | Marijn Schouten | -5/+11 |
| 2024-12-20 | Improve prose around basic examples of Iter and IterMut | Marijn Schouten | -6/+12 |
| 2024-12-20 | remove reference to dangling from slice::Iter | Marijn Schouten | -1/+1 |
| 2024-12-20 | Rollup merge of #132830 - wr7:substr_range_documentation, r=tgross35 | Jacob Pratt | -7/+8 |
| 2024-12-14 | Replace i32 by char in `split_at` & `_unchecked` | tkirishima | -12/+12 |
| 2024-12-11 | Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcm | Matthias Krüger | -27/+31 |
| 2024-12-02 | Rollup merge of #133743 - bjoernager:slice-as-array, r=joboet | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -2/+0 |
| 2024-12-02 | Fix docs for '<[T]>::as_array'; | Gabriel Bjørnager Jensen | -1/+1 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -2/+0 |
| 2024-12-01 | Rollup merge of #131416 - okaneco:const_copy, r=RalfJung | Jacob Pratt | -6/+10 |
| 2024-12-01 | Mark `slice::copy_from_slice` unstably const | okaneco | -6/+10 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -2/+0 |
| 2024-11-30 | move slice::swap_unchecked constness to slice_swap_unchecked feature gate | Ralf Jung | -1/+1 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -8/+4 |
| 2024-11-29 | Rollup merge of #133530 - timvisee:master, r=jhpratt | Matthias Krüger | -16/+16 |
| 2024-11-28 | Change `GetManyMutError` to match T-libs-api decision | Chayim Refael Friedman | -27/+31 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -16/+16 |
| 2024-11-28 | Rollup merge of #133512 - bjoernager:slice-as-array, r=Amanieu | Guillaume Gomez | -0/+38 |
| 2024-11-27 | update cfgs | Boxy | -6/+2 |
| 2024-11-27 | replace placeholder version | Boxy | -2/+2 |
| 2024-11-26 | Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '... | Gabriel Bjørnager Jensen | -0/+38 |
| 2024-11-26 | Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=Amanieu | Michael Goulet | -18/+180 |
| 2024-11-25 | Support ranges in `<[T]>::get_many_mut()` | Chayim Refael Friedman | -18/+180 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+2 |
| 2024-11-16 | clean up const stability around UB checks | Ralf Jung | -2/+2 |
| 2024-11-13 | Auto merge of #132883 - LaihoE:vectorized_is_sorted, r=thomcc | bors | -1/+17 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+2 |
| 2024-11-11 | vectorize slice::is_sorted | Laiho | -1/+17 |
| 2024-11-10 | elem_offset / subslice_range: use addr() instead of 'as usize' | Ralf Jung | -4/+4 |
| 2024-11-09 | Improve documentation of `element_offset` and related methods | wr7 | -3/+4 |
| 2024-11-09 | Rename `elem_offset` to `element_offset` | wr7 | -4/+4 |
| 2024-11-06 | Add `is_ascii` function optimized for x86-64 for [u8] | okaneco | -12/+58 |
| 2024-11-05 | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco | -2/+22 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -128/+124 |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -117/+131 |
| 2024-11-03 | Auto merge of #132479 - compiler-errors:fx-feat-yeet, r=fee1-dead | bors | -1/+1 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -1/+1 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -117/+131 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -49/+19 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -2/+0 |