about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-10-20Rollup merge of #90025 - JohnTitor:revert-86011, r=estebankYuki Okushi-6/+6
2021-10-18Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726bors-37/+23
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-6/+6
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-1/+1
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-3/+3
2021-10-15simplify constrain_opaque_typesNiko Matsakis-37/+23
2021-10-15Bless testsCameron Steffen-3/+3
2021-10-15Rollup merge of #89870 - tmandry:box-pin, r=estebankMatthias Krüger-13/+7
2021-10-15Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebankMatthias Krüger-6/+6
2021-10-14Rollup merge of #89390 - tmandry:issue-72117, r=estebankMatthias Krüger-4/+40
2021-10-14Suggest Box::pin when Pin::new is used insteadTyler Mandry-13/+7
2021-10-13Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgrbors-0/+60
2021-10-13Move misplaced commentTyler Mandry-4/+4
2021-10-13Fix incorrect Box::pin suggestionTyler Mandry-0/+36
2021-10-13Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebankMatthias Krüger-0/+60
2021-10-13Remove textual span from diagnostic stringOli Scherer-2/+2
2021-10-13suggestion for typoed crate or moduleTakayuki Maeda-0/+60
2021-10-08update ui test expectationsTaylor Yu-6/+6
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