| Age | Commit message (Expand) | Author | Lines |
| 2022-08-28 | More descriptive argument placeholders | Michael Goulet | -6/+6 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -19/+21 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -0/+33 |
| 2022-08-17 | point at a type parameter shadowing another type | Takayuki Maeda | -0/+33 |
| 2022-08-11 | Suggest path separator when a dot is used on a trait | León Orell Valerian Liehr | -34/+356 |
| 2022-08-05 | Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p... | Dylan DPC | -2/+16 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -2/+8 |
| 2022-07-28 | suggest adding/removing `ref` for binding patterns | Takayuki Maeda | -2/+16 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -1/+1 |
| 2022-07-20 | take opaq types | ouz-a | -8/+17 |
| 2022-07-16 | Be more precise when suggesting removal of parens on unit adt ctor | Michael Goulet | -6/+6 |
| 2022-07-11 | Mention similarly named associated type even if it's not clearly in supertrait | Michael Goulet | -0/+21 |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -3/+3 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -14/+14 |
| 2022-06-19 | Mention what item is using an invalid `Self` type | Michael Goulet | -4/+77 |
| 2022-06-16 | fix one more case of trailing space | klensy | -6/+6 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -10/+10 |
| 2022-06-15 | Rollup merge of #97822 - compiler-errors:hesitate-to-suggest-intrinsics, r=ol... | Yuki Okushi | -0/+35 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -2/+10 |
| 2022-06-07 | Filter out intrinsics if we have other import candidates to suggest | Michael Goulet | -0/+35 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -1/+6 |
| 2022-06-01 | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve... | Matthias Krüger | -0/+14 |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -0/+14 |
| 2022-05-24 | Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c... | Yuki Okushi | -0/+155 |
| 2022-05-23 | add typo suggestions for all `AssocSuggestion` variants | Takayuki Maeda | -4/+104 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -4/+2 |
| 2022-05-21 | typo suggestion for a variable with a name similar to struct fields | Takayuki Maeda | -0/+55 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -2/+2 |
| 2022-05-05 | Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnr | Matthias Krüger | -0/+10 |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -0/+10 |
| 2022-05-03 | Tweak wording | Esteban Kuber | -14/+14 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -7/+42 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -0/+200 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -17/+14 |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -0/+26 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -3/+5 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -2/+13 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -22/+2 |
| 2022-03-04 | Update use_suggestion_placement.rs test, removing the FIXME that this PR fixes. | Felix S. Klock II | -13/+5 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -2/+22 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -22/+2 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -3/+60 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -3/+5 |
| 2021-11-20 | Rollup merge of #91021 - compiler-errors:print_future_output, r=estebank | Matthias Krüger | -1/+1 |
| 2021-11-19 | Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisa | Yuki Okushi | -6/+9 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -1/+1 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+118 |
| 2021-11-16 | Suggest removal of arguments for unit variant, not replacement | Esteban Kuber | -6/+9 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+336 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+253 |