about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-10-07Auto merge of #89534 - camsteffen:diag-name, r=oli-obkbors-0/+11
2021-10-06Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwcoManish Goregaokar-8/+28
2021-10-06Bless testsCameron Steffen-0/+11
2021-10-06Auto merge of #89323 - estebank:derive-binop, r=petrochenkovbors-0/+9
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-0/+9
2021-10-05Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726Manish Goregaokar-0/+60
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-8/+28
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-11/+0
2021-10-01Don't use Default, since the impls are different on wasmjackh726-15/+9
2021-10-01Don't lose binders when printing trait bound suggestionjackh726-0/+32
2021-09-30Rollup merge of #89251 - estebank:negative-index-literals, r=davidtwcoManish Goregaokar-0/+79
2021-09-30Rollup merge of #89314 - notriddle:notriddle/lint-fix-enum-variant-match, r=d...Manish Goregaokar-0/+37
2021-09-30Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...Manish Goregaokar-0/+122
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-22/+10
2021-09-29fix(lint): don't suggest refutable patterns to "fix" irrefutable bindMichael Howell-0/+37
2021-09-28Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwcoGuillaume Gomez-0/+26
2021-09-28review commentsEsteban Kuber-3/+3
2021-09-29Suggest similarly named assoc items in trait implsHirochika Matsumoto-0/+122
2021-09-27Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple...bors-36/+140
2021-09-26Add regression test for issue #83564Noah Lev-0/+26
2021-09-26Detect when negative literal indices are used and suggest appropriate codeEsteban Kuber-0/+79
2021-09-27test suggesting immutable or mutable trait implementationsTakayuki Maeda-36/+82
2021-09-27fix test errorTakayuki Maeda-4/+6
2021-09-27better suggestionsTakayuki Maeda-26/+34
2021-09-26Auto merge of #89101 - ehuss:compiletest-incremental-build, r=Mark-Simulacrumbors-1/+1
2021-09-26fix the relevant testsTakayuki Maeda-16/+28
2021-09-26suggest both immutable and mutable trait implementationsTakayuki Maeda-0/+36
2021-09-25Use larger span for adjustments on method callsAaron Hill-22/+10
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-1/+1
2021-09-23Suggest `_` in turbofish if param will be inferred from fn argumentEsteban Kuber-0/+37
2021-09-17Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011Guillaume Gomez-185/+396
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-59/+105
2021-09-16Point at argument when evaluating `Path`'s boundsEsteban Kuber-13/+2
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-46/+103
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-2/+2
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-185/+396
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-24/+34
2021-09-12Fix suggestion for nested struct patternsFabian Wolff-0/+60
2021-09-10Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo...Manish Goregaokar-0/+87
2021-09-07test: add case for mutating iteratorMichael Howell-1/+44
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+128
2021-09-06Auto merge of #88631 - camelid:sugg-span, r=davidtwcobors-0/+134
2021-09-01Ensure suggestion is in its own diagnostic windowNoah Lev-32/+48
2021-09-01Fix span used for structured tuple struct suggestionNoah Lev-0/+118
2021-09-01fix(rustc): suggest `items` be borrowed in `for i in items[x..]`Michael Howell-0/+44
2021-09-01Stop sorting bodies by span.Camille GILLOT-25/+25
2021-08-27Remove `Session.if_let_suggestions`Aaron Hill-1/+13
2021-08-18Use more accurate spans when proposing adding lifetime to itemEsteban Kuber-12/+12
2021-08-16Use note to point at bound introducing requirementEsteban Küber-114/+193
2021-08-13Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obkGuillaume Gomez-1/+30