about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-3/+43
2022-03-29Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errorsDylan DPC-0/+61
2022-03-29diagnostics: regression test for derive boundsMichael Howell-0/+61
2022-03-29Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPCDylan DPC-0/+57
2022-03-28diagnostics: add regression test for #82081Michael Howell-0/+57
2022-03-28Remove opaque type obligation and just register opaque types as they are enco...Oli Scherer-27/+16
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-39/+54
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-45/+81
2022-03-28Remove duplicated and unused test filesCaio-65/+0
2022-03-22remove [async output] from impl FutureMichael Goulet-1/+1
2022-03-19diagnostics: do not give Option::as_ref suggestion for complex matchMichael Howell-0/+24
2022-03-12Auto merge of #94711 - ouz-a:master3, r=oli-obkbors-0/+92
2022-03-11Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-...Dylan DPC-0/+56
2022-03-11fix a suggestion messageTakayuki Maeda-6/+6
2022-03-11suggest using double colon when using single colon in struct field type pathTakayuki Maeda-0/+56
2022-03-10Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkovMatthias Krüger-0/+113
2022-03-09Account for suggestions for complete removal of linesEsteban Kuber-0/+113
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-11/+31
2022-03-07fixouz-a-0/+92
2022-03-05Update tests.Mara Bos-58/+113
2022-03-03Tweak move errorEsteban Kuber-11/+31
2022-02-23Rollup merge of #94240 - compiler-errors:pathbuf-display, r=lcnrMatthias Krüger-2/+16
2022-02-21Suggest calling .display() on PathBuf tooMichael Goulet-2/+16
2022-02-21Do not suggest wrapping an item if it has ambiguous un-imported methodsMichael Goulet-0/+41
2022-02-14further update `fuzzy_match_tys`lcnr-12/+8
2022-02-14fuzzify `fuzzy_match_tys`lcnr-0/+12
2022-02-14Make `find_similar_impl_candidates` a little fuzzier.Ben Reeves-0/+3
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-81/+45
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-45/+81
2022-02-07Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelidMara Bos-14/+78
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-45/+81
2022-02-02Detect `::` -> `:` typo in type argumentEsteban Kuber-0/+60
2022-01-31Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgrbors-0/+30
2022-01-31Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwcoMatthias Krüger-4/+4
2022-01-31Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisaMatthias Krüger-0/+30
2022-01-29Rollup merge of #88205 - danii:e0772, r=GuillaumeGomezMatthias Krüger-2/+4
2022-01-29Test 1-tuple parentheses wrappingRob Pilling-14/+78
2022-01-28Add Explanation For Error E0772Daniel Conley-2/+4
2022-01-27Improve suggestion for escaping reserved keywordsNoah Lev-4/+4
2022-01-26Don't suggest inaccessible fieldsthreadexception-0/+30
2022-01-25Remove 1-tuple unreachable caseRob Pilling-2/+13
2022-01-25Handle generics with ParamEnvRob Pilling-2/+52
2022-01-25Compare tuple element & arg types before suggesting a tupleRob Pilling-10/+48
2022-01-25Test tuple suggestions, including tuple-as-function-argumentRob Pilling-0/+88
2022-01-18generic_arg_infer: placeholder in signature errlcnr-4/+4
2022-01-17Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r...Matthias Krüger-6/+6
2022-01-13Fix suggesting turbofish with lifetime argumentsMichael Goulet-6/+6
2022-01-12suggest deref/unboxing before wrapping variantMichael Goulet-4/+4
2022-01-11Deduplicate box deref and regular deref suggestionsMichael Goulet-5/+5
2021-12-29Suggest while let x = y when encountering while x = yametisf-0/+54