| Age | Commit message (Expand) | Author | Lines |
| 2021-03-10 | apply review | François Mockers | -2/+4 |
| 2021-03-10 | add back sort_by_key link, allow linter and add comment | François Mockers | -1/+6 |
| 2021-03-09 | convert slice doc link to intra-doc links | François Mockers | -54/+53 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -19/+25 |
| 2021-02-27 | Auto merge of #81874 - tesuji:spec_slice_fill, r=matthewjasper | bors | -7/+2 |
| 2021-02-27 | Fix `binary_search_by()` overflow issue in ZST case | Folyd | -3/+6 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -2/+6 |
| 2021-02-15 | Use new pointer metadata API inside libcore instead of manual transmutes | Simon Sapin | -3/+17 |
| 2021-02-13 | Auto merge of #81854 - the8472:specialize-clone-slice, r=Mark-Simulacrum | bors | -9/+31 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -2/+6 |
| 2021-02-12 | Fix possible soundness issue in `ensure_subset_of` | dylni | -1/+1 |
| 2021-02-12 | Improve design of `assert_len` | dylni | -1/+1 |
| 2021-02-12 | stabilize partition_point | VillSnow | -3/+1 |
| 2021-02-12 | update documents | VillSnow | -0/+23 |
| 2021-02-09 | specialize slice::clone_from_slice() for T: Copy | The8472 | -9/+31 |
| 2021-02-08 | Specialize slice::fill for Copy type and u8/i8/bool | Lzu Tao | -7/+2 |
| 2021-02-04 | Explain why we use if/else control flow rather than match | Folyd | -0/+4 |
| 2021-01-31 | Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-se | Jonas Schievink | -3/+2 |
| 2021-01-30 | Simplify binary search logic to full branch code to let CPU guessing branch m... | Folyd | -21/+16 |
| 2021-01-30 | Improve slice.binary_search_by()'s best-case performance to O(1) | Folyd | -1/+5 |
| 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 |