| Age | Commit message (Expand) | Author | Lines |
| 2021-01-31 | Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-se | Jonas Schievink | -3/+2 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -2/+2 |
| 2021-01-18 | use raw-ptr-addr-of for slice::swap | Ralf Jung | -4/+3 |
| 2021-01-15 | Rename as_chunks_mut_unchecked -> as_chunks_unchecked_mut | Scott McMurray | -7/+7 |
| 2021-01-15 | Add `as_rchunks` (and friends) to slices | Scott McMurray | -7/+154 |
| 2021-01-15 | Stabilize `core::slice::fill_with` | Yoshua Wuyts | -3/+2 |
| 2021-01-13 | Fix stabilisation version of slice_strip | Ian Jackson | -4/+4 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -6/+3 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -3/+3 |
| 2021-01-11 | core/slice: remove doc comment about scoped borrow | Manos Pitsidianakis | -8/+5 |
| 2021-01-07 | Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieu | bors | -6/+44 |
| 2021-01-04 | Stabilize split_inclusive | Ian Jackson | -6/+3 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+93 |
| 2020-12-31 | Replace the tracking issue for the slice_group_by feature | Clément Renault | -3/+3 |
| 2020-12-31 | Add an extra example to the two methods | Clément Renault | -0/+30 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-27 | Add test for slice as prefix/suffix pattern | Ian Jackson | -0/+4 |
| 2020-12-27 | Mark SlicePattern trait uses as ?Sized | Ian Jackson | -2/+2 |
| 2020-12-27 | Drop pointless as_slice call. | Ian Jackson | -1/+1 |
| 2020-12-27 | Use existing slice_pattern feature for SlicePattern | Ian Jackson | -1/+1 |
| 2020-12-27 | Stablize slice::strip_prefix and strip_suffix, with SlicePattern | Ian Jackson | -7/+41 |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -3/+1 |
| 2020-12-10 | Fix the fmt issues | Clément Renault | -2/+4 |
| 2020-12-10 | Indicate the anonymous lifetime of the GroupBy and GroupByMut | Clément Renault | -2/+2 |
| 2020-12-10 | Import the GroupBy and GroupByMut in the slice module | Clément Renault | -0/+3 |
| 2020-12-10 | Use none as the issue instead of 0 | Clément Renault | -2/+2 |
| 2020-12-10 | Implement it with only safe code | Clément Renault | -12/+2 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+68 |
| 2020-11-22 | Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrum | bors | -2/+1 |
| 2020-11-22 | Auto merge of #78816 - SkiFire13:fix-slice-pointer-provenance, r=RalfJung | bors | -6/+9 |
| 2020-11-22 | Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievink | bors | -4/+4 |
| 2020-11-22 | Auto merge of #79229 - sdroege:slice-fill-memset, r=dtolnay | bors | -0/+1 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -4/+4 |
| 2020-11-21 | Auto merge of #79222 - yoshuawuyts:slice-fill-with, r=m-ou-se | bors | -0/+28 |
| 2020-11-20 | Add "memset" as doc alias to slice::fill() | Sebastian Dröge | -0/+1 |
| 2020-11-20 | Add `core::slice::fill_with` | Yoshua Wuyts | -0/+28 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -2/+1 |
| 2020-11-19 | Add the "memcpy" doc alias to slice::copy_from_slice | Yoshua Wuyts | -0/+1 |
| 2020-11-06 | <[T]>::reverse: Fix pointer provenance rules | Giacomo Stevanato | -6/+9 |
| 2020-10-29 | Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik | Jonas Schievink | -4/+8 |
| 2020-10-27 | Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt | Yuki Okushi | -0/+67 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+2 |
| 2020-10-23 | Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-se | Yuki Okushi | -3/+3 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -1/+2 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -5/+2 |
| 2020-10-15 | Made slice sort documentation consistent between stable and unstable versions | Ryan Scott | -3/+3 |
| 2020-10-12 | docs: `slice::strip_prefix` and `strip_suffix`, fold in sentence | Ian Jackson | -4/+2 |
| 2020-10-12 | docs: Rewrap `slice::strip_prefix` and `strip_suffix` back to 100 | Ian Jackson | -4/+2 |
| 2020-10-12 | docs: Reword `slice::strip_prefix` and `strip_suffix` a bit | Ian Jackson | -4/+12 |
| 2020-10-12 | Stabilize slice_select_nth_unstable | James Gill | -15/+53 |