| Age | Commit message (Expand) | Author | Lines |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -1/+130 |
| 2018-12-26 | Add a tracking issue for Iterator::copied | Konrad Borowski | -7/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -49/+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 | -32/+103 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -6/+79 |
| 2018-12-19 | Rollup merge of #56907 - rumajo:master, r=kennytm,Centril | Pietro Albini | -1/+1 |
| 2018-12-17 | Auto merge of #56904 - sinkuu:cycle_fold, r=bluss | bors | -13/+0 |
| 2018-12-17 | Remove `<Cycle as Iterator>::try_fold` override | Shotaro Yamada | -13/+0 |
| 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-09 | Auto merge of #56630 - sinkuu:core_iter, r=kennytm | bors | -22/+30 |
| 2018-12-09 | Don't call size_hint of underlying iterator needlessly | Shotaro Yamada | -2/+10 |
| 2018-12-09 | Resolve FIXME and cleanup | Shotaro Yamada | -20/+7 |
| 2018-12-09 | Override Cycle::try_fold | Shotaro Yamada | -0/+13 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-05 | Avoid calling clone in DoubleEndedIterator implementation of Copied | Konrad Borowski | -2/+2 |
| 2018-12-05 | Use inner iterator may_have_side_effect for Cloned | Konrad Borowski | -1/+3 |
| 2018-12-05 | Copy may_have_side_effect from I for Copied<I> | Konrad Borowski | -1/+3 |
| 2018-12-05 | Use copied method instead of cloned in Copied::next_back() | Konrad Borowski | -1/+1 |
| 2018-12-05 | Add unstable Iterator::copied() | Konrad Borowski | -1/+128 |
| 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-24 | Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichton | kennytm | -2/+165 |
| 2018-11-24 | Rollup merge of #55838 - dralley:fix-cfg-step, r=Kimundi | kennytm | -4/+4 |
| 2018-11-20 | fix more links | Steve Klabnik | -3/+3 |
| 2018-11-20 | Capitalize | Simon Sapin | -4/+4 |
| 2018-11-20 | Add tracking issue for unfold and successors | Simon Sapin | -10/+10 |
| 2018-11-20 | Add std::iter::successors | Simon Sapin | -1/+77 |
| 2018-11-20 | `Copy` is best avoided on iterators | Simon Sapin | -1/+1 |
| 2018-11-20 | Unfold<St, F>: Debug without F: Debug | Simon Sapin | -1/+10 |
| 2018-11-20 | Add std::iter::unfold | Simon Sapin | -0/+78 |
| 2018-11-18 | revert | Артём Павлов [Artyom Pavlov] | -75/+7 |
| 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-09 | Fix #[cfg] for step impl on ranges | Daniel Alley | -4/+4 |
| 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 |