| Age | Commit message (Expand) | Author | Lines |
| 2019-06-28 | doc(libcore) Fix CS | Ivan Enderlin | -1/+1 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -2/+2 |
| 2019-06-10 | Use `for_each` in `Iterator::partition` | Josh Stone | -2/+2 |
| 2019-05-30 | Stabilize iter_nth_back feature | Lzu Tao | -4/+1 |
| 2019-05-29 | Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay | Mazdak Farrokhzad | -0/+110 |
| 2019-05-28 | Bump Sum and Product for Option<T> to 1.37 | David Tolnay | -2/+2 |
| 2019-05-28 | Rollup merge of #61237 - DevQps:expand-iterator-docs, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2019-05-27 | Updated the Iterator docs with information about overriding methods. | Christian | -0/+1 |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -16/+16 |
| 2019-04-27 | Stabilize Iterator::copied in 1.36.0. | Mazdak Farrokhzad | -3/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -6/+6 |
| 2019-04-02 | Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcm | Mazdak Farrokhzad | -98/+14 |
| 2019-03-20 | Add improved doc example for Sum<Option<T>> | John Downey | -8/+5 |
| 2019-03-19 | Update stable attribute to be since 1.35.0 | Mazdak Farrokhzad | -2/+2 |
| 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 |