| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2020-09-13 | slice::from_raw_parts: explicitly mention that data must be initialized | Ralf Jung | -0/+4 |
| 2020-09-12 | Auto merge of #75021 - cuviper:array_chunks_mut, r=scottmcm | bors | -5/+147 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -1/+1 |
| 2020-09-07 | Auto merge of #76395 - dylni:adjust-documentation-for-slice-check-range, r=jy... | bors | -1/+1 |
| 2020-09-07 | Rollup merge of #76309 - lzutao:indent-note, r=jyn514 | Dylan DPC | -2/+3 |
| 2020-09-07 | Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514 | Dylan DPC | -1/+0 |
| 2020-09-05 | Adjust documentation for slice_check_range | dylni | -1/+1 |
| 2020-09-05 | rename MaybeUninit slice methods | Ralf Jung | -4/+4 |
| 2020-09-04 | Move ArrayChunksMut::get_unchecked per #73565 | Josh Stone | -6/+10 |
| 2020-09-04 | Build the slice directly in array_chunks_mut | Josh Stone | -6/+3 |
| 2020-09-04 | Add slice::array_chunks_mut | Josh Stone | -5/+146 |
| 2020-09-05 | Indent a note to make folding work nicer | Lzu Tao | -2/+3 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -21/+86 |
| 2020-09-04 | Remove a useless allowed attr | Lzu Tao | -1/+0 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -2/+2 |
| 2020-08-31 | Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa | bors | -27/+127 |
| 2020-08-30 | Improve documentation of slice::get_unchecked() / split_at_unchecked() | Sebastian Dröge | -31/+41 |
| 2020-08-30 | Get rid of bounds check in slice::chunks_exact() and related functions during... | Sebastian Dröge | -6/+10 |
| 2020-08-30 | Add (non-public) slice::split_at_unchecked() and split_at_mut_unchecked() | Sebastian Dröge | -8/+94 |
| 2020-08-30 | fix broken trait method links | Andy Russell | -2/+2 |
| 2020-08-30 | Fix intra-doc path resolution problem in `library/alloc/src/slice.rs` | Amjad Alsharafi | -4/+4 |
| 2020-08-28 | Used intra-doc links for `ptr#safety` occurrences | Amjad Alsharafi | -2/+2 |
| 2020-08-28 | Used intra-doc links for `NonNull::dangling()` occurrences | Amjad Alsharafi | -2/+2 |