| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-05 | Implement nth_back for RChunks(Exact)(Mut) | Tim Vermeulen | -0/+52 |
| 2019-05-03 | Add custom nth_back for Chain | Andrea Corradi | -0/+16 |
| 2019-04-27 | Stabilize Iterator::copied in 1.36.0. | Mazdak Farrokhzad | -1/+0 |
| 2019-04-26 | Remove feature gates from std and tests | Christopher Serr | -1/+0 |
| 2019-04-25 | Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichton | bors | -0/+27 |
| 2019-04-25 | Add tests for saturating_abs() and saturating_neg functions | Tobias Rapp | -0/+27 |
| 2019-04-23 | deny -> warn | Ralf Jung | -1/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -6/+0 |
| 2019-04-20 | Deny rust_2018_idioms in libcore tests | Philipp Hansch | -38/+38 |
| 2019-04-19 | Rollup merge of #60023 - koalatux:nth-back, r=scottmcm | Mazdak Farrokhzad | -0/+18 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -3/+3 |
| 2019-04-17 | test sort_unstable in Miri | Ralf Jung | -3/+12 |
| 2019-04-16 | implement nth_back for Enumerate | Adrian Friedli | -0/+18 |
| 2019-04-16 | Miri now supports entropy, but is still slow | Ralf Jung | -2/+2 |