summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2021-05-03Fix ICE of for-loop mut borrowck where no suggestions are availableDeadbeef-0/+44
2021-05-03Revert PR 81473 to resolve (on beta) issues 81626 and 81658.Felix S. Klock II-1/+0
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+17
2021-02-23Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011Dylan DPC-0/+520
2021-02-19Add deref definition location1000teslas-0/+40
2021-02-15Fix test issue referenceEdward Shen-1/+1
2021-02-14Use delay_span_bug for mismatched subst/hir argEdward Shen-0/+68
2021-02-13add testb-naber-0/+30
2021-02-08Add tests1000teslas-1/+139
2021-02-08Point out implicit deref coercions in borrow1000teslas-0/+342
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-0/+5
2021-02-01Update ui testsJesus Rubio-0/+5
2021-01-31Move some tests to more reasonable directoriesCaio-0/+20
2021-01-30Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obkYuki Okushi-0/+1
2021-01-28Warn write-only fieldsSeo Sanghyeon-0/+1
2021-01-25Point to span of upvar making closure FnMut1000teslas-1/+3
2021-01-17Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+402
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+402
2021-01-12Do not suggest invalid code in pattern with loopYuki Okushi-0/+25
2020-12-24Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwcobors-5/+5
2020-12-01Added better error message for shared borrow treated as unique for purposes o...PankajChaudhary5-5/+5
2020-11-09Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-SimulacrumDylan DPC-1/+1
2020-11-09use RegionNameHighlight for async fn and closure returnsSNCPlay42-1/+1
2020-11-02Provide diagnostic suggestion in ExprUseVisitor DelegateDhruv Jauhar-1/+1
2020-10-16Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakisDylan DPC-19/+17
2020-10-08Suggest removing &mut from borrow of &mutLzu Tao-13/+23
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-1/+1
2020-09-15Stabilize move_ref_patternAmjad Alsharafi-19/+17
2020-09-02pretty: trim paths of unique symbolsDan Aloni-172/+172
2020-08-30mv compiler to compiler/mark-5/+5
2020-08-08Be consistent when describing a move as a 'partial' in diagnosticsAaron Hill-195/+195
2020-06-28Update testsDylan MacKenzie-6/+21
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-1/+6
2020-06-24Provide suggestions for some moved value errorsEsteban Küber-0/+228
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-6/+1
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-0/+3
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-1/+6
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-7/+8
2020-05-25Display information about captured variable in `FnMut` errorAaron Hill-0/+3
2020-05-22Update testsMatthew Jasper-132/+50
2020-05-08Skip tests on emscriptenYuki Okushi-0/+1
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+11
2020-05-02Report cannot move errors in promoted MIRMatthew Jasper-0/+51
2020-04-11rustc: Add a warning count upon completionRoccoDev-4/+4
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-4/+3
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-31/+31
2020-03-22Fix invalid suggestion on `&mut` iterators yielding `&` referencesWonwoo Choi-0/+23
2020-03-09test(patterns): add borrowck tests for combination of pattern featuresMatthew Kuo-0/+432
2020-02-24parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`Vadim Petrochenkov-9/+11
2020-02-14Fix tests after rebaseMatthew Jasper-49/+68