| Age | Commit message (Expand) | Author | Lines |
| 2019-09-09 | Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcm | Mazdak Farrokhzad | -0/+35 |
| 2019-09-06 | Add Iterator comparison methods that take a comparison function | Tim Vermeulen | -0/+56 |
| 2019-09-04 | Override `StepBy::{try_fold, try_rfold}` | Tim Vermeulen | -0/+35 |
| 2019-08-30 | Rev::rposition counts from the wrong end | Xiang Fan | -0/+6 |
| 2019-08-18 | Fix bug in iter::Chain::size_hint | Tim Vermeulen | -0/+48 |
| 2019-08-17 | Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcm | Mazdak Farrokhzad | -0/+12 |
| 2019-08-16 | Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin | Mazdak Farrokhzad | -0/+16 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -0/+17 |
| 2019-08-06 | Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcm | Mazdak Farrokhzad | -13/+179 |
| 2019-07-29 | Use internal iteration in the Sum and Product impls of Result and Option | Tim Vermeulen | -0/+17 |
| 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/+36 |
| 2019-06-20 | Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcm | Mazdak Farrokhzad | -0/+34 |
| 2019-06-09 | implement nth_back for RangeInclusive | Adrian Friedli | -0/+20 |
| 2019-06-08 | implement nth_back for Range | Adrian Friedli | -0/+17 |
| 2019-05-29 | Add custom nth_back for Skip | Andrea Corradi | -0/+34 |
| 2019-05-29 | Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay | Mazdak Farrokhzad | -0/+16 |
| 2019-05-03 | Add custom nth_back for Chain | Andrea Corradi | -0/+16 |
| 2019-04-20 | Deny rust_2018_idioms in libcore tests | Philipp Hansch | -2/+2 |
| 2019-04-16 | implement nth_back for Enumerate | Adrian Friedli | -0/+18 |
| 2019-03-26 | Test the size_hint of empty ranges too | Josh Stone | -0/+12 |
| 2019-03-26 | Implement useful steps_between for all integers | Josh Stone | -0/+49 |
| 2019-03-16 | Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytm | kennytm | -2/+0 |
| 2019-03-12 | Add tests to ensure that Iterator::min and Iterator::max are stable | Tim Vermeulen | -0/+28 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -2/+0 |
| 2019-03-06 | Implement `iter::Sum` and `iter::Product` for `Option` | John Downey | -0/+16 |
| 2019-02-23 | Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay | Mazdak Farrokhzad | -3/+21 |
| 2019-02-13 | review or fix remaining miri failures in libcore | Ralf Jung | -2/+0 |
| 2019-02-13 | review or fix miri failures in iter, slice, cell, time | Ralf Jung | -6/+2 |
| 2019-02-13 | mark failures expected due to panics | Ralf Jung | -2/+2 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-09 | Fix exhaustion of inclusive range try_fold and try_rfold | Matthieu M | -3/+21 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+8 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+13 |
| 2019-01-14 | Remove unnecessary mut | Stjepan Glavina | -1/+1 |
| 2019-01-14 | Fix failing test | Stjepan Glavina | -6/+7 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+17 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -0/+17 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-23 | Merge branch 'master' into copied | Konrad Borowski | -0/+48 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -0/+27 |
| 2018-12-17 | Remove `<Cycle as Iterator>::try_fold` override | Shotaro Yamada | -0/+2 |
| 2018-12-09 | Override Cycle::try_fold | Shotaro Yamada | -0/+2 |
| 2018-12-05 | Add a test for cloned side effects | Konrad Borowski | -0/+17 |
| 2018-12-05 | Add tests for Iterator::copied() | Konrad Borowski | -0/+17 |
| 2018-11-20 | Add std::iter::successors | Simon Sapin | -0/+11 |
| 2018-11-19 | fix test | Артём Павлов [Artyom Pavlov] | -1/+1 |
| 2018-11-18 | tests | Артём Павлов [Artyom Pavlov] | -0/+10 |
| 2018-11-18 | revert | Артём Павлов [Artyom Pavlov] | -5/+2 |