| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -83/+7 |
| 2020-09-18 | inline inner function of inlining methods | Lzu Tao | -0/+19 |
| 2020-09-18 | Move unsafe code of slice `new` function of their Iterator structs | Lzu Tao | -141/+122 |
| 2020-09-17 | Using <Iter>::new instead of exposing internal fields | Lzu Tao | -84/+218 |
| 2020-09-17 | docs `array` -> `slice` | Bastian Kauschke | -1/+1 |
| 2020-09-17 | fix array_windows docs | Bastian Kauschke | -1/+1 |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -0/+137 |
| 2020-09-16 | Add array window fn | kadmin | -0/+137 |
| 2020-09-15 | hopefully fix rustdoc links | Ralf Jung | -1/+1 |
| 2020-09-15 | fix slice::check_range aliasing problems | Ralf Jung | -78/+78 |
| 2020-09-14 | Removed outdated comments | Lzu Tao | -16/+0 |
| 2020-09-14 | Move ascii to new module | Lzu Tao | -157/+157 |
| 2020-09-14 | move indexing impl to new mod | Lzu Tao | -737/+753 |
| 2020-09-14 | Move free functions to a new module | Lzu Tao | -173/+172 |
| 2020-09-14 | Move iterator impls to a new module | Lzu Tao | -2893/+2929 |