| Age | Commit message (Expand) | Author | Lines |
| 2019-06-20 | Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcm | Mazdak Farrokhzad | -21/+55 |
| 2019-06-19 | Add functions to build raw slices | Oliver Scherer | -16/+3 |
| 2019-06-15 | Help LLVM better optimize slice::Iter(Mut)::len | Scott McMurray | -4/+17 |
| 2019-06-13 | Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapin | Mazdak Farrokhzad | -4/+3 |
| 2019-06-10 | core: use memcmp optimization for 128 bit integer slices | Andrew Champion | -1/+1 |
| 2019-06-02 | copy_within: replace element access by pointer arithmetic to avoid UB | kennytm | -2/+2 |
| 2019-05-31 | Stabilize copy_within | kennytm | -2/+1 |
| 2019-05-29 | Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcm | Mazdak Farrokhzad | -0/+18 |
| 2019-05-29 | Rollup merge of #60555 - timvermeulen:rchunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+72 |
| 2019-05-25 | Implement nth_back for slice::{Iter, IterMut} | Tim Vermeulen | -21/+55 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -20/+0 |
| 2019-05-22 | succint implementation | wizAmit | -0/+18 |
| 2019-05-22 | wip nth_back on chunks | @amit.chandra | -17/+0 |
| 2019-05-22 | hopefully working nth_back on chunks | @amit.chandra | -8/+9 |
| 2019-05-22 | wip nth_back on chunks | @amit.chandra | -0/+16 |
| 2019-05-14 | Rollup merge of #60443 - RalfJung:as_ptr, r=SimonSapin | Mazdak Farrokhzad | -0/+6 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+20 |
| 2019-05-05 | Implement nth_back for RChunks(Exact)(Mut) | Tim Vermeulen | -0/+72 |
| 2019-05-02 | clarify wording | Ralf Jung | -2/+2 |
| 2019-05-01 | as_ptr returns a read-only pointer | Ralf Jung | -0/+6 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+20 |
| 2019-04-19 | Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor | Mazdak Farrokhzad | -29/+29 |
| 2019-04-19 | Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -29/+29 |
| 2019-04-18 | Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`. | Nathan Kleyn | -3/+3 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -33/+34 |
| 2019-04-03 | Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss | Mazdak Farrokhzad | -0/+236 |
| 2019-03-26 | adjust MaybeUninit API to discussions | Ralf Jung | -1/+1 |
| 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/+236 |
| 2019-03-05 | Add a tracking issue for new as_slice methods | Josh Stone | -1/+1 |
| 2019-03-05 | Clean up the example on slice::IterMut::as_slice() | Josh Stone | -6/+2 |
| 2019-03-05 | Apply suggestions from code review | Mazdak Farrokhzad | -4/+4 |
| 2019-03-04 | Add as_slice() to slice::IterMut and vec::Drain | Josh Stone | -0/+32 |
| 2019-02-25 | heading # Unsafety => # Safety in stdlib docs. | Mazdak Farrokhzad | -2/+2 |
| 2019-02-24 | implement nth_back for Windows | Adrian Friedli | -0/+13 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -16/+16 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -16/+16 |
| 2019-02-12 | Revert "Remove mentions of unstable sort_by_cached key from stable documentat... | Scott McMurray | -0/+4 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -7/+7 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -4/+4 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -9/+2 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -6/+13 |
| 2019-01-22 | Move TrustedRandomAccess into Zip module | Clar Fon | -1/+0 |
| 2019-01-22 | Rollup merge of #57604 - alercah:str-index, r=sfackler | Mazdak Farrokhzad | -3/+13 |
| 2019-01-19 | Make `str` indexing generic on `SliceIndex`. | Alexis Hunt | -3/+13 |
| 2019-01-17 | Override `Iterator::is_sorted_by` in `slice::Iter` impl | Lukas Kalbertodt | -13/+22 |
| 2019-01-17 | Compare pairs with `slice::windows` | Kevin Leimkuhler | -7/+5 |