| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv | kennytm | -0/+18 |
| 2018-02-08 | Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay | bors | -16/+12 |
| 2018-02-07 | Simplify RangeInclusive::next[_back] | Scott McMurray | -16/+12 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -2/+13 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -2/+7 |
| 2018-02-07 | Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichton | kennytm | -1/+45 |
| 2018-02-04 | Override try_[r]fold for RangeInclusive | Scott McMurray | -1/+45 |
| 2018-02-04 | Document TrustedLen guarantees more explicitly | oberien | -2/+4 |
| 2018-02-04 | Implement TrustedLen for Take<Repeat> and Take<RangeFrom> | oberien | -0/+9 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -2/+7 |
| 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 | -9/+11 |
| 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 | -4/+4 |
| 2018-01-18 | Document the behaviour of infinite iterators on potentially-computable methods | varkor | -0/+18 |
| 2018-01-09 | Add `min` and `last` specialisations for `Range` | varkor | -0/+10 |
| 2018-01-06 | Use `next` and `next_back` | varkor | -16/+8 |
| 2018-01-05 | Fix behaviour after iterator exhaustion | varkor | -3/+9 |
| 2018-01-04 | Remove min from RangeFrom | varkor | -5/+0 |
| 2018-01-04 | Remove RangeInclusive::sum | varkor | -18/+1 |
| 2018-01-04 | Add max and sum specialisations for Range | varkor | -1/+25 |
| 2018-01-04 | Add min specialisation for RangeFrom and last for RangeInclusive | varkor | -0/+10 |
| 2018-01-04 | Add min and max specialisations for RangeInclusive | varkor | -0/+10 |
| 2017-12-15 | doc: a better example | Tshepang Lekhonkhobe | -10/+7 |
| 2017-12-06 | more comments | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-06 | adjust libcore | Ariel Ben-Yehuda | -6/+12 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -0/+1 |
| 2017-11-18 | Undo the Sized specialization from Iterator::nth | Scott McMurray | -26/+6 |
| 2017-11-17 | spotlight Iterator/Read/Write impls on function return types | QuietMisdreavus | -0/+1 |
| 2017-11-04 | CR feedback | Scott McMurray | -12/+6 |
| 2017-10-29 | Fundamental internal iteration with try_fold | Scott McMurray | -71/+642 |
| 2017-10-04 | Optimize comparison functions of Iterator | Matt | -72/+114 |
| 2017-09-30 | Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -2/+2 |
| 2017-09-29 | Rollup merge of #44840 - steveklabnik:fix-wording, r=BurntSushi | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Rollup merge of #44824 - dtolnay:22really21, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler | bors | -0/+2 |
| 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-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -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 | -1/+110 |
| 2017-09-19 | core: Assign tracking issue for iter_rfold | Ulrik Sverdrup | -1/+1 |
| 2017-09-18 | core: Add feature gate to rfold example code | Ulrik Sverdrup | -0/+2 |
| 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 |