about summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21856/+0
2023-01-08Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwcoMichael Goulet-4/+4
2023-01-08Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler...Yuki Okushi-0/+27
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-4/+4
2023-01-05Explain error with `&mut self` for unsized trait implsclubby789-0/+27
2023-01-03Rollup merge of #106005 - LeSeulArtichaut:if-let-guard-borrowck-test, r=Nilst...Matthias Krüger-11/+90
2023-01-01Verbose suggestionsEsteban Küber-76/+148
2023-01-01Merge multiple mutable borrows of immutable binding errorsEsteban Küber-38/+77
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-52/+100
2022-12-27Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errorsbors-1/+25
2022-12-25Create new inference contextEsteban Küber-1/+25
2022-12-21Test the borrowck behavior of if-let guardsLéo Lanteri Thauvin-11/+90
2022-12-18Rollup merge of #105447 - TaKO8Ki:add-test-for-103095, r=petrochenkovMatthias Krüger-0/+30
2022-12-15Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obkbors-0/+10
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-24/+6
2022-12-13Account for dereference expressionsEsteban Küber-32/+55
2022-12-13Fix span for `&mut ` removal suggestionEsteban Küber-3/+3
2022-12-13Suggest `ref` for some patterns as a fallbackEsteban Küber-10/+181
2022-12-13Change pattern borrowing suggestions to be verboseEsteban Küber-112/+190
2022-12-13Clarify what "this" meansOli Scherer-6/+6
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-18/+0
2022-12-11Move testsCaio-0/+68
2022-12-08add a test for #103095Takayuki Maeda-0/+30
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-18/+30
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-6/+6
2022-11-23review comments: inline bindings and fix typoEsteban Küber-3/+3
2022-11-23Tweak output to account for alternative bindings in the same patternEsteban Küber-8/+2
2022-11-23Fix wordingEsteban Küber-3/+3
2022-11-23Remove logic duplicationEsteban Küber-3/+3
2022-11-23Do not suggest `ref` multiple times for the same bindingEsteban Küber-8/+0
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-6/+381
2022-11-23Fix #104639, find the right lower bound region in the scenario of partial ord...yukang-0/+10
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-13/+16
2022-11-13Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-SimulacrumManish Goregaokar-0/+62
2022-11-13Add a few known-bug testsJack Huey-0/+62
2022-11-12Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebankbors-15/+4
2022-11-11Visit opaque types during type collection too.Camille GILLOT-15/+4
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-7/+7
2022-11-05Adjust diagnostics, bless testsMichael Goulet-18/+18
2022-10-27Erase regions from CallArgument, add test + blessMichael Goulet-0/+66
2022-10-25Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillotYuki Okushi-0/+28
2022-10-23Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+30
2022-10-22Don't ICE on regions from anonymous_lifetime_in_impl_traitMichael Goulet-0/+28
2022-10-20Update tests to match error message changesb4den-7/+7
2022-10-20Move some tests for more reasonable placesCaio-0/+30
2022-10-19Erase regions before checking for default in uninitialized binding errorMichael Goulet-0/+54
2022-10-16Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillotbors-2/+8
2022-10-13Move some tests to more reasonable directoriesCaio-0/+19
2022-10-07make const_err a hard errorRalf Jung-63/+15
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-6/+6