| Age | Commit message (Expand) | Author | Lines |
| 2020-12-13 | Rollup merge of #79360 - wchargin:wchargin-doc-iter-by-reference, r=m-ou-se | Yuki Okushi | -0/+45 |
| 2020-12-10 | Improve wording of `flatten()` docs | Camelid | -2/+2 |
| 2020-11-30 | Intra doc links for iterator adapters | Alexis Bourget | -3/+2 |
| 2020-11-27 | Expand docs on Peekable::peek_mut | Lukas Lueg | -5/+9 |
| 2020-11-23 | [update patch] | William Chargin | -3/+5 |
| 2020-11-23 | Add Peekable::peek_mut | Lukas Lueg | -0/+37 |
| 2020-11-23 | std::iter: document iteration over `&T` and `&mut T` | William Chargin | -0/+43 |
| 2020-11-22 | Remove multiline `use`s | Waffle | -115/+61 |
| 2020-11-22 | Fix doc links in core::iter::sources | Waffle | -0/+5 |
| 2020-11-22 | Merge `use`s in core::iter | Waffle | -42/+31 |
| 2020-11-22 | Split iterator sources into different modules | Waffle | -614/+644 |
| 2020-11-22 | Split iterator adaptors into individual modules | Waffle | -2833/+2969 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -20/+20 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -8/+8 |
| 2020-10-22 | change the order of type arguments on ControlFlow | Leonora Tindall | -17/+11 |
| 2020-10-19 | Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma... | Guillaume Gomez | -34/+30 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -3/+6 |
| 2020-10-13 | Bump the version of rustfmt used in tidy | Scott McMurray | -5/+1 |
| 2020-10-12 | Use intra-doc links for links to module-level docs | Camelid | -8/+8 |
| 2020-10-12 | Use `try{}` in `try_fold` to decouple library from `Try` details | Scott McMurray | -30/+30 |
| 2020-10-06 | Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcm | bors | -12/+64 |
| 2020-10-05 | Implement iter::Chain::{advance_by, advance_back_by} | Tim Vermeulen | -12/+64 |
| 2020-10-02 | Rollup merge of #77409 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+11 |
| 2020-10-02 | Remove trailing whitespace in iter chain doc | Ivan Tham | -1/+1 |
| 2020-10-02 | Add example for iter chain struct | Ivan Tham | -0/+11 |
| 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/+100 |
| 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 | -30/+37 |
| 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 | use iter:: before free functions | Alexis Bourget | -2/+6 |
| 2020-09-20 | Add advance_by and advance_back_by | Tim Vermeulen | -16/+100 |
| 2020-09-18 | Fix broken link | Alexis Bourget | -1/+1 |
| 2020-09-18 | Use intra-doc links in core/src/iter when possible | Alexis Bourget | -132/+91 |
| 2020-09-16 | Rollup merge of #76778 - pickfire:patch-7, r=jonas-schievink | Tyler Mandry | -5/+2 |
| 2020-09-16 | Simplify iter fuse struct doc | Ivan Tham | -5/+2 |
| 2020-09-15 | Remove flatten doc intra-doc links | Ivan Tham | -3/+0 |
| 2020-09-14 | Simplify iter flatten struct doc | Ivan Tham | -2/+2 |
| 2020-09-13 | Rollup merge of #76663 - pickfire:patch-7, r=jonas-schievink | Jonas Schievink | -5/+2 |
| 2020-09-13 | Simplify iter chain struct doc | Ivan Tham | -5/+2 |
| 2020-09-12 | Simplify iter zip struct doc | Ivan Tham | -5/+2 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -14/+14 |
| 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 | -9/+9 |
| 2020-09-07 | Rollup merge of #76302 - jyn514:peekable-2, r=Dylan-DPC | Dylan DPC | -5/+5 |
| 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 | -2/+2 |