| Age | Commit message (Expand) | Author | Lines |
| 2021-03-18 | Fix typo/inaccuracy in the documentation of Iterator::skip_while | Frank Steffahn | -1/+1 |
| 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-09 | Rollup merge of #81697 - xfix:every-doc-alias, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 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 |
| 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 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -1/+23 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-10 | Improve wording of `flatten()` docs | Camelid | -2/+2 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -8/+8 |
| 2020-10-22 | change the order of type arguments on ControlFlow | Leonora Tindall | -12/+6 |
| 2020-10-19 | Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma... | Guillaume Gomez | -2/+2 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -3/+6 |
| 2020-10-12 | Use intra-doc links for links to module-level docs | Camelid | -6/+6 |
| 2020-10-12 | Use `try{}` in `try_fold` to decouple library from `Try` details | Scott McMurray | -2/+2 |
| 2020-10-01 | Add tracking issue | Tim Vermeulen | -2/+2 |
| 2020-10-01 | Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu | Dylan DPC | -16/+90 |
| 2020-09-28 | Rollup merge of #77194 - pickfire:patch-7, r=withoutboats | Ralf Jung | -0/+2 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -1/+3 |
| 2020-09-26 | Reposition iterator doc alias reduce before inline | Ivan Tham | -1/+1 |
| 2020-09-26 | Add alias for iterator fold | Ivan Tham | -0/+2 |
| 2020-09-20 | Add advance_by and advance_back_by | Tim Vermeulen | -16/+90 |
| 2020-09-18 | Use intra-doc links in core/src/iter when possible | Alexis Bourget | -83/+64 |
| 2020-09-07 | Rollup merge of #76338 - euclio:intra-link-iterator, r=jyn514 | Dylan DPC | -13/+13 |
| 2020-09-07 | Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morse | Dylan DPC | -8/+8 |
| 2020-09-05 | Improve the documentation of `filter()` and `filter_map()`. | Edd Barrett | -18/+8 |
| 2020-09-04 | Add `BREAK` too, and improve the comments | Scott McMurray | -7/+7 |
| 2020-09-04 | add some intra-doc links to `Iterator` | Andy Russell | -13/+13 |
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -1/+1 |
| 2020-09-03 | Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieu | bors | -0/+14 |