about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-2/+2
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-4/+94
2021-12-17Bless ui testsDeadbeef-2/+2
2021-12-15Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obkbors-3/+0
2021-12-15update testslcnr-3/+0
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-110/+13
2021-12-14Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoeristerMatthias Krüger-0/+44
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-4/+4
2021-12-12Avoid suggesting self in visibility specDániel Buga-0/+44
2021-12-11Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obkbors-1/+1
2021-12-11Tweak assoc type obligation spansEsteban Kuber-1/+1
2021-12-10bless testsEllen-4/+4
2021-12-10Tweak wordingEsteban Kuber-11/+11
2021-12-08Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ...Matthias Krüger-0/+28
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-0/+44
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-0/+44
2021-12-06Expect extern fn with no body when parsingMichael Howell-0/+28
2021-12-04Bless tests.Camille GILLOT-2/+82