| Age | Commit message (Expand) | Author | Lines |
| 2021-05-09 | PR feedback | Scott McMurray | -1/+2 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -9/+9 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -0/+30 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -7/+7 |
| 2021-04-29 | Drop alias `reduce` for `fold` - we have a `reduce` function | Josh Triplett | -1/+0 |
| 2021-04-28 | Inline Iterator as IntoIterator. | Camille GILLOT | -0/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+1 |
| 2021-04-24 | Rollup merge of #84489 - amorison:issue-83969-fix, r=yaahc | Yuki Okushi | -0/+5 |
| 2021-04-24 | Rollup merge of #80805 - camelid:iter-by_ref-example, r=steveklabnik | Yuki Okushi | -23/+8 |
| 2021-04-23 | Mention FusedIterator case in Iterator::fuse doc | Adrien Morison | -0/+5 |
| 2021-04-16 | Skip into_iter() for arrays before 2021 | Josh Stone | -0/+1 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -3/+4 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -1/+2 |
| 2021-03-26 | update array missing `IntoIterator` msg | lcnr | -2/+2 |
| 2021-03-26 | Stabilize `peekable_peek_mut` | Lukas Lueg | -12/+34 |
| 2021-03-22 | Rollup merge of #83272 - kornelski:takedocs, r=dtolnay | Dylan DPC | -2/+13 |
| 2021-03-20 | Remove redundant second example | Camelid | -28/+0 |
| 2021-03-18 | Expand documentation of Iterator::take and skip | Kornel | -2/+13 |
| 2021-03-18 | Fix typo/inaccuracy in the documentation of Iterator::skip_while | Frank Steffahn | -1/+1 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -1/+2 |
| 2021-03-13 | Add `reverse` search alias for Iterator::rev() | Sebastian Widua | -0/+1 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -0/+1 |
| 2021-02-22 | Auto merge of #81732 - m-ou-se:inherit-overflow-checks, r=Mark-Simulacrum | bors | -24/+48 |
| 2021-02-17 | Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfackler | Guillaume Gomez | -9/+16 |
| 2021-02-16 | Optimize Iterator::is_sorted_by by using Iterator::all for internal iteration | Giacomo Stevanato | -9/+16 |
| 2021-02-14 | Use `#[rustc_inherit_overflow_checks]` instead of Add::add etc. | Mara Bos | -24/+48 |
| 2021-02-13 | Add basic usage example | Camelid | -0/+15 |
| 2021-02-09 | Rollup merge of #81697 - xfix:every-doc-alias, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2021-02-07 | Better line grouping | Camelid | -2/+2 |
| 2021-02-07 | Rollup merge of #81742 - sdroege:exact-size-iterator-correctness, r=kennytm | Guillaume Gomez | -0/+6 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -3/+1 |
| 2021-02-04 | Improve documentation of Iterator::{fold, reduce}. | Mara Bos | -5/+16 |
| 2021-02-04 | Rename Iterator::fold_first to reduce. | Mara Bos | -4/+4 |
| 2021-02-04 | Add a note about the correctness and the effect on unsafe code to the `ExactS... | Sebastian Dröge | -0/+6 |
| 2021-02-03 | Add "every" as a doc alias for "all". | Konrad Borowski | -0/+1 |
| 2021-02-03 | Rollup merge of #81144 - nhwn:typo-map-while, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2021-01-30 | Clarify that guarantees extend to other advancing iterator methods. | The8472 | -3/+5 |
| 2021-01-22 | Rollup merge of #81173 - lukaslueg:intersperse_docs, r=m-ou-se | Mara Bos | -3/+48 |
| 2021-01-21 | Fix typo | Lukas Lueg | -1/+1 |
| 2021-01-21 | Expand docs on Iterator::intersperse | Lukas Lueg | -3/+48 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -6/+0 |
| 2021-01-17 | fixed formatting typo in map_while | Nathan Nguyen | -1/+1 |
| 2021-01-14 | Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-se | Mara Bos | -3/+36 |
| 2021-01-13 | Improve Iterator::intersperse_ docs | Lukas Lueg | -6/+14 |
| 2021-01-07 | Improve `Iterator::by_ref` example | Camelid | -19/+17 |
| 2020-12-31 | Add Iterator::intersperse_with | Lukas Lueg | -1/+26 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -2/+0 |
| 2020-12-30 | Add tracking issue | Camelid | -1/+1 |