| Age | Commit message (Expand) | Author | Lines |
| 2021-04-22 | Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se | bors | -0/+112 |
| 2021-04-21 | Bump slice_index_with_ops_bound_pair to 1.53.0 | Mara Bos | -2/+2 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -1/+1 |
| 2021-04-13 | Implement indexing slices with pairs of ops::Bound<usize> | AnthonyMikh | -0/+112 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -19/+9 |
| 2021-03-30 | Rollup merge of #83571 - a1phyr:feature_const_slice_first_last, r=dtolnay | Dylan DPC | -8/+16 |
| 2021-03-28 | Add escape_default method to u8 and [u8] | ltdk | -0/+95 |
| 2021-03-28 | Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa | bors | -0/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -1/+2 |
| 2021-03-27 | Constantify some slice methods | Benoît du Garreau | -8/+16 |
| 2021-03-27 | Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-se | bors | -36/+13 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -1/+2 |
| 2021-03-22 | Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se | Dylan DPC | -2/+8 |
| 2021-03-21 | Bump slice_iter_mut_as_slice stable version. | Mara Bos | -2/+2 |
| 2021-03-21 | Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se | bors | -2/+2 |
| 2021-03-19 | Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se | Dylan DPC | -2/+4 |
| 2021-03-18 | generalize slice::fill specialization for byte-sized items | The8472 | -36/+13 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -2/+2 |
| 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-06 | Instruct LLVM that binary_search_by returns a valid index | Giacomo Stevanato | -0/+2 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -19/+25 |
| 2021-03-04 | slice: Stabilize IterMut::as_slice. | Emilio Cobos Álvarez | -2/+8 |
| 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 |