| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 |
| 2022-03-26 | Bump const_ptr_offset stabilization to 1.61 | David Tolnay | -3/+3 |
| 2022-02-13 | allow const_mut_refs | SaltyKitkat | -0/+2 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -3/+3 |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -0/+43 |
| 2022-03-12 | Use reduce_sum in as_simd example | Jubilee Young | -1/+1 |
| 2022-03-10 | Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -8/+12 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -3/+0 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -8/+12 |
| 2022-03-03 | only disable SIMD for doctests in Miri (not for the stdlib build itself) | Ralf Jung | -3/+3 |
| 2022-02-28 | Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se | Matthias Krüger | -0/+3 |
| 2022-02-27 | add `slice::{from_ptr_range, from_mut_ptr_range}` | Ibraheem Ahmed | -0/+3 |
| 2022-02-24 | revert implementation of `slice::swap` | Ibraheem Ahmed | -5/+11 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -1/+1 |
| 2022-01-30 | Remove deprecated and unstable slice_partition_at_index functions | est31 | -44/+0 |
| 2022-01-02 | Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplett | bors | -0/+5 |
| 2021-12-15 | Track caller of slice split and swap | Kornel | -0/+5 |
| 2021-12-15 | Rollup merge of #91479 - scottmcm:slice-as-simd, r=workingjubilee | Matthias Krüger | -0/+119 |
| 2021-12-14 | Update comments per review feedback | Scott McMurray | -10/+46 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -2/+2 |
| 2021-12-10 | Add rsplit_array variants to slices and arrays | Jethro Beekman | -0/+78 |
| 2021-12-02 | Add `[T]::as_simd(_mut)` | Scott McMurray | -0/+83 |
| 2021-12-01 | Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnay | Matthias Krüger | -1/+263 |
| 2021-11-15 | Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrum | bors | -91/+32 |
| 2021-11-12 | add slice take methods | Ibraheem Ahmed | -1/+263 |
| 2021-11-11 | MIRI says `reverse` is UB, so replace it with an implementation that LLVM can... | Scott McMurray | -91/+32 |
| 2021-11-09 | Extend the const_swap feature | est31 | -2/+4 |
| 2021-10-26 | track_caller for slice length assertions | Kornel | -0/+5 |
| 2021-10-25 | Fixed missing double quote in the patch (slice.swap) | Tommaso Fontana | -1/+1 |
| 2021-10-25 | Changed slice.swap documentation for better readability | Tommaso Fontana | -3/+3 |
| 2021-10-22 | Implement split_array and split_array_mut | Jethro Beekman | -0/+74 |
| 2021-10-16 | Remove a mention to `copy_from_slice` from `clone_from_slice` doc | Yuki Okushi | -3/+0 |
| 2021-10-14 | don't duplicate slice `panic_bounds_check` | Ibraheem Ahmed | -10/+4 |
| 2021-10-11 | improve slice::swap panic message | Ibraheem Ahmed | -4/+15 |
| 2021-10-11 | use `swap_unchecked` in `slice::reverse` | ibraheemdev | -5/+1 |
| 2021-10-11 | enable `slice_swap_unchecked` feature in doc test | ibraheemdev | -0/+2 |
| 2021-10-11 | add `slice::swap_unchecked` | ibraheemdev | -8/+38 |
| 2021-10-03 | Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay | bors | -4/+4 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -3/+3 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -2/+4 |
| 2021-08-08 | Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` public | Waffle | -4/+4 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -2/+0 |
| 2021-08-02 | Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-se | Yuki Okushi | -4/+4 |
| 2021-08-01 | Update const_slice_first_last_not_mut stable version. | Mara Bos | -4/+4 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -1/+1 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -3/+3 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -1/+1 |