| Age | Commit message (Expand) | Author | Lines |
| 2020-03-25 | impl TrustedRandomAccess for Fuse without FusedIterator | Josh Stone | -2/+6 |
| 2020-03-24 | Implement Fuse with Option | Josh Stone | -255/+340 |
| 2020-03-22 | Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKa... | bors | -57/+32 |
| 2020-03-21 | slightly change the `Iterator::map_while` docs | Waffle | -14/+4 |
| 2020-03-18 | Auto merge of #68915 - timvermeulen:non_fused_iter, r=Amanieu | bors | -9/+18 |
| 2020-03-17 | Fix FlattenCompat::{next, next_back} | Tim Vermeulen | -4/+6 |
| 2020-03-11 | Rollup merge of #69625 - Stebalien:feat/iter-copy-specialize, r=KodrAus | Mazdak Farrokhzad | -0/+12 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -1/+0 |
| 2020-03-03 | Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkov | Dylan DPC | -6/+2 |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -6/+2 |
| 2020-03-03 | Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnik | Yuki Okushi | -2/+5 |
| 2020-03-02 | Apply suggestions from code review | LeSeulArtichaut | -2/+3 |
| 2020-03-01 | Implement nth, last, and count for iter::Copied | Steven Allen | -0/+12 |
| 2020-02-27 | docs: note that find(f) is equivalent to filter(f).next() in the iterator docs. | Matthias Krüger | -0/+4 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -1/+0 |
| 2020-02-24 | adjuste doc of `map_while` | Waffle | -10/+6 |
| 2020-02-18 | Rollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu | Yuki Okushi | -13/+7 |
| 2020-02-16 | Improve documentation on iterators | LeSeulArtichaut | -2/+4 |
| 2020-02-10 | Fuse FlattenCompat's inner iterator | Tim Vermeulen | -4/+7 |
| 2020-02-10 | Fix Peekable::next_back | Tim Vermeulen | -1/+5 |
| 2020-02-08 | Remove problematic specialization from RangeInclusive | CAD97 | -22/+12 |
| 2020-02-08 | Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakis | bors | -0/+4 |
| 2020-02-04 | Remove `finished` flag from `MapWhile` | Waffle | -47/+36 |
| 2020-02-03 | Remove Copy impl from OnceWith | Oliver Middleton | -1/+1 |
| 2020-02-04 | Stabilize `core::iter::once_with()` | Yuki Okushi | -12/+8 |
| 2020-02-01 | Remove some unsound specializations | Matthew Jasper | -0/+4 |
| 2020-01-28 | Fill tracking issue for `iter_map_while` feature | Waffle | -5/+5 |
| 2020-01-28 | Add `Iterator::map_while` method and corresponding `MapWhile` adapter | Waffle | -1/+192 |
| 2020-01-28 | Simplify `Skip::nth` and `Skip::last` implementations | Oliver Middleton | -13/+7 |
| 2020-01-22 | Avoid overflow in `std::iter::Skip::count` | Oliver Middleton | -2/+8 |
| 2020-01-18 | Make iter::Empty<T> implement Send and Sync for any T | Konrad Borowski | -0/+5 |
| 2020-01-08 | Use matches macro in libcore and libstd | Igor Aleksanov | -8/+2 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -8/+8 |
| 2020-01-02 | Add Iterator::try_find | MOZGIII | -0/+37 |
| 2019-12-30 | Rollup merge of #67564 - Mark-Simulacrum:iter-adapter-panic, r=LukasKalbertodt | Yuki Okushi | -0/+5 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -412/+713 |
| 2019-12-23 | docs: Iterator adapters have unspecified results after a panic | Mark Rousskov | -0/+5 |
| 2019-12-22 | Format the world | Mark Rousskov | -127/+171 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -9/+1 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+1 |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -6/+6 |
| 2019-12-03 | Tweak wording of `collect()` on bad target type | Esteban Küber | -2/+2 |
| 2019-11-26 | Format libcore with rustfmt | David Tolnay | -80/+143 |
| 2019-11-23 | Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPC | Mazdak Farrokhzad | -2/+6 |
| 2019-11-22 | follow the convention in this file to use third-person singular verbs | Guanqun Lu | -2/+2 |
| 2019-11-20 | Clarify Step Documentation | Phlosioneer | -2/+6 |
| 2019-11-13 | Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC | Yuki Okushi | -3/+4 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -2/+14 |
| 2019-11-07 | Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasper | Mazdak Farrokhzad | -0/+1 |
| 2019-11-06 | Add future incompatibility lint for `array.into_iter()` | Lukas Kalbertodt | -0/+1 |