| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | inline next() on &mut Iterator impl | The8472 | -0/+1 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -4/+10 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -3/+15 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -1/+2 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -5/+2 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -5/+2 |
| 2021-09-24 | consistent big O notation | r00ster91 | -1/+2 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -4/+1 |
| 2021-09-14 | Document the closure arguments for `reduce`. | Dan Zwell | -3/+4 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -10/+4 |
| 2021-08-25 | Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514 | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88223 - scottmcm:fix-alias, r=yaahc | Léo Lanteri Thauvin | -2/+2 |
| 2021-08-23 | Fix references to `ControlFlow` in docs | Jacob Pratt | -4/+4 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -2/+2 |
| 2021-08-17 | Fix example in `Extend<(A, B)>` impl | Sebastian Widua | -8/+10 |
| 2021-08-12 | Rollup merge of #85835 - Seppel3210:master, r=yaahc | Yuki Okushi | -22/+69 |
| 2021-08-07 | Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked | Frank Steffahn | -1/+1 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -4/+0 |
| 2021-08-03 | Update library/core/src/iter/traits/collect.rs | Jane Lusby | -1/+1 |
| 2021-07-30 | Consistent spelling of "adapter" in the standard library | Frank Steffahn | -3/+3 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-28 | Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerce | Frank Steffahn | -2/+2 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -4/+0 |
| 2021-07-23 | Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitor | Yuki Okushi | -6/+7 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+1 |
| 2021-07-14 | DOC: Add missing arguments to hypothetical code for step_by() | Matthias Geier | -6/+7 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-07-07 | Revert "Add "every" as a doc alias for "all"." | Josh Stone | -1/+0 |
| 2021-07-07 | Check FromIterator trait impl in prelude collision check. | Mara Bos | -0/+1 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -1/+0 |
| 2021-07-05 | Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-se | bors | -0/+1 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -27/+0 |
| 2021-06-20 | Add documentation/example to Extend impl | Sebastian Widua | -1/+19 |
| 2021-06-17 | Document associativity of iterator folds. | Karl Meakin | -2/+29 |
| 2021-06-16 | Make `sum()` and `product()` hyperlinks refer to `Iterator` methods. | Kevin Reid | -10/+8 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -0/+41 |
| 2021-06-14 | Mention nested unzip in its documentation | Sebastian Widua | -0/+8 |
| 2021-06-12 | Merge branch 'master' of https://github.com/rust-lang/rust | Sebastian Widua | -1/+1 |
| 2021-06-09 | Update library/core/src/iter/traits/iterator.rs | Anatol Ulrich | -1/+1 |
| 2021-06-07 | fix off by one | Anatol Ulrich | -1/+1 |
| 2021-05-30 | Rewrite Iterator::unzip in terms of (A, B)::extend | Sebastian Widua | -22/+3 |
| 2021-05-30 | Implement Extend<(A, B)> for (impl Extend<A>, impl Extend<B>) | Sebastian Widua | -0/+40 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -0/+19 |
| 2021-05-27 | Rollup merge of #85730 - Smittyvb:iter-min-max-floats, r=m-ou-se | Guillaume Gomez | -2/+26 |
| 2021-05-27 | Rollup merge of #85689 - m-ou-se:array-intoiter-3, r=estebank | Dylan DPC | -34/+0 |
| 2021-05-26 | don't use unneeded closure | Smittyvb | -1/+1 |
| 2021-05-26 | don't use unneeded closure | Smittyvb | -1/+1 |