| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -7170/+0 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -1/+1 |
| 2022-12-23 | Move tests | Caio | -0/+93 |
| 2022-12-14 | Tweak output for bare `dyn Trait` in arguments | Esteban Küber | -0/+4 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-12-13 | review comments | Esteban Küber | -3/+3 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -3/+3 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -1/+1 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -7/+2 |
| 2022-12-13 | Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebank | Matthias Krüger | -0/+32 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -45/+122 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -45/+122 |
| 2022-12-03 | fix #105069, Add AmbiguityError for inconsistent resolution for an import | yukang | -0/+32 |
| 2022-11-25 | fix #104700, account for item-local in inner scope for E0425 | yukang | -0/+32 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -97/+44 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -97/+44 |
| 2022-11-20 | Move tests | Caio | -0/+34 |
| 2022-11-17 | Move a ui test to make space for new folder | Deadbeef | -0/+13 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -6/+5 |
| 2022-11-12 | Move tests | Caio | -0/+140 |
| 2022-11-11 | Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank | Manish Goregaokar | -2/+65 |
| 2022-11-03 | Correctly resolve Inherent Associated Types | Deadbeef | -15/+15 |
| 2022-11-01 | Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebank | Dylan DPC | -3/+99 |
| 2022-10-30 | Rollup merge of #103560 - zbyrn:issue-103358-fix, r=cjgillot | Dylan DPC | -9/+7 |
| 2022-10-27 | use proper spans | Boxy | -20/+39 |
| 2022-10-27 | DoIt | Boxy | -82/+16 |
| 2022-10-27 | Add a test for issue #101637 | Byron Zhong | -0/+96 |
| 2022-10-27 | Correct inconsistent error messages in tests | Byron Zhong | -3/+3 |
| 2022-10-25 | Modify ui tests to reflect the change | Byron Zhong | -9/+7 |
| 2022-10-26 | add testcase for suggest self | yukang | -1/+28 |
| 2022-10-26 | suggest calling the method of the same name when method not found | yukang | -2/+38 |
| 2022-10-25 | Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser | Yuki Okushi | -9/+44 |
| 2022-10-21 | Update UI tests | clubby789 | -9/+44 |
| 2022-10-21 | Rollup merge of #103111 - cjgillot:shadow-label, r=estebank | Dylan DPC | -4/+9 |
| 2022-10-20 | Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk | Matthias Krüger | -0/+16 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -3/+3 |
| 2022-10-19 | fix `SelfVisitor::is_self_ty` ICE | Takayuki Maeda | -0/+16 |
| 2022-10-16 | Point to shadowed name when it exists. | Camille GILLOT | -4/+9 |
| 2022-10-12 | fix #102946 | Takayuki Maeda | -0/+33 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -202/+202 |
| 2022-09-24 | Add test | Michael Goulet | -0/+11 |
| 2022-09-24 | Only record extra lifetime params for async trait fn with no body | Michael Goulet | -4/+4 |
| 2022-09-24 | Resolve async fn signature even without body (in trait) | Michael Goulet | -4/+4 |
| 2022-09-23 | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-09-21 | Split out async_fn_in_trait into a separate feature | Dan Johnson | -2/+2 |
| 2022-09-22 | Bless test output changes | Frank Steffahn | -1/+1 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -30/+14 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -1/+1 |
| 2022-08-31 | Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillot | Matthias Krüger | -15/+45 |
| 2022-08-31 | Fix uintended diagnostic caused by `drain(..)` | Donough Liu | -15/+45 |