about summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-3/+3
2018-08-15Add files I forgot to commit earlierashtneoi-0/+12
2018-08-15Bless testsashtneoi-45/+138
2018-08-15Bless UI testsashtneoi-34/+91
2018-08-15Removed `ignore-test-compare-mode-nll` from borrowck-closures-two-mut-fail.rsFelix S. Klock II-10/+93
2018-08-15Removed `ignore-test-compare-mode-nll` from borrowck-closures-unique.rsFelix S. Klock II-8/+90
2018-08-15Updated the most glaring instances of weak tests w.r.t. NLL that came from #5...Felix S. Klock II-125/+573
2018-08-14Update former compile-fail testsMatthew Jasper-4/+4
2018-08-14Improved how upvars are detected when presenting errors using prefixes.David Wood-0/+3
2018-08-14Label definition of captured variables in errors.David Wood-0/+5
2018-08-14Tidy no longer fails when there are no files or subdirectories in a test dire...David Wood-0/+78
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-78/+16395
2018-08-10Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values...bors-20/+14
2018-08-09Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebankbors-0/+74
2018-08-08Add and update tests for `IndexMut` help messageLukas Kalbertodt-0/+74
2018-08-07avoid computing liveness when a variable doesn't need itNiko Matsakis-20/+14
2018-08-07Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma...bors-14/+63
2018-08-06add test case showing how previous attempt was unsoundNiko Matsakis-0/+43
2018-08-06revert #52991Niko Matsakis-14/+20
2018-08-06Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor...bors-5/+40
2018-08-05Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelixbors-14/+18
2018-08-05Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelixbors-20/+14
2018-08-04An attempt to fix NLL migration mode so that reports region errors when neces...Felix S. Klock II-5/+40
2018-08-03Update tests for new spans for nll errors involving closuresMatthew Jasper-14/+18
2018-08-03Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelixbors-1/+1
2018-08-03update error messages -- in some cases maybe we should investigateNiko Matsakis-20/+14
2018-08-02When we turn on NLL migration in the 2018 edition, we need two-phase borrows ...Felix S. Klock II-0/+32
2018-08-01Errors are more specific in cases where borrows are used in future iterations...David Wood-1/+1
2018-08-01Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-...Pietro Albini-20/+31
2018-07-31NLL: On "cannot move out of type" error, print original source before rewrite.Felix S. Klock II-20/+31
2018-07-31Update tests that use `-Z borrowck=compare` or `#[feature(nll)]` to accmmodat...Felix S. Klock II-25/+25
2018-07-28Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakisbors-14/+10
2018-07-27Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a...bors-0/+33
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-0/+147
2018-07-26Use better spans for dummy accesses used in matchesMatthew Jasper-14/+10
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-2/+2
2018-07-26Regression test for the bug.Felix S. Klock II-0/+33
2018-07-26Incorporate edition flag testing into tests of `-Z borrowck=migrate`.Felix S. Klock II-7/+52
2018-07-26Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`.Felix S. Klock II-0/+46
2018-07-26Test for `-Z borrowck=migrate`.Felix S. Klock II-0/+56
2018-07-25consolidate and use `find_sub_region_live_at` for everythingNiko Matsakis-12/+21
2018-07-23Don't match on region kinds when reporting NLL errorsMatthew Jasper-2/+2
2018-07-22Fallback to general error handling in ICE cases.David Wood-4/+4
2018-07-22Improved closure errors.David Wood-16/+16
2018-07-22Classify aggregate rvalues as assignments.David Wood-4/+4
2018-07-21Add specific message when moving from upvars in a non-FnOnce closureMatthew Jasper-4/+4
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-12/+784
2018-07-09find and highlight the `&` or `'_` in `region_name`Niko Matsakis-1/+1
2018-07-06Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebankbors-14/+36
2018-07-05fix for issue #8636Mikhail Modin-0/+256