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