| Age | Commit message (Expand) | Author | Lines |
| 2019-03-18 | Simplify Iterator::{lt, gt} | Tim Vermeulen | -8/+2 |
| 2019-03-18 | Replaced self-reflective explicit types with clearer `Self` or `Self::…` in... | Vincent Esche | -2/+2 |
| 2019-03-17 | Forward Iterator::{ne, lt, le, gt, ge} to Iterator::{eq, partial_cmp} | Tim Vermeulen | -96/+18 |
| 2019-03-12 | Forward `max` and `min` to `max_by` and `min_by` respectively | Tim Vermeulen | -4/+2 |
| 2019-03-12 | Fix comment | Tim Vermeulen | -1/+1 |
| 2019-03-12 | Remove the projection part of select_fold1 | Tim Vermeulen | -56/+21 |
| 2019-03-06 | Implement `iter::Sum` and `iter::Product` for `Option` | John Downey | -0/+113 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-04 | Remove weasel word in docs for iter's take_while() | lukaslueg | -2/+1 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+2 |
| 2019-01-22 | Move trivial constructors to inherent methods | Clar Fon | -10/+10 |
| 2019-01-22 | Move nontrivial constructors to inherent methods | Clar Fon | -8/+7 |
| 2019-01-22 | Don't expose ZipImpl to Iterator | Clar Fon | -2/+1 |
| 2019-01-22 | Don't expose FlattenCompat to Iterator | Clar Fon | -3/+3 |
| 2019-01-22 | Don't expose ChainState to Iterator | Clar Fon | -2/+2 |
| 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 | -0/+3802 |