| Age | Commit message (Expand) | Author | Lines |
| 2022-11-10 | add 'is_assign_rhs' to avoid weird suggesting 'let' | yukang | -4/+24 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -12/+12 |
| 2022-11-09 | fix tests and code cleanup | yukang | -16/+70 |
| 2022-11-09 | Fix #104086, Tighten the 'introduce new binding' suggestion | yukang | -0/+91 |
| 2022-11-08 | fix #103587, Recover from common if let syntax mistakes/typos | yukang | -0/+15 |
| 2022-11-05 | Rebase and update test | clubby789 | -1/+1 |
| 2022-11-05 | Update UI test | clubby789 | -2/+2 |
| 2022-11-05 | Split non-fixable case to different test | clubby789 | -11/+38 |
| 2022-11-05 | Attempt to fix arguments of associated functions | clubby789 | -54/+67 |
| 2022-11-05 | Use `FmtPrinter` instead of creating `Instance` | clubby789 | -5/+115 |
| 2022-11-05 | Update UI test | clubby789 | -1/+1 |
| 2022-11-04 | Make non-ASCII errors more consistent. | Nicholas Nethercote | -12/+12 |
| 2022-11-01 | Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebank | Dylan DPC | -11/+7 |
| 2022-10-28 | Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r... | Matthias Krüger | -0/+34 |
| 2022-10-27 | Correct inconsistent error messages in tests | Byron Zhong | -11/+7 |
| 2022-10-26 | Rollup merge of #103416 - compiler-errors:rpit-named, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-10-25 | diagnostics: add test case for issue 102354 | Michael Howell | -0/+34 |
| 2022-10-26 | suggest calling the method of the same name when method not found | yukang | -2/+7 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -3/+3 |
| 2022-10-24 | suggest type annotation for local statement initialed by ref expression | SparrowLii | -0/+98 |
| 2022-10-23 | Rollup merge of #103140 - chenyukang:yukang/fix-103112, r=estebank | Michael Howell | -0/+19 |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -0/+94 |
| 2022-10-20 | fix span for suggestion | yukang | -2/+3 |
| 2022-10-20 | fix #103112, add diagnostic for calling a function with the same name when a ... | yukang | -0/+18 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -5/+5 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -19/+42 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -2/+2 |
| 2022-10-19 | Suggest calling ctor when trait is unimplemented | Michael Goulet | -0/+41 |
| 2022-10-10 | Rollup merge of #102323 - Stoozy:master, r=cjgillot | Yuki Okushi | -2/+10 |
| 2022-10-06 | Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwco | Matthias Krüger | -6/+63 |
| 2022-10-05 | Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwco | Dylan DPC | -5/+70 |
| 2022-10-05 | Suggest calling method if fn does not exist | Michael Goulet | -0/+57 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -6/+6 |
| 2022-10-04 | Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-... | Michael Howell | -1/+1 |
| 2022-10-05 | Suggest `.into()` when all other coercion suggestions fail | Michael Goulet | -5/+70 |
| 2022-10-04 | slightly improve no return for returning function error | Rageking8 | -1/+1 |
| 2022-10-02 | fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or ins... | yukang | -0/+39 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -3/+3 |
| 2022-09-28 | Proper span for new generic param suggestion | stoozy | -2/+10 |
| 2022-09-28 | Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin... | Yuki Okushi | -2/+10 |
| 2022-09-28 | Rollup merge of #102288 - mejrs:inner, r=compiler-errors | Yuki Okushi | -0/+218 |
| 2022-09-28 | Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0... | Yuki Okushi | -1/+2 |
| 2022-09-28 | Deduplicate some logic | mejrs | -15/+15 |
| 2022-09-27 | Add newline | mejrs | -3/+3 |
| 2022-09-27 | Address feedback | mejrs | -12/+64 |
| 2022-09-27 | Wrapper suggestions | mejrs | -0/+166 |
| 2022-09-27 | Deny associated type bindings within associated type bindings | Michael Goulet | -2/+10 |
| 2022-09-27 | Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errors | bors | -1/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -0/+4 |