| Age | Commit message (Expand) | Author | Lines |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -3/+1 |
| 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 |
| 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-11-05 | Fix automatic_links warnings | Guillaume Gomez | -1/+1 |
| 2020-10-29 | Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik | Jonas Schievink | -4/+8 |
| 2020-10-27 | Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytm | Yuki Okushi | -2/+2 |
| 2020-10-27 | Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt | Yuki Okushi | -15/+71 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -2/+2 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+2 |
| 2020-10-24 | Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay | Jonas Schievink | -10/+6 |
| 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-20 | Check for exhaustion in SliceIndex for RangeInclusive | Josh Stone | -10/+6 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -83/+7 |
| 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 |
| 2020-10-10 | Revert "Assume slice len is bounded by allocation size" | Simonas Kazlauskas | -21/+2 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -5/+1 |
| 2020-10-06 | Eliminate bounds checking in slice::Windows | AnthonyMikh | -15/+17 |
| 2020-10-05 | Document unsafety in core::slice::memchr | Nanami | -2/+6 |
| 2020-10-04 | Add [T]::as_chunks_mut (as unstable) | Scott McMurray | -15/+71 |
| 2020-10-04 | Auto merge of #77023 - HeroicKatora:len-missed-optimization, r=Mark-Simulacrum | bors | -2/+25 |
| 2020-10-04 | Assume slice len is bounded by allocation size | Andreas Molzer | -2/+25 |
| 2020-10-02 | Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, ... | Yuki Okushi | -4/+2 |
| 2020-10-01 | Auto merge of #76971 - bugadani:issue-75659, r=Amanieu | bors | -16/+27 |
| 2020-09-27 | Refactor memchr to allow optimization | Dániel Buga | -16/+27 |
| 2020-09-26 | Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=D... | Ralf Jung | -0/+164 |
| 2020-09-26 | Stabilize slice_ptr_range. | Mara Bos | -4/+2 |
| 2020-09-25 | Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorino | bors | -24/+25 |
| 2020-09-25 | Add missing code examples on slice iter types | Guillaume Gomez | -0/+164 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -24/+25 |
| 2020-09-25 | Rollup merge of #77097 - fusion-engineering-forks:slice-ptr-range-const-fn, r... | Jonas Schievink | -3/+6 |
| 2020-09-23 | use array::from_ref for slices | Bastian Kauschke | -10/+3 |
| 2020-09-23 | Make [].as_[mut_]ptr_range() (unstably) const. | Mara Bos | -3/+6 |
| 2020-09-20 | Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -3/+3 |
| 2020-09-18 | Rename method to `assert_len` | dylni | -1/+1 |