| Age | Commit message (Expand) | Author | Lines |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -3/+1 |
| 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-10-29 | Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik | Jonas Schievink | -4/+8 |
| 2020-10-27 | Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt | Yuki Okushi | -0/+67 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+2 |
| 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-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -5/+2 |
| 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 | -1/+2 |
| 2020-10-04 | Add [T]::as_chunks_mut (as unstable) | Scott McMurray | -0/+67 |
| 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 | -0/+1 |
| 2020-09-27 | Refactor memchr to allow optimization | Dániel Buga | -0/+1 |
| 2020-09-26 | Stabilize slice_ptr_range. | Mara Bos | -4/+2 |
| 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-18 | Rename method to `assert_len` | dylni | -1/+1 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -5/+2 |
| 2020-09-18 | Move unsafe code of slice `new` function of their Iterator structs | Lzu Tao | -99/+16 |
| 2020-09-17 | Using <Iter>::new instead of exposing internal fields | Lzu Tao | -27/+25 |
| 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/+37 |
| 2020-09-16 | Add array window fn | kadmin | -0/+37 |
| 2020-09-15 | fix slice::check_range aliasing problems | Ralf Jung | -77/+4 |
| 2020-09-14 | Removed outdated comments | Lzu Tao | -16/+0 |
| 2020-09-14 | Move ascii to new module | Lzu Tao | -157/+1 |
| 2020-09-14 | move indexing impl to new mod | Lzu Tao | -737/+12 |
| 2020-09-14 | Move free functions to a new module | Lzu Tao | -172/+12 |
| 2020-09-14 | Move iterator impls to a new module | Lzu Tao | -2893/+27 |
| 2020-09-13 | slice::from_raw_parts: explicitly mention that data must be initialized | Ralf Jung | -0/+4 |