| Age | Commit message (Expand) | Author | Lines |
| 2020-10-17 | Make it more clear when complaining about async fn's return types | Gus Wynn | -100/+198 |
| 2020-10-17 | Auto merge of #77373 - jonas-schievink:rm-rf-copy-prop, r=oli-obk | bors | -96/+73 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -2/+80 |
| 2020-10-17 | Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum | Dylan DPC | -8/+20 |
| 2020-10-17 | Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27 | Dylan DPC | -0/+7 |
| 2020-10-17 | Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakis | Dylan DPC | -10/+3 |
| 2020-10-17 | Remove the old copy propagation pass | Jonas Schievink | -96/+73 |
| 2020-10-16 | Add inline const to INCOMPLETE_FEATURES | Santiago Pastorino | -0/+4 |
| 2020-10-17 | Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obk | Yuki Okushi | -0/+87 |
| 2020-10-17 | Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia... | Yuki Okushi | -23/+230 |
| 2020-10-17 | Rollup merge of #77547 - RalfJung:stable-union-drop, r=matthewjasper | Yuki Okushi | -123/+67 |
| 2020-10-17 | Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank | Yuki Okushi | -0/+15 |
| 2020-10-16 | Add inline const tests | Santiago Pastorino | -25/+55 |
| 2020-10-16 | Parse inline const patterns | Santiago Pastorino | -2/+22 |
| 2020-10-16 | Parse inline const expressions | Santiago Pastorino | -0/+10 |
| 2020-10-16 | Add inline_const feature flag | Santiago Pastorino | -0/+14 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+87 |
| 2020-10-16 | Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisa | bors | -0/+15 |
| 2020-10-16 | stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' | Ralf Jung | -123/+67 |
| 2020-10-16 | Auto merge of #77947 - tmiasko:promoted-scope, r=oli-obk | bors | -2/+0 |
| 2020-10-16 | Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 | Dylan DPC | -19/+196 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -4/+16 |
| 2020-10-16 | Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis | Dylan DPC | -422/+264 |
| 2020-10-16 | Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay | Dylan DPC | -3/+3 |
| 2020-10-16 | Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddyb | Dylan DPC | -0/+98 |
| 2020-10-15 | resolve: improve "try using tuple struct" message | David Wood | -5/+5 |
| 2020-10-15 | resolve: suggest variants with placeholders | David Wood | -18/+225 |
| 2020-10-15 | ensure arguments are included in count mismatch span | Andy Russell | -78/+186 |
| 2020-10-15 | fix off-by-one in parameter spans | Andy Russell | -36/+36 |
| 2020-10-15 | Prevent miscompilation in trivial loop {} | Mark Rousskov | -0/+15 |
| 2020-10-15 | mangling: encode all impl parameters | David Wood | -0/+98 |
| 2020-10-15 | Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma... | bors | -15/+15 |
| 2020-10-15 | Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 | Yuki Okushi | -1/+21 |
| 2020-10-15 | Rollup merge of #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27 | Yuki Okushi | -16/+53 |
| 2020-10-14 | BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values | Stein Somers | -8/+20 |
| 2020-10-14 | Handle multi-line HTML comments | Guillaume Gomez | -2/+6 |
| 2020-10-14 | Auto merge of #77741 - JohnTitor:add-tests, r=matthewjasper | bors | -0/+225 |
| 2020-10-14 | Auto merge of #77926 - Dylan-DPC:rollup-wttr8a1, r=Dylan-DPC | bors | -37/+37 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -32/+26 |
| 2020-10-14 | Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum | Dylan DPC | -5/+11 |
| 2020-10-14 | Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkov | bors | -0/+220 |
| 2020-10-14 | Create a single source scope for promoteds | Tomasz Miąsko | -2/+0 |
| 2020-10-13 | Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitor | bors | -177/+177 |
| 2020-10-14 | Rollup merge of #77825 - ethanboxx:min_const_generics_diagnostic, r=lcnr | Yuki Okushi | -177/+177 |
| 2020-10-14 | switch the test to an actual MCVE | Ding Xiang Fei | -14/+9 |
| 2020-10-14 | rustfmt | Ding Xiang Fei | -1/+1 |
| 2020-10-14 | test derived from #74961 | Ding Xiang Fei | -0/+29 |
| 2020-10-13 | Add check for HTML comments | Guillaume Gomez | -1/+17 |
| 2020-10-13 | Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 | bors | -0/+68 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+21 |