| Age | Commit message (Expand) | Author | Lines |
| 2018-04-29 | Fix some broken links in docs. | Eric Huss | -0/+2 |
| 2018-04-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -1/+1 |
| 2018-04-04 | Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichton | kennytm | -5/+2 |
| 2018-04-04 | Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakis | kennytm | -0/+1 |
| 2018-04-02 | Stabilize iterator_try_fold in 1.27.0 | Josh Stone | -5/+2 |
| 2018-04-03 | Add Iterator::find_map | Aleksey Kladov | -0/+32 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -0/+1 |
| 2018-03-24 | Fix confusing doc for `scan` | Sean Silva | -5/+5 |
| 2018-03-06 | Rollup merge of #48590 - tshepang:more-simple, r=frewsxcv | kennytm | -31/+22 |
| 2018-02-28 | doc: no need for the references | Tshepang Lekhonkhobe | -31/+22 |
| 2018-02-28 | Minor grammatical/style fix in docs. | Alexander Ronald Altman | -2/+2 |
| 2018-02-25 | Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichton | kennytm | -2/+79 |
| 2018-02-23 | Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnay | Manish Goregaokar | -6/+42 |
| 2018-02-20 | core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per... | Mazdak Farrokhzad | -0/+20 |
| 2018-02-20 | core::iter::Iterator::flatten: tracking issue is #48213 | Mazdak Farrokhzad | -1/+1 |
| 2018-02-20 | core::iter::Flatten: update FlatMap & Flatten according to discussion | Mazdak Farrokhzad | -6/+20 |
| 2018-02-20 | add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten() | Mazdak Farrokhzad | -2/+45 |
| 2018-02-19 | Fix count usize link typo in docs | Gil Cottle | -1/+1 |
| 2018-02-12 | Add Iterator::try_for_each | Scott McMurray | -6/+42 |
| 2018-02-11 | Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv | kennytm | -0/+4 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -2/+7 |
| 2018-01-19 | Adjust language as per suggestions | varkor | -4/+4 |
| 2018-01-18 | Make example no_run | varkor | -1/+1 |
| 2018-01-18 | Document the behaviour of infinite iterators on potentially-computable methods | varkor | -0/+4 |
| 2017-12-15 | doc: a better example | Tshepang Lekhonkhobe | -10/+7 |
| 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 | -2/+2 |
| 2017-10-29 | Fundamental internal iteration with try_fold | Scott McMurray | -55/+137 |
| 2017-10-04 | Optimize comparison functions of Iterator | Matt | -72/+114 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |
| 2017-09-21 | Auto merge of #44682 - bluss:iter-rfold, r=dtolnay | bors | -1/+1 |
| 2017-09-18 | core: Small fix in fold docs | Ulrik Sverdrup | -1/+1 |
| 2017-09-16 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -5/+1 |
| 2017-08-18 | Minor Iterator::filter_map description rewording. | Corey Farwell | -1/+1 |
| 2017-08-06 | Preface 'cares' with 'only' | Ryan Leckey | -1/+1 |
| 2017-07-22 | doc: provide an actual equivalent to filter_map | Tshepang Lekhonkhobe | -6/+5 |
| 2017-06-30 | Track `iterator_for_each` in #42986 | Josh Stone | -1/+1 |
| 2017-06-27 | Use a little more compelling example of `for_each` | Josh Stone | -6/+7 |
| 2017-06-21 | Use `fold` to implement `Iterator::for_each` | Josh Stone | -4/+4 |
| 2017-06-20 | Add `Iterator::for_each` | Josh Stone | -0/+46 |
| 2017-06-07 | Update docs to say iterator instead of range | Matt Brubeck | -1/+1 |
| 2017-05-30 | RangeFrom should have an infinite size_hint | Scott McMurray | -1/+2 |
| 2017-05-19 | Auto merge of #41439 - ivandardi:master, r=BurntSushi | bors | -1/+34 |
| 2017-05-15 | Update documentation | Ivan Dardi | -2/+1 |
| 2017-05-12 | Fix commit derp and update implementations and documentation | Ivan Dardi | -1/+35 |
| 2017-05-11 | Fix typo in size_hint example comment | Martin Glagla | -1/+1 |
| 2017-04-25 | Clarify "side effect" in peek's docs | steveklabnik | -2/+3 |
| 2017-04-15 | code format | king6cong | -5/+5 |