| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se | Dylan DPC | -2/+4 |
| 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-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -39/+13 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -56/+54 |
| 2021-02-27 | Auto merge of #81874 - tesuji:spec_slice_fill, r=matthewjasper | bors | -7/+60 |
| 2021-02-27 | Fix `binary_search_by()` overflow issue in ZST case | Folyd | -3/+6 |
| 2021-02-27 | Add `as_str` method for split whitespace str iterators | Waffle | -2/+4 |
| 2021-02-25 | Convert the rest of the standard library primitives to intra-doc links | Joshua Nelson | -54/+54 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -2/+0 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -6/+107 |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -39/+13 |
| 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 | -6/+107 |
| 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/+60 |
| 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-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 |