| Age | Commit message (Expand) | Author | Lines |
| 2017-11-18 | Undo the Sized specialization from Iterator::nth | Scott McMurray | -26/+6 |
| 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 |
| 2017-08-06 | Preface 'cares' with 'only' | Ryan Leckey | -1/+1 |
| 2017-08-01 | Add an overflow check in the Iter::next() impl for Range<_> | oyvindln | -3/+10 |
| 2017-07-29 | Rollup merge of #43409 - tshepang:concise, r=steveklabnik | Mark Simulacrum | -25/+8 |
| 2017-07-24 | doc: make into_iter example more concise | Tshepang Lekhonkhobe | -25/+8 |
| 2017-07-23 | Auto merge of #43416 - tshepang:extra-layer, r=alexcrichton | bors | -6/+5 |
| 2017-07-22 | doc: provide an actual equivalent to filter_map | Tshepang Lekhonkhobe | -6/+5 |
| 2017-07-16 | Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer... | bors | -1/+1 |
| 2017-07-14 | add u128/i128 to sum/product implementors | Zack M. Davis | -1/+1 |
| 2017-07-13 | Forward more Iterator methods for iter::Rev | Simon Sapin | -0/+8 |
| 2017-07-08 | Implement O(1)-time Iterator::nth for Range* | Simon Sapin | -5/+84 |
| 2017-07-08 | Factorize some macros in iter/range.rs | Simon Sapin | -57/+28 |
| 2017-07-08 | Remove Step::steps_between, rename steps_between_by_one to steps_between | Simon Sapin | -51/+10 |
| 2017-07-08 | Remove unused Step methods | Simon Sapin | -34/+0 |
| 2017-07-08 | Remove unused Add bounds in iterator for ranges impls. | Simon Sapin | -23/+8 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -219/+0 |
| 2017-06-30 | Track `iterator_for_each` in #42986 | Josh Stone | -1/+1 |
| 2017-06-30 | Auto merge of #42782 - cuviper:iterator_for_each, r=alexcrichton | bors | -0/+47 |
| 2017-06-27 | Use a little more compelling example of `for_each` | Josh Stone | -6/+7 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -2/+4 |
| 2017-06-21 | Use `fold` to implement `Iterator::for_each` | Josh Stone | -4/+4 |