| Age | Commit message (Expand) | Author | Lines |
| 2022-08-24 | Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_a... | Matthias Krüger | -0/+31 |
| 2022-08-23 | sugg: take into count the debug formatting | Vincenzo Palazzo | -0/+31 |
| 2022-08-22 | sugg: suggest the usage of boolean value when there is a typo in the keyword | Vincenzo Palazzo | -0/+37 |
| 2022-08-21 | Suggest moving redundant generic args of an assoc fn to its trait | Hirochika Matsumoto | -0/+101 |
| 2022-08-21 | Bless tests after #100769 | Michael Goulet | -2/+2 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -12/+12 |
| 2022-08-21 | Deduplicate errors that come from places like normalization, sized | Michael Goulet | -14/+1 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -12/+33 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -35/+35 |
| 2022-08-20 | Rollup merge of #100769 - TaKO8Ki:suggest-adding-reference-to-trait-assoc-ite... | Matthias Krüger | -0/+55 |
| 2022-08-20 | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2022-08-20 | Rollup merge of #100186 - compiler-errors:or-as_mut, r=fee1-dead | Matthias Krüger | -72/+8 |
| 2022-08-20 | suggest adding a reference to a trait assoc item | Takayuki Maeda | -0/+55 |
| 2022-08-19 | fix updated stderr outputs | Matthew Kelly | -1/+2 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -25/+25 |
| 2022-08-17 | New ui tests for new soft feature gates | Christopher Durham | -0/+30 |
| 2022-08-16 | Make as_ref suggestion a note | Michael Goulet | -72/+8 |
| 2022-08-16 | Do not report cycle error when inferring return type for suggestion | Michael Goulet | -0/+52 |
| 2022-08-15 | Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebank | Matthias Krüger | -8/+2 |
| 2022-08-15 | Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister | Matthias Krüger | -0/+56 |
| 2022-08-14 | Suggest as_ref or as_mut | Michael Goulet | -3/+3 |
| 2022-08-13 | Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r... | Michael Goulet | -6/+12 |
| 2022-08-13 | Do not inline non-simple argument type errors into labels | Michael Goulet | -6/+12 |
| 2022-08-12 | Adjust span of fn arguments | Michael Goulet | -8/+2 |
| 2022-08-12 | improve "try ignoring the field" diagnostic | Goldstein | -0/+56 |
| 2022-08-11 | Suggest path separator when a dot is used on a trait | León Orell Valerian Liehr | -3/+1 |
| 2022-08-10 | Rollup merge of #100349 - TaKO8Ki:remove-type-string-comparison, r=lcnr | Michael Goulet | -1/+68 |
| 2022-08-10 | remove a type string comparison | Takayuki Maeda | -1/+68 |
| 2022-08-10 | Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwco | Matthias Krüger | -0/+49 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -31/+31 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -31/+31 |
| 2022-08-03 | Skip over structs with no private fields that impl Deref | Michael Goulet | -0/+49 |
| 2022-08-03 | Consider privacy more carefully when suggesting accessing fields | Michael Goulet | -22/+0 |
| 2022-08-03 | Suggest expressions' fields even if they're not ADTs | Michael Goulet | -0/+22 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -24/+24 |
| 2022-07-31 | Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex... | Dylan DPC | -0/+200 |
| 2022-07-31 | Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-dead | Dylan DPC | -0/+95 |
| 2022-07-31 | add a test to check if `suggest_remove_semi_or_return_binding` is working wel... | Takayuki Maeda | -0/+200 |
| 2022-07-30 | Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obk | Yuki Okushi | -1/+17 |
| 2022-07-30 | Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errors | Yuki Okushi | -0/+31 |
| 2022-07-29 | Adjust an expr span to account for macros | Michael Goulet | -1/+17 |
| 2022-07-29 | check if T is slice | Takayuki Maeda | -1/+1 |
| 2022-07-27 | Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillot | Yuki Okushi | -0/+69 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -2/+2 |
| 2022-07-26 | Use impl generics when suggesting fix on copy impl | Michael Goulet | -0/+95 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -334/+189 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -334/+189 |
| 2022-07-24 | Do not prefer module parents which are `doc(hidden)` in visibility map | Michael Goulet | -3/+3 |
| 2022-07-24 | Add failing test | Alik Aslanyan | -0/+69 |
| 2022-07-24 | suggest dereferencing index when trying to use a reference of usize as index | Takayuki Maeda | -0/+31 |