| Age | Commit message (Expand) | Author | Lines |
| 2019-07-29 | Use internal iteration in the Sum and Product impls of Result and Option | Tim Vermeulen | -0/+17 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-28 | Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+22 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -37/+178 |
| 2019-07-25 | Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-07-18 | renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discu... | Brad Gibson | -37/+178 |
| 2019-07-17 | Override Cycle::try_fold | Tim Vermeulen | -0/+12 |
| 2019-07-09 | Implement DoubleEndedIterator for iter::{StepBy, Peekable, Take} | Tim Vermeulen | -13/+179 |
| 2019-07-09 | Unit test Iterator::partition_in_place and is_partitioned | Josh Stone | -0/+38 |
| 2019-07-09 | Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichton | Mazdak Farrokhzad | -8/+86 |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -8/+86 |
| 2019-07-07 | Stablize Euclidean Modulo (feature euclidean_division) | CrLF0710 | -1/+0 |
| 2019-07-04 | Rollup merge of #62346 - RalfJung:miri-tests, r=Centril | Mazdak Farrokhzad | -7/+4 |
| 2019-07-03 | enable a few more tests in Miri and update the comment for others | Ralf Jung | -7/+4 |
| 2019-07-03 | Rollup merge of #62319 - ia0:fix_kleene, r=petrochenkov | Mark Rousskov | -2/+2 |
| 2019-07-03 | Fix mismatching Kleene operators | Julien Cretin | -2/+2 |
| 2019-06-23 | squash of all commits for nth_back on ChunksMut | @amit.chandra | -0/+22 |
| 2019-06-23 | squash commit for nth_back on chunks exact | @amit.chandra | -0/+19 |
| 2019-06-20 | Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+13 |
| 2019-06-20 | Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcm | Mazdak Farrokhzad | -0/+34 |
| 2019-06-13 | Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapin | Mazdak Farrokhzad | -1/+14 |
| 2019-06-12 | Rollup merge of #61671 - koalatux:nth-back-range, r=KodrAus | Mazdak Farrokhzad | -0/+37 |
| 2019-06-09 | implement nth_back for RangeInclusive | Adrian Friedli | -0/+20 |
| 2019-06-09 | Miri: disable a slow test | Ralf Jung | -0/+2 |
| 2019-06-08 | implement nth_back for Range | Adrian Friedli | -0/+17 |
| 2019-06-06 | Rollup merge of #61376 - czipperz:bound-cloned, r=sfackler | Mazdak Farrokhzad | -1/+17 |
| 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-06-01 | Enable feature bound_cloned for tests | Chris Gregory | -0/+1 |
| 2019-06-01 | Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-05-31 | Import Bound in tests | Chris Gregory | -1/+1 |
| 2019-05-31 | Add Bound tests | Chris Gregory | -0/+15 |
| 2019-05-31 | Stabilize copy_within | kennytm | -1/+0 |
| 2019-05-31 | Stabilize reverse_bits feature | Lzu Tao | -1/+0 |
| 2019-05-30 | Stabilize iter_nth_back feature | Lzu Tao | -1/+0 |
| 2019-05-29 | Add custom nth_back for Skip | Andrea Corradi | -0/+34 |
| 2019-05-29 | Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcm | Mazdak Farrokhzad | -0/+24 |
| 2019-05-29 | Rollup merge of #60555 - timvermeulen:rchunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+52 |
| 2019-05-29 | Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay | Mazdak Farrokhzad | -0/+16 |
| 2019-05-25 | Implement nth_back for slice::{Iter, IterMut} | Tim Vermeulen | -0/+13 |
| 2019-05-22 | fix merge conflicts | wizAmit | -1/+0 |
| 2019-05-22 | succint implementation | wizAmit | -0/+24 |
| 2019-05-22 | wip nth_back on chunks | @amit.chandra | -19/+0 |
| 2019-05-22 | hopefully working nth_back on chunks | @amit.chandra | -1/+8 |
| 2019-05-22 | wip nth_back on chunks | @amit.chandra | -0/+13 |
| 2019-05-14 | new implementation for nth_back for chunks | wizAmit | -1/+5 |
| 2019-05-14 | Add const_unchecked_layout test to libcore/tests | Richard Wiedenhöft | -0/+12 |
| 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-13 | Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |