| Age | Commit message (Expand) | Author | Lines |
| 2018-01-20 | Spacing | oberien | -1/+1 |
| 2018-01-19 | Optimize StepBy::nth overflow handling | oberien | -2/+6 |
| 2018-01-19 | Adjust language as per suggestions | varkor | -9/+11 |
| 2018-01-19 | Handle Overflow | oberien | -3/+28 |
| 2018-01-19 | Fix off-by-ones | oberien | -3/+6 |
| 2018-01-18 | Specialize StepBy::nth | oberien | -0/+12 |
| 2018-01-18 | Make example no_run | varkor | -4/+4 |
| 2018-01-18 | Document the behaviour of infinite iterators on potentially-computable methods | varkor | -0/+18 |
| 2018-01-09 | Add `min` and `last` specialisations for `Range` | varkor | -0/+10 |
| 2018-01-06 | Use `next` and `next_back` | varkor | -16/+8 |
| 2018-01-05 | Fix behaviour after iterator exhaustion | varkor | -3/+9 |
| 2018-01-04 | Remove min from RangeFrom | varkor | -5/+0 |
| 2018-01-04 | Remove RangeInclusive::sum | varkor | -18/+1 |
| 2018-01-04 | Add max and sum specialisations for Range | varkor | -1/+25 |
| 2018-01-04 | Add min specialisation for RangeFrom and last for RangeInclusive | varkor | -0/+10 |
| 2018-01-04 | Add min and max specialisations for RangeInclusive | varkor | -0/+10 |
| 2017-12-15 | doc: a better example | Tshepang Lekhonkhobe | -10/+7 |
| 2017-12-06 | more comments | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-06 | adjust libcore | Ariel Ben-Yehuda | -6/+12 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -0/+1 |
| 2017-11-18 | Undo the Sized specialization from Iterator::nth | Scott McMurray | -26/+6 |
| 2017-11-17 | spotlight Iterator/Read/Write impls on function return types | QuietMisdreavus | -0/+1 |
| 2017-11-04 | CR feedback | Scott McMurray | -12/+6 |
| 2017-10-29 | Fundamental internal iteration with try_fold | Scott McMurray | -71/+642 |
| 2017-10-04 | Optimize comparison functions of Iterator | Matt | -72/+114 |
| 2017-09-30 | Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -2/+2 |
| 2017-09-29 | Rollup merge of #44840 - steveklabnik:fix-wording, r=BurntSushi | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Rollup merge of #44824 - dtolnay:22really21, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler | bors | -0/+2 |
| 2017-09-29 | Auto merge of #44856 - cuviper:more-fold, r=dtolnay | bors | -0/+172 |
| 2017-09-25 | Add more custom folding to `core::iter` adaptors | Josh Stone | -0/+172 |
| 2017-09-25 | Improve wording for StepBy | steveklabnik | -1/+1 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |
| 2017-09-23 | TrustedRandomAccess specialisation for Cloned. | Clar Charr | -1/+13 |
| 2017-09-21 | Auto merge of #44682 - bluss:iter-rfold, r=dtolnay | bors | -1/+110 |
| 2017-09-19 | core: Assign tracking issue for iter_rfold | Ulrik Sverdrup | -1/+1 |
| 2017-09-18 | core: Add feature gate to rfold example code | Ulrik Sverdrup | -0/+2 |
| 2017-09-18 | core: Implement rfold for Map, Cloned, Chain | Ulrik Sverdrup | -0/+33 |
| 2017-09-18 | core: Implement fold / rfold for Rev | Ulrik Sverdrup | -0/+12 |
| 2017-09-18 | core: Add DoubleEndedIterator::rfold | Ulrik Sverdrup | -0/+62 |
| 2017-09-18 | core: Small fix in fold docs | Ulrik Sverdrup | -1/+1 |
| 2017-09-18 | Add Example of `IntoIterator` as Trait Bound to Docs | Will Speak | -0/+17 |
| 2017-09-17 | Rollup merge of #44567 - budziq:stabilize_iterator_for_each, r=alexcrichton | Tim Neumann | -5/+1 |
| 2017-09-16 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -5/+1 |
| 2017-09-14 | Customize `<FlatMap as Iterator>::fold` | Josh Stone | -0/+10 |
| 2017-08-29 | Add blanket TryFrom impl when From is implemented. | Jimmy Cuadra | -0/+2 |
| 2017-08-18 | Minor Iterator::filter_map description rewording. | Corey Farwell | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -6/+6 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-09 | Auto merge of #43595 - oyvindln:master, r=aturon | bors | -3/+10 |