| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-05-26 | Auto merge of #42014 - tbu-:pr_scan_not_fused, r=alexcrichton | bors | -4/+0 |
| 2017-05-23 | Give step_trait a distinct tracking issue from step_by | Scott McMurray | -1/+1 |
| 2017-05-23 | Update description of iter::StepBy | Scott McMurray | -1/+1 |
| 2017-05-23 | Override size_hint and propagate ExactSizeIterator for iter::StepBy | Scott McMurray | -0/+19 |
| 2017-05-20 | Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -1/+1 |
| 2017-05-15 | Remove `FusedIterator` implementation of `iter::Scan` | Tobias Bucher | -4/+0 |
| 2017-05-12 | Fix commit derp and update implementations and documentation | Ivan Dardi | -1/+36 |
| 2017-04-03 | iter: Use underlying find/rfind for the same methods in Rev | Ulrik Sverdrup | -0/+12 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -60/+60 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -60/+60 |
| 2017-03-13 | Fix a typo in Rev docs | Stjepan Glavina | -1/+1 |
| 2017-01-24 | add explanation, fix test | Andre Bogus | -0/+11 |
| 2017-01-17 | fix style nits | Andre Bogus | -7/+6 |