| 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-14 | Rollup merge of #80985 - ijackson:slice-strip-fix, r=jyn514 | Mara Bos | -4/+4 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -1/+1 |
| 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 | -21/+14 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -3/+3 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -11/+11 |
| 2021-01-11 | core/slice: remove doc comment about scoped borrow | Manos Pitsidianakis | -8/+5 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+1 |
| 2021-01-08 | Rollup merge of #80791 - mrcz:master, r=jyn514 | Yuki Okushi | -4/+4 |
| 2021-01-07 | Enclose types in comments in backticks | Marcus Svensson | -4/+4 |
| 2021-01-07 | Fix type name in doc example for Iter and IterMut | Marcus Svensson | -4/+4 |
| 2021-01-07 | Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieu | bors | -6/+44 |
| 2021-01-04 | Stabilize split_inclusive | Ian Jackson | -21/+14 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+267 |
| 2020-12-31 | Replace the tracking issue for the slice_group_by feature | Clément Renault | -15/+15 |
| 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-26 | Auto merge of #80209 - erikdesjardins:ptrcmp, r=Mark-Simulacrum | bors | -27/+0 |
| 2020-12-26 | Remove pointer comparison from slice equality | bors | -27/+0 |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -3/+1 |
| 2020-12-10 | Implement a user friendly Debug on GroupBy and GroupByMut | Clément Renault | -2/+14 |
| 2020-12-10 | Fix the fmt issues | Clément Renault | -19/+18 |
| 2020-12-10 | Mute the file-length error | Clément Renault | -0/+1 |
| 2020-12-10 | Mark the Iterator last self parameter as mut | Clément Renault | -2/+2 |
| 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 | -11/+11 |
| 2020-12-10 | Implement last on the GroupBy and GroupByMut Iterators | Clément Renault | -0/+10 |
| 2020-12-10 | Implement size_hint on the GroupBy and GroupByMut Iterators | Clément Renault | -0/+18 |
| 2020-12-10 | Implement it with only safe code | Clément Renault | -153/+99 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+248 |
| 2020-11-25 | Auto merge of #76688 - yokodake:patch-2, r=kodrAus | bors | -2/+6 |
| 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 |