| Age | Commit message (Expand) | Author | Lines |
| 2018-07-25 | Enforce #![deny(bare_trait_objects)] in src/libcore | ljedrz | -1/+1 |
| 2018-07-17 | Clarify short-circuiting behvaior of Iterator::zip. | Corey Farwell | -1/+3 |
| 2018-07-13 | Changed implementation of the third field to make LLVM optimize it better. | kennytm | -25/+25 |
| 2018-07-13 | Upgrade implementation of StepBy<RangeInclusive<_>>. | kennytm | -3/+5 |
| 2018-07-13 | Change RangeInclusive to a three-field struct. | kennytm | -70/+30 |
| 2018-07-10 | step_by: leave time of item skip unspecified | Emerentius | -1/+22 |
| 2018-07-03 | Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton | bors | -73/+2 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -13/+7 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -2/+5 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -2/+5 |
| 2018-06-19 | specialize StepBy<Range(Inclusive)> | Emerentius | -7/+73 |
| 2018-06-13 | Replace `core::iter::AlwaysOk<T>` by `Result<T, !>` | kennytm | -19/+4 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -13/+7 |
| 2018-06-10 | Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm | bors | -20/+8 |
| 2018-06-06 | Revert "Remove TryFrom impls that might become conditionally-infallible with ... | Simon Sapin | -73/+2 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -13/+4 |
| 2018-06-02 | Stabilize iterator_repeat_with | Thayne McCombs | -20/+8 |
| 2018-05-28 | Document additional use case for iter::inspect | Nick Babcock | -2/+29 |
| 2018-05-20 | Auto merge of #50234 - cramertj:extend, r=alexcrichton | bors | -0/+7 |
| 2018-05-20 | Auto merge of #50719 - frewsxcv:frewsxcv-iterator-zip, r=alexcrichton | bors | -2/+1 |
| 2018-05-14 | Add implementation of Extend for () | Taylor Cramer | -0/+7 |
| 2018-05-14 | Uncapitalize "You" | Matt Kraai | -1/+1 |
| 2018-05-13 | Fix incorrect statement about return value for Iterator::zip. | Corey Farwell | -2/+1 |
| 2018-04-29 | Fix some broken links in docs. | Eric Huss | -0/+2 |
| 2018-04-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -1/+1 |
| 2018-04-09 | Auto merge of #49673 - ollie27:stab, r=sfackler | bors | -1/+1 |
| 2018-04-05 | Correct a few stability attributes | Oliver Middleton | -1/+1 |
| 2018-04-04 | Rollup merge of #49618 - pftbest:fix_warning, r=SimonSapin | kennytm | -0/+1 |
| 2018-04-04 | Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichton | kennytm | -17/+6 |
| 2018-04-04 | Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakis | kennytm | -0/+1 |
| 2018-04-03 | Fix warning when compilin libcore on 16bit targets. | Vadzim Dambrouski | -0/+1 |
| 2018-04-03 | Auto merge of #49098 - matklad:find_map, r=KodrAus | bors | -0/+32 |
| 2018-04-02 | Stabilize iterator_try_fold in 1.27.0 | Josh Stone | -8/+3 |
| 2018-04-02 | Stabilize iter_rfind in 1.27.0 | Josh Stone | -6/+2 |
| 2018-04-02 | Stabilize iter_rfold in 1.27.0 | Josh Stone | -3/+1 |
| 2018-04-03 | Add Iterator::find_map | Aleksey Kladov | -0/+32 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+9 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -0/+1 |
| 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 |