summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-10-20Better binder treatmentMichael Goulet-0/+41
2022-10-04Deny associated type bindings within associated type bindingsMichael Goulet-2/+10
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-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-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
2022-08-24Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_a...Matthias Krüger-0/+31
2022-08-23sugg: take into count the debug formattingVincenzo Palazzo-0/+31
2022-08-22sugg: suggest the usage of boolean value when there is a typo in the keywordVincenzo Palazzo-0/+37
2022-08-21Suggest moving redundant generic args of an assoc fn to its traitHirochika Matsumoto-0/+101
2022-08-21Bless tests after #100769Michael Goulet-2/+2
2022-08-21Adjust messages, address some nitsMichael Goulet-12/+12
2022-08-21Deduplicate errors that come from places like normalization, sizedMichael Goulet-14/+1
2022-08-21Account for relative pathsMichael Goulet-12/+33
2022-08-21Rework point-at-argMichael Goulet-35/+35