| Age | Commit message (Expand) | Author | Lines |
| 2019-06-20 | Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+13 |
| 2019-06-04 | Update src/libcore/tests/slice.rs | kennytm | -1/+1 |
| 2019-06-02 | copy_within: replace element access by pointer arithmetic to avoid UB | kennytm | -0/+14 |
| 2019-05-29 | Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcm | Mazdak Farrokhzad | -0/+24 |
| 2019-05-25 | Implement nth_back for slice::{Iter, IterMut} | Tim Vermeulen | -0/+13 |
| 2019-05-14 | new implementation for nth_back for chunks | wizAmit | -1/+5 |
| 2019-05-14 | hopefully working nth_back on chunks | @amit.chandra | -1/+8 |
| 2019-05-14 | wip nth_back on chunks | @amit.chandra | -0/+13 |
| 2019-05-05 | Implement nth_back for RChunks(Exact)(Mut) | Tim Vermeulen | -0/+52 |
| 2019-04-17 | test sort_unstable in Miri | Ralf Jung | -3/+12 |
| 2019-04-16 | Miri now supports entropy, but is still slow | Ralf Jung | -2/+2 |
| 2019-04-03 | Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss | Mazdak Farrokhzad | -0/+118 |
| 2019-03-24 | Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcm | kennytm | -0/+13 |
| 2019-03-11 | Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s... | Pavel Krajcevski | -0/+118 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -7/+0 |
| 2019-02-24 | implement nth_back for Windows | Adrian Friedli | -0/+13 |
| 2019-02-13 | review or fix miri failures in iter, slice, cell, time | Ralf Jung | -5/+3 |
| 2019-02-13 | mark failures expected due to panics | Ralf Jung | -7/+7 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+12 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -0/+15 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -3/+3 |
| 2018-10-18 | Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut() | Sebastian Dröge | -0/+222 |
| 2018-09-25 | Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton | Pietro Albini | -29/+29 |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -29/+29 |
| 2018-09-23 | Introduce the partition_dedup/by/by_key methods for slices | Clément Renault | -0/+59 |
| 2018-09-20 | add tests for copy_within | Jack O'Connor | -0/+46 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -2/+2 |
| 2018-08-02 | test that align_of handles alignment properly for the mid part | Ralf Jung | -0/+14 |
| 2018-08-02 | test nth better | Ralf Jung | -11/+37 |
| 2018-08-02 | slice iterators: ZST iterators no longer just "make up" addresses | Ralf Jung | -0/+100 |
| 2018-07-12 | Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichton | bors | -0/+14 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -2/+2 |
| 2018-06-04 | Add ExactChunks::remainder and ExactChunks::into_remainder | Sebastian Dröge | -0/+14 |
| 2018-05-17 | Fix align_offset_stride1 & align_to_simple tests | Simonas Kazlauskas | -1/+1 |
| 2018-05-17 | Implement [T]::align_to | Simonas Kazlauskas | -0/+34 |
| 2018-05-10 | Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton | Alex Crichton | -37/+213 |
| 2018-05-06 | Move the tests in src/libcore/slice/memchr.rs as well. | kennytm | -0/+86 |
| 2018-04-30 | revise macro in slice tests | Michael Lamparski | -92/+62 |
| 2018-04-30 | flesh out tests for SliceIndex | Michael Lamparski | -38/+244 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -1/+70 |
| 2018-01-18 | Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnay | kennytm | -0/+19 |
| 2018-01-15 | Rollup merge of #47126 - sdroege:exact-chunks, r=bluss | kennytm | -8/+112 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+104 |
| 2018-01-13 | Test the whole chunks instead of just an element in the chunks/chunks_mut tests | Sebastian Dröge | -8/+8 |
| 2018-01-12 | Optimize slice.{r}position result bounds check | arthurprs | -0/+19 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -3/+18 |
| 2018-01-03 | Add unit test for zipping slice::{Chunks, ChunksMut, Windows} iterators | Sebastian Dröge | -0/+39 |
| 2017-12-24 | Deprecate [T]::rotate in favor of [T]::rotate_{left,right}. | Corey Farwell | -3/+18 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -68/+0 |