| Age | Commit message (Expand) | Author | Lines |
| 2021-07-24 | Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank | Yuki Okushi | -0/+48 |
| 2021-07-22 | Squash all commits. | chaz-kiker | -0/+48 |
| 2021-07-22 | bless nll tests | Oli Scherer | -10/+6 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -0/+2 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -0/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -10/+50 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -5/+45 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+35 |
| 2021-07-03 | add test case | Niko Matsakis | -0/+10 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -38/+38 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -38/+38 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -6/+6 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -1/+2 |
| 2021-05-26 | bless compare-mode=nll output | Niko Matsakis | -1/+1 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -70/+4 |
| 2021-05-22 | Remove some errors in UI tests | LeSeulArtichaut | -19/+3 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -19/+19 |
| 2021-05-16 | Suppress spurious errors inside `async fn` | Aaron Hill | -0/+25 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -4/+41 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -4/+41 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -6/+6 |
| 2021-05-06 | Better rustc_on_unimplemented, and UI test fixes | Scott McMurray | -19/+19 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -3/+3 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -12/+2 |
| 2021-04-20 | Limit test to 64 bit systems to keep the sizes in the diagnostics stable | Oli Scherer | -4/+5 |
| 2021-04-20 | Tidy | Oli Scherer | -1/+1 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -4/+6 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -0/+59 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -1/+21 |
| 2021-04-15 | Add test. | Camille GILLOT | -1/+21 |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -1/+1 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -1/+70 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -0/+1 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -1/+69 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -1/+1 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -2/+1 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -2/+2 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -2/+2 |
| 2021-03-30 | Fix tests. | Camille GILLOT | -1/+1 |
| 2021-03-29 | Hide unnecessary reference to trait | Esteban Küber | -3/+0 |
| 2021-03-29 | Suggest box/pin/arc ing receiver on method calls | Esteban Küber | -0/+72 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+15 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+29 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -8/+16 |
| 2021-02-21 | reword `;` suggestions to have consistent wording | Esteban Küber | -2/+2 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -0/+65 |
| 2021-02-18 | Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC | Yuki Okushi | -0/+27 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+27 |
| 2021-02-15 | name async generators something more human friendly in type error diagnostics | Gus Wynn | -0/+65 |