| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Rollup merge of #93108 - lnicola:rust-analyzer-2022-01-20, r=lnicola | Matthias Krüger | -16/+18 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -2/+15 |
| 2022-01-20 | Rollup merge of #92861 - jsha:mobile-column-flex, r=GuillaumeGomez | Matthias Krüger | -15/+43 |
| 2022-01-20 | Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer... | Matthias Krüger | -2/+2 |
| 2022-01-20 | Rollup merge of #92680 - camelid:assoc-item-cleanup, r=petrochenkov | Matthias Krüger | -35/+53 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -216/+375 |
| 2022-01-20 | Rollup merge of #92183 - tmandry:issue-74256, r=estebank | Matthias Krüger | -174/+133 |
| 2022-01-20 | Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomez | Matthias Krüger | -37/+73 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -9/+15 |
| 2022-01-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+18 |
| 2022-01-19 | rustdoc: auto create output directory when "--output-format json" | Artem Kryvokrysenko | -4/+8 |
| 2022-01-19 | Rustdoc mobile: put out-of-band on its own line | Jacob Hoffman-Andrews | -15/+43 |
| 2022-01-19 | Support --bless for pp-exact pretty printer tests | David Tolnay | -1/+13 |
| 2022-01-20 | Tweak `expr.await` desugaring `Span` | Esteban Kuber | -0/+38 |
| 2022-01-19 | Foreign types are trivially drop | Michael Goulet | -0/+13 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -8/+7 |
| 2022-01-19 | Simplify error reporting code, remove await point wording | Tyler Mandry | -135/+100 |
| 2022-01-19 | NiceRegionError: Use written return type for async fn | Tyler Mandry | -139/+133 |
| 2022-01-19 | src/test/rustdoc-json: Check for `struct_field`s in `variant_tuple_struct.rs` | Martin Nordholts | -2/+4 |
| 2022-01-19 | never is trivially const-drop, and add test | Michael Goulet | -0/+2 |
| 2022-01-19 | Fix scroll offset when jumping to internal id | Jacob Hoffman-Andrews | -1/+14 |
| 2022-01-19 | Add links to the reference and rust by example for asm! docs and lints | Amanieu d'Antras | -0/+36 |
| 2022-01-19 | Update rust-by-examples | Amanieu d'Antras | -0/+0 |
| 2022-01-19 | Add tests to ensure that let_chains works with if_let_guard | Caio | -2/+26 |
| 2022-01-19 | Fix test directives; comment out calls broken on windows-gnu | Richard Cobbe | -5/+11 |
| 2022-01-19 | Rollup merge of #93005 - GuillaumeGomez:templates-in-html, r=notriddle | Matthias Krüger | -1/+3 |
| 2022-01-19 | Rollup merge of #92800 - ehuss:docs-fallback, r=Mark-Simulacrum | Matthias Krüger | -45/+68 |
| 2022-01-19 | Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser | Matthias Krüger | -16/+55 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -23/+68 |
| 2022-01-19 | Add assert that fallback targets must be available. | Eric Huss | -1/+4 |
| 2022-01-19 | Add test for block doc comments | Guillaume Gomez | -0/+13 |
| 2022-01-19 | Correctly handle starts in block doc comments | Guillaume Gomez | -2/+2 |
| 2022-01-19 | Move back templates into html folder | Guillaume Gomez | -1/+3 |
| 2022-01-19 | Rollup merge of #93062 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-01-19 | Rollup merge of #92797 - jsha:fewer-lines, r=GuillaumeGomez | Matthias Krüger | -22/+6 |
| 2022-01-19 | Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakis | Matthias Krüger | -0/+33 |
| 2022-01-19 | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasper | Matthias Krüger | -304/+463 |
| 2022-01-18 | Properly track `DepNode`s in trait evaluation provisional cache | Aaron Hill | -0/+24 |
| 2022-01-19 | build: dist: defer PlainSourceTarball | Matthias Krüger | -1/+5 |
| 2022-01-18 | Update books | Eric Huss | -0/+0 |
| 2022-01-18 | Update cargo | Eric Huss | -0/+0 |
| 2022-01-18 | Remove horizontal lines at top of page | Jacob Hoffman-Andrews | -22/+6 |
| 2022-01-18 | Make suggestions verbose | Noah Lev | -43/+77 |
| 2022-01-18 | Shorten and improve messages | Noah Lev | -107/+55 |
| 2022-01-18 | intra-doc: Use the impl's assoc item where possible | Noah Lev | -35/+53 |
| 2022-01-18 | Formally implement let chains | Caio | -304/+463 |
| 2022-01-18 | Respond to code review comments | Eric Holk | -4/+69 |
| 2022-01-18 | Safely handle partial drops | Eric Holk | -2/+83 |
| 2022-01-18 | Update async-fn-nonsend.rs | Eric Holk | -5/+43 |
| 2022-01-18 | Handle uninhabited return types | Eric Holk | -29/+3 |