| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+5 |
| 2023-01-10 | Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu... | Yuki Okushi | -0/+12 |
| 2023-01-09 | Relocate changes | Fabian Hintringer | -12/+12 |
| 2022-12-30 | Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-se | Matthias Krüger | -6/+11 |
| 2022-12-28 | Rollup merge of #106161 - meithecatte:iter-find-position, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-27 | Fix a formatting error | RetroSeven | -1/+1 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -0/+1 |
| 2022-12-26 | Iterator::find: link to Iterator::position in docs for discoverability | Maja Kądziołka | -0/+3 |
| 2022-12-15 | doc: Fix a few small issues | Hannes Körber | -1/+1 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -0/+1 |
| 2022-12-13 | Add result example + rewording | Fabian Hintringer | -4/+8 |
| 2022-12-08 | Add `rustc_on_unimplemented` to `Sum` and `Product` trait. | Nixon Enraght-Moony | -0/+8 |
| 2022-11-28 | Add example for iterator_flatten | Fabian Hintringer | -0/+8 |
| 2022-10-29 | use consistent terminology | Tshepang Mbambo | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-04 | Only allow ~const bounds for traits with #[const_trait] | Oli Scherer | -1/+1 |
| 2022-09-29 | Improve example of Iterator::reduce | Guillaume Gomez | -14/+5 |
| 2022-09-25 | Clarify Iterator::rposition code example | Guillaume Gomez | -3/+3 |
| 2022-09-24 | Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcm | bors | -62/+81 |
| 2022-09-16 | Add `const_trait`s | Deadbeef | -0/+1 |
| 2022-08-21 | Use internal iteration in `Iterator::{cmp_by, partial_cmp_by, eq_by}` | Tim Vermeulen | -62/+81 |
| 2022-08-12 | fill-in tracking issue for `feature(iter_array_chunks)` | Maybe Waffle | -1/+1 |
| 2022-08-01 | Use `#[track_caller]` to make panic in `Iterator::array_chunks` nicer | Maybe Waffle | -0/+1 |
| 2022-08-01 | Use `array::IntoIter` for the `ArrayChunks` remainder | Ross MacArthur | -2/+4 |
| 2022-08-01 | Add `Iterator::array_chunks()` | Ross MacArthur | -1/+41 |
| 2022-07-14 | lint: remove unnecessary parentheses | Gunnlaugur Þór Briem | -1/+1 |
| 2022-07-14 | doc: clearer and more correct Iterator::scan | Gunnlaugur Þór Briem | -6/+11 |
| 2022-06-30 | clarify that ExactSizeIterator::len returns the remaining length | The 8472 | -5/+11 |
| 2022-06-21 | Add `Iterator::next_chunk` | Ross MacArthur | -0/+42 |
| 2022-06-08 | Suggest using `iter()` or `into_iter()` for `Vec` | Chayim Refael Friedman | -0/+4 |
| 2022-04-26 | Better error messages when collecting into `[T; n]` | Michael Goulet | -19/+13 |
| 2022-04-23 | Auto merge of #90602 - mbartlett21:const-intoiterator, r=oli-obk | bors | -1/+2 |
| 2022-04-14 | Remove trailing whitespace | Boyd Kane | -1/+1 |
| 2022-04-14 | docs: add link from zip to unzip | Boyd Kane | -0/+4 |
| 2022-03-24 | Auto merge of #87667 - the8472:document-in-place-iter, r=yaahc | bors | -0/+4 |
| 2022-03-22 | add perf side effect docs to `Iterator::cloned()` | Andre Bogus | -0/+16 |
| 2022-03-21 | add module-level documentation for vec's in-place iteration | The8472 | -0/+4 |
| 2022-03-18 | Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahc | Matthias Krüger | -1/+2 |
| 2022-03-15 | Unstably constify `impl IntoIterator for I: ~const Iterator` | mbartlett21 | -1/+2 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -14/+14 |
| 2022-03-10 | Rollup merge of #94587 - JKAnderson409:issue-90107-fix, r=scottmcm | Matthias Krüger | -3/+16 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -14/+14 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -0/+5 |
| 2022-03-10 | Let `try_collect` take advantage of `try_fold` overrides | Scott McMurray | -1/+2 |
| 2022-03-09 | Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se | Matthias Krüger | -0/+71 |
| 2022-03-09 | Add tracking issue | fren_gor | -1/+1 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -0/+5 |
| 2022-03-05 | doc: `Iterator::partition` use partial type hints | Gentoli | -3/+3 |
| 2022-03-04 | Add suggested changes to the docs | Jeff | -3/+3 |