| Age | Commit message (Expand) | Author | Lines |
| 2021-11-15 | Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrum | bors | -91/+32 |
| 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-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+4 |
| 2021-10-31 | Auto merge of #90306 - kornelski:slicecloneasset, r=joshtriplett | bors | -0/+5 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+3 |
| 2021-10-29 | Apply changes proposed in the review | Maybe Waffle | -8/+9 |
| 2021-10-29 | Use proper issue number for `feature(const_slice_from_raw_parts)` | Maybe Waffle | -4/+4 |
| 2021-10-28 | Make `core::slice::from_raw_parts[_mut]` const | Maybe Waffle | -14/+41 |
| 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-24 | Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk | Matthias Krüger | -2/+4 |
| 2021-10-23 | Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -2/+2 |
| 2021-10-23 | Rollup merge of #90117 - calebsander:fix/rsplit-clone, r=yaahc | Matthias Krüger | -1/+11 |
| 2021-10-22 | Mark {array,slice}::{from_ref,from_mut} as const fn | Maybe Waffle | -2/+4 |
| 2021-10-22 | Implement split_array and split_array_mut | Jethro Beekman | -0/+74 |
| 2021-10-21 | Make RSplit<T, P>: Clone not require T: Clone | Caleb Sander | -1/+11 |
| 2021-10-16 | Remove a mention to `copy_from_slice` from `clone_from_slice` doc | Yuki Okushi | -3/+0 |
| 2021-10-15 | Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytm | bors | -13/+46 |
| 2021-10-14 | don't duplicate slice `panic_bounds_check` | Ibraheem Ahmed | -10/+4 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+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-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+2 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+4 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+2 |
| 2021-10-03 | Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay | bors | -4/+4 |
| 2021-09-29 | Rollup merge of #88412 - mdsn:slice-sort-safety, r=dtolnay | Eric Huss | -2/+23 |
| 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-27 | Remove ignore-tidy-undocumented-unsafe from core::slice::sort | Mariano Casco | -2/+23 |
| 2021-08-24 | Add SAFETY comments to core::slice::sort::partition_in_blocks | Mariano Casco | -0/+26 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -2/+4 |
| 2021-08-12 | Test and fix size_hint for slice's [r]split* iterators | Frank Steffahn | -8/+25 |
| 2021-08-09 | Remove size_of == 1 case from `fill` specialization. | Mara Bos | -14/+2 |
| 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 | -3/+0 |
| 2021-08-03 | #[inline] slice::advance_by | The8472 | -2/+3 |
| 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-31 | Auto merge of #87387 - the8472:slice-iter-advance_by, r=scottmcm | bors | -0/+15 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -3/+3 |
| 2021-07-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -14/+66 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -1/+1 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -3/+0 |