summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
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
2021-12-04Lint bare traits in AstConv.Camille GILLOT-14/+26
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-25/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-0/+10
2021-11-16Add new tests for compatible variant diagnostics.Mara Bos-0/+180
2021-11-16Update tests.Mara Bos-5/+5
2021-10-24Always sort suggestions before emitting themEsteban Kuber-2/+2
2021-10-15Bless testsCameron Steffen-2/+2
2021-09-30Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehussbors-3/+3
2021-09-28Improve help for recursion limit errorsRoss MacArthur-3/+3
2021-09-25Use larger span for adjustments on method callsAaron Hill-8/+9
2021-09-19Suggest replacing braces for brackets on array-esque invalid block exprHirochika Matsumoto-0/+66
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-3/+9
2021-08-30Fix testsCameron Steffen-2/+2
2021-08-29rebase: fix test outputEsteban Kuber-2/+3
2021-08-29Provide structured suggestion for removal of `&mut`Esteban Kuber-3/+2