| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -1/+1 |
| 2018-06-19 | specialize StepBy<Range(Inclusive)> | Emerentius | -0/+8 |
| 2018-06-02 | Stabilize iterator_repeat_with | Thayne McCombs | -12/+0 |
| 2018-04-03 | Add Iterator::find_map | Aleksey Kladov | -0/+27 |
| 2018-03-01 | Add a Zip::nth test for side effects | Scott McMurray | -0/+20 |
| 2018-03-01 | Specialize Zip::nth for TrustedRandomAccess | Scott McMurray | -0/+17 |
| 2018-02-20 | core::iter::Flatten: update FlatMap & Flatten according to discussion | Mazdak Farrokhzad | -2/+106 |
| 2018-02-20 | add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten() | Mazdak Farrokhzad | -0/+2 |
| 2018-02-14 | Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichton | kennytm | -0/+45 |
| 2018-02-12 | core::iter::repeat_with: fix tests some more | Mazdak Farrokhzad | -5/+5 |
| 2018-02-12 | core::iter::repeat_with: fix tests | Mazdak Farrokhzad | -1/+2 |
| 2018-02-12 | add core::iter::repeat_with | Mazdak Farrokhzad | -0/+44 |
| 2018-02-09 | Use is_empty in range iteration exhaustion tests | Scott McMurray | -9/+52 |
| 2018-02-09 | Add Range[Inclusive]::is_empty | Scott McMurray | -2/+2 |
| 2018-02-08 | Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay | bors | -0/+19 |
| 2018-02-07 | Simplify RangeInclusive::next[_back] | Scott McMurray | -0/+19 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -0/+43 |
| 2018-02-07 | Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichton | kennytm | -0/+20 |
| 2018-02-04 | Override try_[r]fold for RangeInclusive | Scott McMurray | -0/+20 |
| 2018-02-04 | TrustedLen for Repeat / RangeFrom test cases | oberien | -0/+43 |
| 2018-01-19 | Handle Overflow | oberien | -0/+44 |
| 2018-01-19 | Unit Tests | oberien | -0/+18 |