about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-04-28Revert diagnostic duplication and accidental stabilizationOli Scherer-231/+34
2022-04-27Auto merge of #96371 - c410-f3r:z-errors, r=petrochenkovbors-0/+55
2022-04-26Move some tests to more reasonable placesCaio-0/+55
2022-04-27Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions...Dylan DPC-2/+20
2022-04-26Rollup merge of #96372 - compiler-errors:field-method-suggest, r=oli-obkGuillaume Gomez-0/+40
2022-04-25Replace suggest_constraining_param with suggest_restricting_param_boundWill Crichton-1/+4
2022-04-25Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLLmarmeladema-2/+20
2022-04-24suggestion if struct field has methodMichael Goulet-0/+40
2022-04-24Bless testsmarmeladema-6/+58
2022-04-22Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkovbors-0/+43
2022-04-21Move some tests to more reasonable directoriesCaio-0/+43
2022-04-19Rollup merge of #96122 - TaKO8Ki:fix-invalid-error-for-suggestion-to-add-slic...Dylan DPC-0/+50
2022-04-19Auto merge of #95379 - icewind1991:suggest-associated-type-more, r=jackh726bors-8/+5
2022-04-18implement `Deref` for `Bar`Takayuki Maeda-2/+30
2022-04-17Bless nll test.Camille GILLOT-0/+106
2022-04-17Bless tests.Camille GILLOT-18/+250
2022-04-17show suggestion to replace generic bounds with associated types in more casesRobin Appelman-8/+5
2022-04-17fix an invalid error for a suggestion to add a slice in pattern-matchingTakayuki Maeda-0/+22
2022-04-16Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este...bors-53/+275
2022-04-16Implementation for 65853Jack Huey-53/+275
2022-04-15Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelixDylan DPC-1/+0
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-9/+63
2022-04-05Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwcoDylan DPC-0/+35
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+8
2022-04-05Suggest derivable trait on E0277ohno418-0/+8
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-2/+2
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-2/+2
2022-04-04Fix list lengthEsteban Kuber-0/+2
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-7/+5
2022-04-04diagnostics: use correct span for const genericsMichael Howell-0/+35
2022-04-03Improve method name suggestionsOliver Downard-1/+1
2022-03-31remove find_use_placementFausto-1/+0
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-3/+43
2022-03-29Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errorsDylan DPC-0/+61
2022-03-29diagnostics: regression test for derive boundsMichael Howell-0/+61
2022-03-29Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPCDylan DPC-0/+57
2022-03-28diagnostics: add regression test for #82081Michael Howell-0/+57
2022-03-28Remove opaque type obligation and just register opaque types as they are enco...Oli Scherer-27/+16
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-39/+54
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-45/+81
2022-03-28Remove duplicated and unused test filesCaio-65/+0
2022-03-22remove [async output] from impl FutureMichael Goulet-1/+1
2022-03-19diagnostics: do not give Option::as_ref suggestion for complex matchMichael Howell-0/+24
2022-03-12Auto merge of #94711 - ouz-a:master3, r=oli-obkbors-0/+92
2022-03-11Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-...Dylan DPC-0/+56
2022-03-11fix a suggestion messageTakayuki Maeda-6/+6
2022-03-11suggest using double colon when using single colon in struct field type pathTakayuki Maeda-0/+56
2022-03-10Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkovMatthias Krüger-0/+113
2022-03-09Account for suggestions for complete removal of linesEsteban Kuber-0/+113
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-11/+31