| Age | Commit message (Expand) | Author | Lines |
| 2020-05-13 | Improve comments in iter::Step | CAD97 | -3/+3 |
| 2020-04-08 | Adjust Step::forward_checked docs for large types | CAD97 | -2/+5 |
| 2020-04-08 | Redesign the Step trait | CAD97 | -172/+434 |
| 2020-04-06 | Rollup merge of #70750 - cuviper:direct-fuse, r=scottmcm | Mazdak Farrokhzad | -74/+63 |
| 2020-04-03 | Use a macro to expand the specialized Fuse | Josh Stone | -41/+23 |
| 2020-04-03 | Open-code Fuse's Option matches | Josh Stone | -35/+42 |
| 2020-04-03 | Replace float module consts with assoc consts in documentation | Linus Färnstrand | -3/+3 |
| 2020-04-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -1/+1 |
| 2020-03-27 | remove unused import | dylan_DPC | -1/+0 |
| 2020-03-27 | simplify test | dylan_DPC | -4/+1 |
| 2020-03-26 | fix docs | dylan_DPC | -2/+5 |
| 2020-03-26 | Add fold_self | Nathan West | -16/+40 |
| 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 |