| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | change the order of type arguments on ControlFlow | Leonora Tindall | -17/+11 |
| 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 |
| 2020-09-03 | Address review comments on `Peekable::next_if` | Joshua Nelson | -5/+5 |
| 2020-09-03 | Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieu | bors | -4/+378 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -2/+2 |
| 2020-09-03 | please tidy | The8472 | -6/+5 |
| 2020-09-03 | get things to work under min_specialization by leaning more heavily on #[rust... | The8472 | -1/+0 |
| 2020-09-03 | apply required min_specialization attributes | The8472 | -0/+1 |
| 2020-09-03 | support in-place collect for MapWhile adapters | The8472 | -0/+21 |
| 2020-09-03 | pacify tidy | The8472 | -7/+7 |
| 2020-09-03 | pacify tidy | The8472 | -71/+84 |
| 2020-09-03 | mark as_inner as unsafe and update comments | The8472 | -45/+67 |
| 2020-09-03 | impl TrustedRandomAccess for vec::IntoIter | The8472 | -2/+6 |
| 2020-09-03 | make tidy happy | The8472 | -4/+8 |
| 2020-09-03 | support in-place iteration for most adapters | The8472 | -0/+136 |
| 2020-09-03 | add in-place iteration for Zip | The8472 | -1/+24 |
| 2020-09-03 | remove example that relied on non-public trait | The8472 | -5/+0 |
| 2020-09-03 | fix doc link | The8472 | -1/+1 |
| 2020-09-03 | mark SourceIter as unsafe, document invariants | The8472 | -16/+50 |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -1/+124 |
| 2020-09-03 | Rollup merge of #76238 - denisvasilik:intra-doc-links-core-iterator, r=jyn514 | Dylan DPC | -40/+35 |
| 2020-09-03 | Rollup merge of #76204 - NoraCodes:nora/control_flow_enum, r=scottmcm | Dylan DPC | -100/+48 |
| 2020-09-02 | Format ControlFlow changes with rustfmt | Leonora Tindall | -6/+11 |