about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-06-16bless clippy testsklensy-3/+3
2022-06-16bless rustdoc-ui testsklensy-2/+2
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2022-06-16diagnostics: fix trailing spaceklensy-22/+22
2022-06-16Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebankYuki Okushi-4/+6
2022-06-16Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-...Yuki Okushi-9/+17
2022-06-15Refactor path segment parameter errorEdwinRy-4/+6
2022-06-11Properly replace `impl Trait` in fn args, turn {integer} to i32Michael Goulet-0/+49
2022-06-11Handle empty where-clause betterMichael Goulet-4/+4
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-0/+45
2022-06-11Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebankDylan DPC-0/+143
2022-06-10Rollup merge of #97957 - estebank:spancito, r=compiler-errorsMatthias Krüger-9/+18
2022-06-10Fix suggestions for `&a: T` parametersMaybe Waffle-9/+17
2022-06-10Bless tests.Camille GILLOT-0/+45
2022-06-09move suggestions to its own methodTakayuki Maeda-10/+76
2022-06-07Rollup merge of #97845 - estebank:spancito, r=compiler-errorsMatthias Krüger-2/+2
2022-06-07Make test `run-rustfix`Esteban Küber-9/+18
2022-06-07Use more targeted suggestion when confusing i8 with std::i8Esteban Küber-2/+2
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-850/+92
2022-06-07suggest swapping a struct and a traitTakayuki Maeda-0/+77
2022-06-06Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errorsDylan DPC-8/+8
2022-06-06Rollup merge of #97721 - compiler-errors:issue-97704, r=jackh726Matthias Krüger-0/+53
2022-06-05Do suggest_await_before_try with infer in self, clean up bindersMichael Goulet-0/+53
2022-06-05Suggest 'static when in static/const items.Camille GILLOT-8/+8
2022-06-03Tighten spans for bad fields in Copy structMichael Goulet-6/+6
2022-06-03Fully stabilize NLLJack Huey-850/+92
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-33/+44
2022-06-03Rollup merge of #97664 - estebank:suggest-bound-derive-copy, r=compiler-errorsDylan DPC-0/+152
2022-06-02Tweak outputEsteban Küber-6/+0
2022-06-02On E0204 suggest missing type param boundsEsteban Küber-0/+158
2022-06-02use verbose suggestionslcnr-4/+12
2022-06-02add new `emit_inference_failure_err`lcnr-37/+40
2022-05-30address commentsMichael Goulet-20/+86
2022-05-30better enum suggestionsMichael Goulet-0/+151
2022-05-25bless existing test with compare-mode=nll and remove testb-naber-0/+50
2022-05-22Use revisions for NLL in suggestionsJack Huey-93/+330
2022-05-20Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...Matthias Krüger-0/+6
2022-05-20report ambiguous type parameters when their parents are impl or fnTakayuki Maeda-0/+6
2022-05-18Rollup merge of #97123 - ricked-twice:issue-96223-clean-fix, r=jackh726Dylan DPC-0/+1
2022-05-17better lvalue errors for things implementing DerefMutMichael Goulet-2/+2
2022-05-17Taking review into accountricked-twice-0/+1
2022-05-08Rollup merge of #96617 - ken-matsui:fix-incorrect-syntax-suggestion-with-pub-...Matthias Krüger-0/+85
2022-05-08Fix incorrect syntax suggestion with `pub async fn`Ken Matsui-0/+85
2022-05-06Resolve vars in note_type_errJack Huey-20/+31
2022-05-05Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnrMatthias Krüger-0/+57
2022-05-05suggest calling `Self::associated_function()`Takayuki Maeda-0/+57
2022-05-03Taking review hints into account.ricked-twice-8/+7
2022-05-03Quick fix for #96223.ricked-twice-0/+81
2022-04-30Bless nll tests.Camille GILLOT-20/+30
2022-04-30Bless tests.Camille GILLOT-24/+33