| Age | Commit message (Expand) | Author | Lines |
| 2018-11-22 | fix more links | Steve Klabnik | -3/+3 |
| 2018-10-11 | Reword Range*/[Range*]: Iterator E0277 messages | Esteban Küber | -6/+22 |
| 2018-10-11 | review comments | Esteban Küber | -4/+28 |
| 2018-10-09 | fix tidy | Esteban Küber | -2/+4 |
| 2018-10-09 | Reword `rustc_on_unimplemented` errors for `Iterator` | Esteban Küber | -1/+20 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -1/+1 |
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -4/+1 |
| 2018-08-15 | Fix since of Iterator::flatten to be a proper semver | Aleksey Kladov | -1/+1 |
| 2018-08-15 | Stablize Iterator::find_map | Aleksey Kladov | -4/+1 |
| 2018-08-04 | Remove redundant field names in structs | ljedrz | -9/+9 |
| 2018-07-25 | Enforce #![deny(bare_trait_objects)] in src/libcore | ljedrz | -1/+1 |
| 2018-07-17 | Clarify short-circuiting behvaior of Iterator::zip. | Corey Farwell | -1/+3 |
| 2018-07-10 | step_by: leave time of item skip unspecified | Emerentius | -1/+22 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -7/+1 |
| 2018-06-13 | Replace `core::iter::AlwaysOk<T>` by `Result<T, !>` | kennytm | -2/+2 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -7/+1 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -4/+1 |
| 2018-05-28 | Document additional use case for iter::inspect | Nick Babcock | -2/+29 |
| 2018-05-13 | Fix incorrect statement about return value for Iterator::zip. | Corey Farwell | -2/+1 |
| 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 |