| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantilla | Matthias Krüger | -9/+9 |
| 2022-01-02 | Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplett | bors | -0/+5 |
| 2021-12-18 | Derive src pointers in sort drop guards from &T | Ben Kimock | -9/+9 |
| 2021-12-16 | Fix SB problems in slice sorting | Ben Kimock | -17/+20 |
| 2021-12-15 | Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr | bors | -4/+4 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -4/+4 |
| 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-14 | Rollup merge of #89825 - martinvonz:split-inclusive-empty, r=m-ou-se | Matthias Krüger | -2/+4 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -4/+4 |
| 2021-12-12 | Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung | Matthias Krüger | -2/+2 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -2/+2 |
| 2021-12-11 | Rollup merge of #91737 - Manishearth:panic-immediate-stdlib, r=joshtriplett | Matthias Krüger | -5/+10 |
| 2021-12-11 | Rollup merge of #91515 - jethrogb:rsplit_array, r=yaahc | Matthias Krüger | -0/+78 |
| 2021-12-10 | Rollup merge of #91325 - RalfJung:const_eval_select, r=dtolnay | Matthias Krüger | -2/+2 |
| 2021-12-10 | Add rsplit_array variants to slices and arrays | Jethro Beekman | -0/+78 |
| 2021-12-10 | inline slice panics on panic_immediate_abort | Manish Goregaokar | -5/+10 |
| 2021-12-02 | Add `[T]::as_simd(_mut)` | Scott McMurray | -0/+83 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -2/+2 |
| 2021-12-01 | Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnay | Matthias Krüger | -1/+263 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -2/+2 |
| 2021-11-28 | adjust some const_eval_select safety comments | Ralf Jung | -2/+2 |
| 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-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-12 | Make split_inclusive() on an empty slice yield an empty output | Martin von Zweigbergk | -2/+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 |