| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-02 | Revert link removal of Some(T) | Denis Vasilik | -0/+2 |
| 2020-09-02 | Revert link removal of | Denis Vasilik | -0/+1 |
| 2020-09-02 | Revert link removal | Denis Vasilik | -0/+1 |
| 2020-09-02 | Revert module level documentation link | Denis Vasilik | -2/+2 |
| 2020-09-02 | Apply suggestions from review | Denis Vasilik | -3/+9 |
| 2020-09-01 | Rollup merge of #76221 - camelid:cleanup-iter-for, r=jyn514 | Tyler Mandry | -1/+1 |
| 2020-09-01 | Rollup merge of #76088 - hbina:add_example, r=LukasKalbertodt | Tyler Mandry | -0/+4 |
| 2020-09-01 | Clean up header in `iter` docs for `for` loops | Camelid | -1/+1 |
| 2020-09-01 | Use intra-doc links | Denis Vasilik | -50/+35 |
| 2020-09-01 | Rename and expose LoopState as ControlFlow | Leonora Tindall | -99/+42 |
| 2020-08-30 | fix broken trait method links | Andy Russell | -3/+3 |
| 2020-08-30 | revert Some(Item) link | Prabakaran Kumaresshan | -0/+1 |
| 2020-08-30 | resolve comments | Prabakaran Kumaresshan | -8/+22 |