| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 #76088 - hbina:add_example, r=LukasKalbertodt | Tyler Mandry | -0/+4 |
| 2020-09-01 | Use intra-doc links | Denis Vasilik | -50/+35 |
| 2020-09-01 | Rename and expose LoopState as ControlFlow | Leonora Tindall | -25/+23 |
| 2020-08-30 | fix broken trait method links | Andy Russell | -3/+3 |
| 2020-08-29 | Add more examples to lexicographic cmp on Iterators. | Hanif Bin Ariffin | -0/+4 |
| 2020-08-26 | apply bootstrap cfgs | Pietro Albini | -2/+2 |
| 2020-08-20 | Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa | bors | -0/+12 |
| 2020-08-19 | Use min_specialization in libcore | Matthew Jasper | -0/+12 |
| 2020-08-16 | hir: introduce lang items for AST lowering | David Wood | -0/+2 |
| 2020-08-15 | Doc: String isn't a collection | Kornel LesiĆski | -5/+4 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+4366 |