| Age | Commit message (Expand) | Author | Lines |
| 2019-01-22 | Move core::iter iterator.rs to traits module | Clar Fon | -2738/+0 |
| 2019-01-17 | Compare pairs with `slice::windows` | Kevin Leimkuhler | -1/+4 |
| 2019-01-17 | Improve documentation and slice impl | Kevin Leimkuhler | -2/+6 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -0/+2 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -20/+16 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+84 |
| 2019-01-14 | Simplify 'product' factorial example | timvisee | -1/+1 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -1/+1 |
| 2019-01-13 | Add #[must_use] message to Iterator and Future | Taiki Endo | -1/+1 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -1/+30 |
| 2018-12-26 | Add a tracking issue for Iterator::copied | Konrad Borowski | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-24 | Rollup merge of #56242 - GuillaumeGomez:iterator-missing-link, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2018-12-23 | Merge branch 'master' into copied | Konrad Borowski | -2/+3 |
| 2018-12-17 | Fix grammar in compiler error for array iterators | Matthew Russell | -1/+1 |
| 2018-12-10 | Add #[must_use] attribute to stdlib traits | Felix Chapman | -0/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-05 | Add unstable Iterator::copied() | Konrad Borowski | -1/+30 |
| 2018-11-27 | Add missing doc link | Guillaume Gomez | -1/+2 |
| 2018-11-26 | Add missing link in docs | Guillaume Gomez | -1/+1 |
| 2018-11-20 | fix more links | Steve Klabnik | -3/+3 |
| 2018-10-26 | Remove unnecessary mut in iterator.find_map documentation example, Relates to... | Méven Car | -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 | -1/+1 |
| 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 | -1/+1 |
| 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-10 | step_by: leave time of item skip unspecified | Emerentius | -1/+22 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -7/+1 |
| 2018-06-13 | Replace `core::iter::AlwaysOk<T>` by `Result<T, !>` | kennytm | -2/+2 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -7/+1 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -4/+1 |
| 2018-05-28 | Document additional use case for iter::inspect | Nick Babcock | -2/+29 |
| 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-04 | Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichton | kennytm | -5/+2 |
| 2018-04-04 | Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakis | kennytm | -0/+1 |
| 2018-04-02 | Stabilize iterator_try_fold in 1.27.0 | Josh Stone | -5/+2 |
| 2018-04-03 | Add Iterator::find_map | Aleksey Kladov | -0/+32 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -0/+1 |
| 2018-03-24 | Fix confusing doc for `scan` | Sean Silva | -5/+5 |
| 2018-03-06 | Rollup merge of #48590 - tshepang:more-simple, r=frewsxcv | kennytm | -31/+22 |
| 2018-02-28 | doc: no need for the references | Tshepang Lekhonkhobe | -31/+22 |