| Age | Commit message (Expand) | Author | Lines |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+9 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -2/+72 |
| 2018-03-24 | Fix confusing doc for `scan` | Sean Silva | -5/+5 |
| 2018-03-24 | Fix incorrect lower bounds | Phlosioneer | -1/+6 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+4 |
| 2018-03-17 | update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l... | Niv Kaminer | -1/+1 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-03-15 | unstabilize FusedIterator for Flatten since Flatten is unstable | Mazdak Farrokhzad | -1/+1 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -8/+4 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -30/+30 |
| 2018-03-06 | Rollup merge of #48590 - tshepang:more-simple, r=frewsxcv | kennytm | -31/+22 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -30/+30 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -29/+29 |
| 2018-03-01 | Fix braces | Scott McMurray | -4/+2 |
| 2018-03-01 | Specialize Zip::nth for TrustedRandomAccess | Scott McMurray | -0/+38 |
| 2018-02-28 | doc: no need for the references | Tshepang Lekhonkhobe | -31/+22 |
| 2018-02-28 | Minor grammatical/style fix in docs. | Alexander Ronald Altman | -2/+2 |
| 2018-02-25 | Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichton | kennytm | -36/+258 |
| 2018-02-23 | Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnay | Manish Goregaokar | -6/+42 |
| 2018-02-20 | core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per... | Mazdak Farrokhzad | -0/+20 |
| 2018-02-20 | core::iter::Iterator::flatten: tracking issue is #48213 | Mazdak Farrokhzad | -6/+6 |
| 2018-02-20 | core::iter::Flatten: update FlatMap & Flatten according to discussion | Mazdak Farrokhzad | -18/+186 |
| 2018-02-20 | Iterator::flatten: fix tracking issue number on FusedIterator for Flatten | Mazdak Farrokhzad | -1/+1 |
| 2018-02-20 | add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten() | Mazdak Farrokhzad | -47/+81 |
| 2018-02-19 | Fix count usize link typo in docs | Gil Cottle | -1/+1 |
| 2018-02-16 | core::iter::repeat_with: fix spelling, s/not/note | Mazdak Farrokhzad | -1/+1 |
| 2018-02-16 | Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis | bors | -3/+3 |
| 2018-02-15 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -3/+3 |
| 2018-02-14 | Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichton | kennytm | -0/+117 |
| 2018-02-14 | Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichton | kennytm | -1/+1 |
| 2018-02-13 | core::iter::repeat_with: fix missing word, see @Pazzaz's review | Mazdak Farrokhzad | -1/+1 |
| 2018-02-12 | core::iter::repeat_with: tracking issue is #48169 | Mazdak Farrokhzad | -5/+5 |
| 2018-02-12 | core::iter::repeat_with: document DoubleEndedIterator behavior | Mazdak Farrokhzad | -0/+6 |
| 2018-02-12 | Add Iterator::try_for_each | Scott McMurray | -6/+42 |
| 2018-02-12 | core::iter::repeat_with: fix doc tests | Mazdak Farrokhzad | -2/+2 |
| 2018-02-12 | core::iter::repeat_with: derive Copy, Clone, Debug | Mazdak Farrokhzad | -0/+1 |
| 2018-02-12 | core::iter::repeat_with: general fixes | Mazdak Farrokhzad | -0/+6 |
| 2018-02-12 | add core::iter::repeat_with | Mazdak Farrokhzad | -0/+104 |
| 2018-02-11 | Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv | kennytm | -0/+18 |
| 2018-02-09 | Add Range[Inclusive]::is_empty | Scott McMurray | -1/+1 |
| 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 |