| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-05-19 | Auto merge of #41439 - ivandardi:master, r=BurntSushi | bors | -2/+70 |
| 2017-05-15 | Update documentation | Ivan Dardi | -2/+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 | -2/+71 |
| 2017-05-11 | Fix typo in size_hint example comment | Martin Glagla | -1/+1 |
| 2017-04-26 | Rollup merge of #41493 - scottmcm:fix-step-replace, r=sfackler | Ariel Ben-Yehuda | -6/+6 |
| 2017-04-25 | Clarify "side effect" in peek's docs | steveklabnik | -2/+3 |
| 2017-04-23 | Step::replace_one should put a one, not a zero (Issue #41492) | Scott McMurray | -6/+6 |
| 2017-04-15 | code format | king6cong | -5/+5 |
| 2017-04-11 | Clarify Iterator::position doc | Sebastian Hahn | -2/+6 |
| 2017-04-03 | iter: Simplification in rfind's provided implementation | Ulrik Sverdrup | -1/+1 |
| 2017-04-03 | iter: Use underlying find/rfind for the same methods in Rev | Ulrik Sverdrup | -0/+12 |