| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-09-26 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -90/+656 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -7/+7 |
| 2022-09-26 | Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr | Matthias Krüger | -4/+4 |
| 2022-09-26 | address review | b-naber | -7/+7 |
| 2022-09-23 | diagnostics: avoid syntactically invalid suggestion in if conditionals | Michael Howell | -0/+51 |
| 2022-09-23 | Allow more !Copy impls | León Orell Valerian Liehr | -4/+4 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -0/+26 |
| 2022-09-20 | Better binder treatment | Michael Goulet | -0/+41 |
| 2022-09-19 | Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiyn | bors | -0/+39 |
| 2022-09-13 | Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPC | bors | -48/+32 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -4/+2 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -48/+32 |
| 2022-09-12 | Fix ICE in opt_suggest_box_span | Michael Goulet | -0/+50 |