| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Add a regression test for issue-71443 | Yuki Okushi | -0/+31 |
| 2020-10-09 | Add a regression test for issue-70292 | Yuki Okushi | -0/+21 |
| 2020-10-09 | Add a regression test for issue-65934 | Yuki Okushi | -0/+17 |
| 2020-10-09 | Add a regression test for issue-65581 | Yuki Okushi | -0/+33 |
| 2020-10-09 | Add a regression test for issue-54108 | Yuki Okushi | -0/+59 |
| 2020-10-09 | Add a regression test for issue-53448 | Yuki Okushi | -0/+35 |
| 2020-10-09 | Add a regression test for issue-52843 | Yuki Okushi | -0/+29 |
| 2020-10-09 | Auto merge of #77578 - euclio:max-suggestion, r=davidtwco | bors | -1/+45 |
| 2020-10-09 | Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink | bors | -0/+63 |
| 2020-10-08 | Fix typo in error code | xd009642 | -1/+1 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -0/+63 |
| 2020-10-08 | Auto merge of #77110 - lzutao:e0596-amp_mut, r=davidtwco | bors | -13/+23 |
| 2020-10-08 | suggest `MAX` constant if -1 is assigned to unsigned type | Andy Russell | -1/+45 |
| 2020-10-08 | Suggest removing &mut from borrow of &mut | Lzu Tao | -13/+23 |
| 2020-10-08 | Auto merge of #77678 - jyn514:tracing, r=Mark-Simulacrum | bors | -7/+0 |
| 2020-10-08 | Auto merge of #75470 - estebank:bare-type-expr, r=davidtwco | bors | -0/+56 |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -7/+0 |
| 2020-10-07 | Detect blocks that could be struct expr bodies | Esteban Küber | -0/+56 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -16/+17 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -67/+134 |
| 2020-10-07 | Auto merge of #77595 - petrochenkov:asmident, r=oli-obk | bors | -0/+75 |
| 2020-10-07 | Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-10-07 | Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse | Dylan DPC | -0/+38 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -49/+76 |
| 2020-10-06 | Fix NLL compare mode tests | Matthew Jasper | -5/+42 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -442/+535 |
| 2020-10-06 | Don't require lifetime super-bounds on traits apply to trait objects of that ... | Matthew Jasper | -0/+16 |
| 2020-10-06 | Normalize super trait bounds when confirming object candidates | Matthew Jasper | -0/+26 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -89/+80 |
| 2020-10-06 | Don't immediately error for recursive projections | Matthew Jasper | -12/+13 |