| Age | Commit message (Expand) | Author | Lines |
| 2019-02-23 | Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay | Mazdak Farrokhzad | -3/+58 |
| 2019-02-19 | Stabilize iter::from_fn | Simon Sapin | -6/+5 |
| 2019-02-19 | Stabilize iter::successors | Simon Sapin | -7/+8 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -8/+8 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-09 | Fix exhaustion of inclusive range try_fold and try_rfold | Matthieu M | -2/+12 |
| 2019-02-06 | Fix broken grammar in iter::from_fn() docs | Sebastian Dröge | -4/+2 |
| 2019-02-04 | Remove weasel word in docs for iter's take_while() | lukaslueg | -2/+1 |
| 2019-02-03 | RangeInclusive internal iteration performance improvement. | Matthieu M | -3/+48 |
| 2019-02-03 | Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkov | bors | -0/+3 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+3 |
| 2019-02-01 | Rename iter::unfold to iter::from_fn and remove explicit state | Simon Sapin | -32/+25 |
| 2019-01-22 | Move trivial constructors to inherent methods | Clar Fon | -26/+76 |
| 2019-01-22 | Move nontrivial constructors to inherent methods | Clar Fon | -25/+60 |
| 2019-01-22 | Don't expose ZipImpl to Iterator | Clar Fon | -5/+5 |
| 2019-01-22 | Move super_nth out of ZipImpl | Clar Fon | -7/+9 |
| 2019-01-22 | Don't expose FlattenCompat to Iterator | Clar Fon | -13/+24 |
| 2019-01-22 | Don't expose ChainState to Iterator | Clar Fon | -8/+12 |
| 2019-01-22 | Move Flatten and FlatMap to own module | Clar Fon | -313/+321 |
| 2019-01-22 | Move Chain and ChainState to own module | Clar Fon | -251/+258 |
| 2019-01-22 | Move TrustedRandomAccess into Zip module | Clar Fon | -2/+19 |
| 2019-01-22 | Move Zip and ZipImpl to own module | Clar Fon | -258/+266 |
| 2019-01-22 | Move FusedIterator, TrustedLen to own module | Clar Fon | -45/+46 |
| 2019-01-22 | Move Sum, Product to own module | Clar Fon | -226/+227 |
| 2019-01-22 | Move FromIterator, IntoIterator, Extend into own module | Clar Fon | -350/+351 |
| 2019-01-22 | Move ExactSizeIterator to own module | Clar Fon | -143/+145 |
| 2019-01-22 | Move DoubleEndedIterator to own module | Clar Fon | -298/+300 |
| 2019-01-22 | Move core::iter iterator.rs to traits module | Clar Fon | -8/+11 |
| 2019-01-22 | Move core::iter adapters to adapters.rs | Clar Fon | -2769/+2790 |
| 2019-01-17 | Compare pairs with `slice::windows` | Kevin Leimkuhler | -1/+4 |
| 2019-01-17 | Improve documentation and slice impl | Kevin Leimkuhler | -2/+6 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -0/+2 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -20/+16 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+84 |
| 2019-01-15 | Rollup merge of #57608 - timvisee:master, r=frewsxcv | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Rollup merge of #57579 - stjepang:once-with, r=SimonSapin | Mazdak Farrokhzad | -0/+115 |
| 2019-01-14 | Simplify 'product' factorial example | timvisee | -1/+1 |
| 2019-01-14 | Add another feature(iter_once_with) | Stjepan Glavina | -0/+2 |
| 2019-01-14 | Add feature(iter_once_with) | Stjepan Glavina | -0/+2 |
| 2019-01-13 | Fix intradoc link and update issue number | Stjepan Glavina | -8/+9 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+110 |
| 2019-01-13 | Change #[must_use] message of Iterator in documentation | Taiki Endo | -1/+1 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -22/+22 |
| 2019-01-13 | Add #[must_use] message to Iterator and Future | Taiki Endo | -1/+1 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -1/+130 |
| 2018-12-26 | Add a tracking issue for Iterator::copied | Konrad Borowski | -7/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -49/+0 |
| 2018-12-24 | Rollup merge of #56242 - GuillaumeGomez:iterator-missing-link, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2018-12-23 | Merge branch 'master' into copied | Konrad Borowski | -32/+103 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -6/+79 |