| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |