| Age | Commit message (Expand) | Author | Lines |
| 2017-09-25 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |
| 2017-09-24 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -5/+1 |
| 2017-08-18 | Minor Iterator::filter_map description rewording. | Corey Farwell | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -6/+6 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-09 | Auto merge of #43595 - oyvindln:master, r=aturon | bors | -3/+10 |
| 2017-08-06 | Preface 'cares' with 'only' | Ryan Leckey | -1/+1 |
| 2017-08-01 | Add an overflow check in the Iter::next() impl for Range<_> | oyvindln | -3/+10 |
| 2017-07-29 | Rollup merge of #43409 - tshepang:concise, r=steveklabnik | Mark Simulacrum | -25/+8 |
| 2017-07-24 | doc: make into_iter example more concise | Tshepang Lekhonkhobe | -25/+8 |
| 2017-07-23 | Auto merge of #43416 - tshepang:extra-layer, r=alexcrichton | bors | -6/+5 |
| 2017-07-22 | doc: provide an actual equivalent to filter_map | Tshepang Lekhonkhobe | -6/+5 |
| 2017-07-16 | Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer... | bors | -1/+1 |
| 2017-07-14 | add u128/i128 to sum/product implementors | Zack M. Davis | -1/+1 |
| 2017-07-13 | Forward more Iterator methods for iter::Rev | Simon Sapin | -0/+8 |
| 2017-07-08 | Implement O(1)-time Iterator::nth for Range* | Simon Sapin | -5/+84 |
| 2017-07-08 | Factorize some macros in iter/range.rs | Simon Sapin | -57/+28 |
| 2017-07-08 | Remove Step::steps_between, rename steps_between_by_one to steps_between | Simon Sapin | -51/+10 |
| 2017-07-08 | Remove unused Step methods | Simon Sapin | -34/+0 |
| 2017-07-08 | Remove unused Add bounds in iterator for ranges impls. | Simon Sapin | -23/+8 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -219/+0 |
| 2017-06-30 | Track `iterator_for_each` in #42986 | Josh Stone | -1/+1 |
| 2017-06-30 | Auto merge of #42782 - cuviper:iterator_for_each, r=alexcrichton | bors | -0/+47 |
| 2017-06-27 | Use a little more compelling example of `for_each` | Josh Stone | -6/+7 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -2/+4 |
| 2017-06-21 | Use `fold` to implement `Iterator::for_each` | Josh Stone | -4/+4 |
| 2017-06-20 | Add `Iterator::for_each` | Josh Stone | -0/+46 |
| 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-12 | Add dedicated docstrings to Sum/Product impl of Result | Georg Brandl | -1/+21 |
| 2017-06-07 | Update docs to say iterator instead of range | Matt Brubeck | -1/+1 |
| 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/+15 |
| 2017-05-31 | Deprecate Range*::step_by | Scott McMurray | -0/+6 |
| 2017-05-31 | Rollup merge of #42329 - rap2hpoutre:patch-6, r=steveklabnik | Mark Simulacrum | -2/+2 |
| 2017-05-31 | fix links to "module-level documentation" | Raphaël Huchet | -2/+2 |
| 2017-05-30 | RangeFrom should have an infinite size_hint | Scott McMurray | -1/+7 |
| 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 | -5/+5 |
| 2017-05-26 | Rollup merge of #42169 - scottmcm:new-step-trait-issue, r=alexcrichton | Corey Farwell | -5/+5 |
| 2017-05-26 | Auto merge of #42014 - tbu-:pr_scan_not_fused, r=alexcrichton | bors | -4/+0 |
| 2017-05-24 | Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturon | Mark Simulacrum | -119/+55 |
| 2017-05-23 | Give step_trait a distinct tracking issue from step_by | Scott McMurray | -5/+5 |
| 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-21 | Return a correct size_hint for degenerate inclusive ranges | Scott McMurray | -0/+4 |
| 2017-05-21 | Make RangeInclusive just a two-field struct | Scott McMurray | -120/+52 |
| 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 |