| Age | Commit message (Expand) | Author | Lines |
| 2019-01-15 | Rollup merge of #57608 - timvisee:master, r=frewsxcv | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Rollup merge of #57579 - stjepang:once-with, r=SimonSapin | Mazdak Farrokhzad | -0/+115 |
| 2019-01-14 | Simplify 'product' factorial example | timvisee | -1/+1 |
| 2019-01-14 | Add another feature(iter_once_with) | Stjepan Glavina | -0/+2 |
| 2019-01-14 | Add feature(iter_once_with) | Stjepan Glavina | -0/+2 |
| 2019-01-13 | Fix intradoc link and update issue number | Stjepan Glavina | -8/+9 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+110 |
| 2019-01-13 | Change #[must_use] message of Iterator in documentation | Taiki Endo | -1/+1 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -22/+22 |
| 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/+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 |