| Age | Commit message (Expand) | Author | Lines |
| 2020-10-17 | Mark inout asm! operands as used in liveness pass | Olivia Crain | -0/+36 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -2/+80 |
| 2020-10-17 | Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakis | Dylan DPC | -10/+3 |
| 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 | stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' | Ralf Jung | -123/+67 |
| 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 | 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 #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27 | Yuki Okushi | -8/+15 |
| 2020-10-14 | Auto merge of #77741 - JohnTitor:add-tests, r=matthewjasper | bors | -0/+225 |
| 2020-10-14 | Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkov | bors | -0/+220 |
| 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-12 | Bless expected errors | Ethan Brierley | -132/+132 |
| 2020-10-12 | Use no-prefer-dynamic | Jonas Schievink | -0/+2 |
| 2020-10-12 | Fix -Clinker-plugin-lto with opt-levels s and z | Jonas Schievink | -0/+12 |
| 2020-10-11 | `min_const_generics` diagnostics improvements | Ethan Brierley | -174/+174 |
| 2020-10-11 | Add hack to keep `actix-web` and `actori-web` compiling | Aaron Hill | -0/+60 |
| 2020-10-11 | Allow skipping extra paren insertion during AST pretty-printing | Aaron Hill | -0/+160 |
| 2020-10-11 | traits diagnostics: Don't print closure/generator upvar_tys tuple | Aman Arora | -12/+0 |
| 2020-10-11 | Always return tupled_upvar_tys for Closure/Generator consituent tys | Aman Arora | -0/+5 |
| 2020-10-11 | Replace tuple of infer vars for upvar_tys with single infer var | Roxane | -15/+22 |
| 2020-10-11 | Auto merge of #77774 - petrochenkov:floatuple, r=estebank | bors | -12/+12 |
| 2020-10-11 | rustc_parse: More precise spans for `tuple.0.0` | Vadim Petrochenkov | -12/+12 |
| 2020-10-09 | address review comments | Esteban Küber | -1/+71 |
| 2020-10-09 | Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>` | Esteban Küber | -0/+32 |
| 2020-10-09 | Suggest removing bounds even when potential typo | Esteban Küber | -1/+17 |
| 2020-10-09 | Tweak output and add test cases | Esteban Küber | -11/+171 |
| 2020-10-09 | Point out why a trait is expected on `Struct + 'lt` | Esteban Küber | -0/+6 |
| 2020-10-09 | delete const-pat-ice test stderr | hosseind88 | -17/+0 |
| 2020-10-09 | revert deleted new line | hosseind75 | -1/+1 |