| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-13 | spell the real selftype | csmoe | -1/+1 |
| 2021-02-12 | spell out nested self type | csmoe | -0/+11 |
| 2021-02-12 | add testcase for issue 78600 | csmoe | -0/+12 |
| 2021-02-10 | Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebank | Yuki Okushi | -0/+3 |
| 2021-02-09 | add suggestion to use the `async_recursion` crate | Henry Boisdequin | -0/+3 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -7/+7 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -1/+0 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -1/+2 |
| 2021-02-02 | Update ui tests (nll) | Jesus Rubio | -1/+2 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+38 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+83 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+83 |