| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-01-16 | branchless .filter(_).count() | Andre Bogus | -0/+10 |
| 2016-11-26 | Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton | Seo Sanghyeon | -4/+4 |
| 2016-11-24 | Auto merge of #37944 - bluss:adaptors-are-empty, r=alexcrichton | bors | -6/+57 |
| 2016-11-23 | core: Fix example for .map() | Ulrik Sverdrup | -1/+1 |
| 2016-11-23 | core: Iterator docs, collect is not an adaptor | Ulrik Sverdrup | -3/+3 |
| 2016-11-22 | core: Forward ExactSizeIterator methods for important iterator adaptors | Ulrik Sverdrup | -6/+57 |
| 2016-11-17 | core::iter: Peekable should remember peeking a None | Ulrik Sverdrup | -23/+41 |
| 2016-11-05 | Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichton | Alex Crichton | -4/+1 |
| 2016-11-04 | Auto merge of #37306 - bluss:trusted-len, r=alexcrichton | bors | -0/+33 |
| 2016-11-04 | Link the tracking issue for TrustedLen | Ulrik Sverdrup | -7/+7 |
| 2016-11-03 | Peekable::peek(): Use Option::as_ref() | Martin Glagla | -4/+1 |
| 2016-10-25 | iter: Implement .fold() for .chain() | Ulrik Sverdrup | -0/+19 |
| 2016-10-25 | iter: Implement .fold() for .cloned() and .map() | Ulrik Sverdrup | -0/+13 |
| 2016-10-20 | Introduce iterator trait TrustedLen | Ulrik Sverdrup | -0/+33 |
| 2016-10-17 | Expand .zip() specialization to .map() and .cloned() | Ulrik Sverdrup | -0/+59 |