about summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3685/+0
2023-01-01Verbose suggestionsEsteban Küber-10/+25
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-28/+60
2022-12-05Tweak "the following other types implement trait"Esteban Küber-9/+0
2022-11-08use subdiagnostic for sugesting add letyukang-0/+5
2022-11-05Do not make typo suggestions when suggesting pattern matchingDeadbeef-0/+30
2022-10-05Delay function resolution error until typeckMichael Goulet-8/+8
2022-10-01bless ui testsMaybe Waffle-2/+2
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-2/+2
2022-09-16bless testsDeadbeef-2/+2
2022-09-15more tweak on diagnostic messagesyukang-21/+53
2022-09-15fix 101793, fix the wording of help msg for bitwise notyukang-6/+16
2022-08-21Prefer non-Self non-method types over Self, firstMichael Goulet-8/+8
2022-08-21Rework point-at-argMichael Goulet-4/+8
2022-08-05recover require,include instead of use in itemyukang-2/+30
2022-07-31--bless testsMaybe Waffle-5/+15
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-2/+8
2022-06-07recover `import` instead of `use` in itemMichael Goulet-0/+44
2022-04-24Fix suggestion for `_` on return type for fn in impl for TraitMichael Goulet-11/+16
2022-04-24Suggest replacing `_` in type signature of impl for TraitMichael Goulet-0/+43
2022-04-16Implementation for 65853Jack Huey-1/+8
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-6/+6
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-10/+10
2022-04-04Fix list lengthEsteban Kuber-0/+18
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-4/+6
2022-04-01Rollup merge of #95293 - compiler-errors:braces, r=davidtwcoMatthias Krüger-15/+63
2022-03-27suggest wrapping in struct tuples as wellMichael Goulet-3/+25
2022-03-27do not suggest enum tuple variant for named field variantMichael Goulet-1/+24
2022-03-27suggest wrapping patterns with compatible enum variantsMichael Goulet-0/+109
2022-03-24suggest wrapping single-expr blocks in square bracketsMichael Goulet-15/+63
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-2/+3
2022-03-02Add more tests for mismatched Option/Result return types.Mara Bos-8/+68
2022-02-28Tweak diagnosticsEsteban Kuber-36/+15
2022-02-14Make `find_similar_impl_candidates` a little fuzzier.Ben Reeves-1/+2
2022-01-22respect doc(hidden) when suggesting available fieldsIbraheem Ahmed-0/+43
2022-01-18generic_arg_infer: placeholder in signature errlcnr-20/+20
2022-01-17Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r...Matthias Krüger-7/+7
2022-01-14Don't use source-map when detecting struct field shorthandMichael Goulet-1/+1
2022-01-14Fix `try wrapping expression in variant` suggestion with struct field shorthandMichael Goulet-9/+30
2022-01-13Fix suggesting turbofish with lifetime argumentsMichael Goulet-7/+7
2021-12-18Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgrbors-9/+29
2021-12-18get_mut_span_in_struct_field uses span.betweenLucas Kent-1/+1
2021-12-17Improve suggestion to change struct field to &mutLucas Kent-9/+29
2021-12-04Use multipart suggestions.Camille GILLOT-1/+5
2021-12-04Include output type in fn trait bounds.Camille GILLOT-1/+1