| Age | Commit message (Expand) | Author | Lines |
| 2018-11-13 | Rollup merge of #55896 - rust-lang:opt-fuse, r=shepmaster | kennytm | -1/+1 |
| 2018-11-12 | Document optimizations enabled by FusedIterator | Simon Sapin | -1/+1 |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -1/+1 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -2/+2 |
| 2018-10-26 | Remove unnecessary mut in iterator.find_map documentation example, Relates to... | Méven Car | -1/+1 |
| 2018-10-17 | Auto merge of #54946 - estebank:iterator, r=varkor | bors | -1/+62 |
| 2018-10-14 | Unused result warning: "X which must" ↦ "X that must" | varkor | -1/+1 |
| 2018-10-11 | Reword Range*/[Range*]: Iterator E0277 messages | Esteban Küber | -6/+22 |
| 2018-10-11 | review comments | Esteban Küber | -4/+28 |
| 2018-10-09 | fix tidy | Esteban Küber | -2/+4 |
| 2018-10-09 | Reword `rustc_on_unimplemented` errors for `Iterator` | Esteban Küber | -1/+20 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -4/+4 |
| 2018-08-30 | fix u32 steps_between for 16-bit systems | Andre Bogus | -2/+10 |
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -4/+1 |
| 2018-08-15 | Fix since of Iterator::flatten to be a proper semver | Aleksey Kladov | -7/+7 |
| 2018-08-15 | Stablize Iterator::find_map | Aleksey Kladov | -4/+1 |
| 2018-08-04 | Remove redundant field names in structs | ljedrz | -9/+9 |
| 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 |