about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-09-26Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...Matthew Kelly-90/+656
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-7/+7
2022-09-26Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnrMatthias Krüger-4/+4
2022-09-26address reviewb-naber-7/+7
2022-09-23diagnostics: avoid syntactically invalid suggestion in if conditionalsMichael Howell-0/+51
2022-09-23Allow more !Copy implsLeón Orell Valerian Liehr-4/+4
2022-09-22Improve the help message for an invalid calling conventionkhyperia-0/+26
2022-09-20Better binder treatmentMichael Goulet-0/+41
2022-09-19Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiynbors-0/+39
2022-09-13Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPCbors-48/+32
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-4/+2
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-48/+32
2022-09-12Fix ICE in opt_suggest_box_spanMichael Goulet-0/+50
2022-09-09Be careful about expr_ty_adjusted when noting block tail typeMichael Goulet-0/+39
2022-09-09Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwUDylan DPC-6/+6
2022-09-09reviewlcnr-6/+6
2022-09-09Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726Matthias Krüger-1/+1
2022-09-08update ui testslcnr-6/+6
2022-09-08We can print futures with {integer} tooMichael Goulet-1/+1
2022-09-08Adjust spacing in suggestion, add a testMichael Goulet-3/+41
2022-09-06Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol...Guillaume Gomez-10/+12
2022-09-05Fix ICE, generalize 'move generics to trait' suggestion for >0 non-rcvr argum...Michael Goulet-0/+71
2022-09-05suggest introducing an explicit lifetime if it does not existTakayuki Maeda-10/+12
2022-09-05Rollup merge of #101367 - compiler-errors:suggest-copied-or-cloned, r=lcnrDylan DPC-0/+129
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-4/+4
2022-09-04Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726Matthias Krüger-0/+20
2022-09-03Suggest copied or clonedMichael Goulet-0/+129
2022-09-03Suggest associated method on deref typesMichael Goulet-0/+20
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-4/+4
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...Matthew Kelly-133/+484
2022-08-31Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate...Matthias Krüger-0/+117
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-31Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr...Matthias Krüger-30/+171
2022-08-30Stabilize GATsJack Huey-4/+2
2022-08-30Rollup merge of #101019 - compiler-errors:return-closure-suggestion, r=cjgillotDylan DPC-0/+40
2022-08-29Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorinoMatthias Krüger-0/+73
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-4/+4
2022-08-28Support method callsHirochika Matsumoto-9/+35
2022-08-28Use hir::Map to prevent false positivesHirochika Matsumoto-14/+4
2022-08-28Add test for APITMichael Goulet-3/+23
2022-08-28More descriptive argument placeholdersMichael Goulet-22/+22
2022-08-27Suggest calling trait objects and parameters too, when possibleMichael Goulet-9/+78
2022-08-27Add testMichael Goulet-0/+45
2022-08-27Use autoderefMichael Goulet-0/+27
2022-08-27use smaller span for suggestionsTakayuki Maeda-1/+1
2022-08-26Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwcoMichael Goulet-0/+37
2022-08-26Suggest returning closure as impl FnMichael Goulet-0/+20
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-5/+5
2022-08-25Do not report too many expr field candidatesMichael Goulet-0/+73