about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-11-10add 'is_assign_rhs' to avoid weird suggesting 'let'yukang-4/+24
2022-11-09Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC-12/+12
2022-11-09fix tests and code cleanupyukang-16/+70
2022-11-09Fix #104086, Tighten the 'introduce new binding' suggestionyukang-0/+91
2022-11-08fix #103587, Recover from common if let syntax mistakes/typosyukang-0/+15
2022-11-05Rebase and update testclubby789-1/+1
2022-11-05Update UI testclubby789-2/+2
2022-11-05Split non-fixable case to different testclubby789-11/+38
2022-11-05Attempt to fix arguments of associated functionsclubby789-54/+67
2022-11-05Use `FmtPrinter` instead of creating `Instance`clubby789-5/+115
2022-11-05Update UI testclubby789-1/+1
2022-11-04Make non-ASCII errors more consistent.Nicholas Nethercote-12/+12
2022-11-01Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebankDylan DPC-11/+7
2022-10-28Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r...Matthias Krüger-0/+34
2022-10-27Correct inconsistent error messages in testsByron Zhong-11/+7
2022-10-26Rollup merge of #103416 - compiler-errors:rpit-named, r=cjgillotDylan DPC-3/+3
2022-10-25diagnostics: add test case for issue 102354Michael Howell-0/+34
2022-10-26suggest calling the method of the same name when method not foundyukang-2/+7
2022-10-25Name impl trait in region bound suggestionMichael Goulet-3/+3
2022-10-24suggest type annotation for local statement initialed by ref expressionSparrowLii-0/+98
2022-10-23Rollup merge of #103140 - chenyukang:yukang/fix-103112, r=estebankMichael Howell-0/+19
2022-10-20fix rust-lang#101880: suggest let for assignment, and some code refactoryukang-0/+94
2022-10-20fix span for suggestionyukang-2/+3
2022-10-20fix #103112, add diagnostic for calling a function with the same name when a ...yukang-0/+18
2022-10-19instantiate -> constructMichael Goulet-5/+5
2022-10-19Generalize call suggestion for unsatisfied predicateMichael Goulet-19/+42
2022-10-19Standardize arg suggestions between typeck and trait selectionMichael Goulet-2/+2
2022-10-19Suggest calling ctor when trait is unimplementedMichael Goulet-0/+41
2022-10-10Rollup merge of #102323 - Stoozy:master, r=cjgillotYuki Okushi-2/+10
2022-10-06Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwcoMatthias Krüger-6/+63
2022-10-05Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwcoDylan DPC-5/+70
2022-10-05Suggest calling method if fn does not existMichael Goulet-0/+57
2022-10-05Delay function resolution error until typeckMichael Goulet-6/+6
2022-10-04Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-...Michael Howell-1/+1
2022-10-05Suggest `.into()` when all other coercion suggestions failMichael Goulet-5/+70
2022-10-04slightly improve no return for returning function errorRageking8-1/+1
2022-10-02fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or ins...yukang-0/+39
2022-10-01bless ui testsMaybe Waffle-3/+3
2022-09-28Proper span for new generic param suggestionstoozy-2/+10
2022-09-28Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin...Yuki Okushi-2/+10
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-0/+218
2022-09-28Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0...Yuki Okushi-1/+2
2022-09-28Deduplicate some logicmejrs-15/+15
2022-09-27Add newlinemejrs-3/+3
2022-09-27Address feedbackmejrs-12/+64
2022-09-27Wrapper suggestionsmejrs-0/+166
2022-09-27Deny associated type bindings within associated type bindingsMichael Goulet-2/+10
2022-09-27Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errorsbors-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-0/+4