| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | fix(suggestion): insert projection to associated types | bohan | -1/+50 |
| 2023-09-25 | When suggesting `self.x` for `S { x }`, use `S { x: self.x }` | Esteban Küber | -1/+6 |
| 2023-09-24 | Rollup merge of #116086 - estebank:issue-115992, r=compiler-errors | Matthias Krüger | -7/+52 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -6/+6 |
| 2023-09-23 | When encountering method on `Self` that we can't suggest, mention it | Esteban Küber | -0/+3 |
| 2023-09-23 | More accurate suggestion for `self.` and `Self::` | Esteban Küber | -3/+45 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -21/+21 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+5 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -9/+0 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -6/+6 |
| 2023-08-26 | Point at appropriate type parameter in more trait bound errors | Esteban Küber | -4/+2 |
| 2023-08-17 | Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errors | Josh Stone | -16/+55 |
| 2023-08-17 | Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebank | bors | -0/+72 |
| 2023-08-17 | Revert PR #114052 to fix invalid suggestion | Urgau | -16/+55 |
| 2023-08-16 | Rollup merge of #114779 - MU001999:fix/114701, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-08-16 | Fix bad suggestion when wrong parentheses around a dyn trait | yukang | -0/+72 |
| 2023-08-15 | Remove extra errors | r0cky | -39/+6 |
| 2023-08-14 | Point at return type when it influences non-first `match` arm | Esteban Küber | -0/+3 |
| 2023-08-15 | fix the error check | dirreke | -1/+1 |
| 2023-08-13 | Add check before suggest removing parens | Mu001999 | -0/+63 |
| 2023-08-10 | Auto merge of #114474 - estebank:missing-semi, r=compiler-errors | bors | -1/+152 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+9 |
| 2023-08-08 | Detect missing `;` that parses as function call | Esteban Küber | -1/+152 |
| 2023-08-03 | fix the span in the suggestion of remove question mark | bohan | -0/+31 |
| 2023-07-29 | Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkin | bors | -4/+58 |
| 2023-07-28 | Update existing UI tests | León Orell Valerian Liehr | -4/+55 |
| 2023-07-27 | Handle exclusive refs in suggestion to copy/clone | clubby789 | -1/+55 |
| 2023-07-27 | Refactor `suggest_copied_cloned_or_as_ref` | clubby789 | -3/+3 |
| 2023-07-25 | Suggest `{Option,Result}::as_ref()` instead of `cloned()` in some cases | clubby789 | -1/+30 |
| 2023-07-22 | Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi... | Matthias Krüger | -1/+1 |
| 2023-07-14 | use maybe_body_owned_by for closure | yukang | -0/+34 |
| 2023-07-10 | Don't use method span on clone suggestion | Michael Goulet | -2/+2 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -14/+18 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -5/+11 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -9/+9 |
| 2023-07-07 | adjust smart_resolve_partial_mod_path_errors | yukang | -0/+11 |
| 2023-07-07 | smart_resolve_partial_mod_path_errors should not suggest parent | yukang | -5/+0 |
| 2023-07-04 | Auto merge of #113309 - chenyukang:yukang-fix-89640-space, r=Nilstrieb | bors | -0/+16 |
| 2023-07-04 | Detect extra space in keyword for better hint | yukang | -0/+16 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -0/+51 |
| 2023-07-02 | add testcase for 112590 | yukang | -18/+53 |
| 2023-07-01 | Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-... | Matthias Krüger | -0/+49 |
| 2023-06-30 | Better messages for next in a iterator inside for loops | yukang | -0/+49 |
| 2023-06-30 | Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-06-29 | add `slice::swap` suggestion | y21 | -0/+1 |
| 2023-06-28 | reword message to be less vague | Michael Goulet | -1/+1 |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -9/+9 |
| 2023-06-25 | Do not offer any of the suggestions in emit_coerce_suggestions for expr from ... | yukang | -0/+99 |
| 2023-06-22 | suggest importing for partial mod path in name resolving | yukang | -5/+21 |