| Age | Commit message (Expand) | Author | Lines |
| 2018-03-17 | update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l... | Niv Kaminer | -1/+1 |
| 2018-03-15 | unstabilize FusedIterator for Flatten since Flatten is unstable | Mazdak Farrokhzad | -1/+1 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -21/+21 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -21/+21 |
| 2018-03-01 | Fix braces | Scott McMurray | -4/+2 |
| 2018-03-01 | Specialize Zip::nth for TrustedRandomAccess | Scott McMurray | -0/+38 |
| 2018-02-20 | core::iter::Iterator::flatten: tracking issue is #48213 | Mazdak Farrokhzad | -5/+5 |
| 2018-02-20 | core::iter::Flatten: update FlatMap & Flatten according to discussion | Mazdak Farrokhzad | -12/+166 |
| 2018-02-20 | Iterator::flatten: fix tracking issue number on FusedIterator for Flatten | Mazdak Farrokhzad | -1/+1 |
| 2018-02-20 | add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten() | Mazdak Farrokhzad | -45/+36 |
| 2018-02-16 | Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis | bors | -3/+3 |
| 2018-02-15 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -3/+3 |
| 2018-02-12 | core::iter::repeat_with: tracking issue is #48169 | Mazdak Farrokhzad | -1/+1 |
| 2018-02-12 | core::iter::repeat_with: general fixes | Mazdak Farrokhzad | -0/+2 |
| 2018-02-11 | Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv | kennytm | -0/+14 |
| 2018-02-04 | Implement TrustedLen for Take<Repeat> and Take<RangeFrom> | oberien | -0/+3 |
| 2018-01-21 | Use repeat instead of RangeFrom | varkor | -6/+4 |
| 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 | -5/+7 |
| 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 | -3/+3 |
| 2018-01-18 | Document the behaviour of infinite iterators on potentially-computable methods | varkor | -0/+14 |
| 2017-12-06 | more comments | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-06 | adjust libcore | Ariel Ben-Yehuda | -6/+12 |
| 2017-11-04 | CR feedback | Scott McMurray | -10/+4 |
| 2017-10-29 | Fundamental internal iteration with try_fold | Scott McMurray | -6/+450 |
| 2017-09-29 | Rollup merge of #44840 - steveklabnik:fix-wording, r=BurntSushi | Mark Simulacrum | -1/+1 |
| 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-23 | TrustedRandomAccess specialisation for Cloned. | Clar Charr | -1/+13 |
| 2017-09-21 | Auto merge of #44682 - bluss:iter-rfold, r=dtolnay | bors | -0/+45 |
| 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-14 | Customize `<FlatMap as Iterator>::fold` | Josh Stone | -0/+10 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -5/+5 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-07-13 | Forward more Iterator methods for iter::Rev | Simon Sapin | -0/+8 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -6/+0 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-06-13 | Change the for-loop desugar so the `break` does not affect type inference. Fi... | John Kåre Alsaker | -2/+4 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -3/+4 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -3/+4 |
| 2017-05-31 | Deprecate iter::range::StepBy | Scott McMurray | -0/+3 |
| 2017-05-28 | Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichton | bors | -1/+20 |
| 2017-05-26 | Auto merge of #42245 - frewsxcv:rollup, r=frewsxcv | bors | -1/+1 |
| 2017-05-26 | Rollup merge of #42169 - scottmcm:new-step-trait-issue, r=alexcrichton | Corey Farwell | -1/+1 |