| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -3/+3 |
| 2016-09-15 | Remove data structure specialization for .zip() iterator | Ulrik Sverdrup | -38/+14 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -4/+0 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -6/+124 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -33/+0 |
| 2016-07-06 | Rollup merge of #33265 - tshepang:peek, r=steveklabnik | Steve Klabnik | -11/+9 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -2/+3 |
| 2016-06-14 | specialize zip: Use associated type for specialized zip struct data | Ulrik Sverdrup | -13/+39 |
| 2016-06-14 | specialize zip: TrustedRandomAccess for Enumerate | Ulrik Sverdrup | -0/+9 |
| 2016-06-14 | specialize zip: TrustedRandomAccess for Zip | Ulrik Sverdrup | -0/+11 |