| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -2/+2 |
| 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 | pacify tidy | The8472 | -2/+2 |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -0/+14 |
| 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 | -25/+29 |
| 2020-09-02 | Format ControlFlow changes with rustfmt | Leonora Tindall | -4/+10 |
| 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 |