summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-43/+43
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-43/+43
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+3
2018-09-08Rollup merge of #53932 - matthewjasper:remove-base-path, r=nikomatsakiskennytm-24/+14
2018-09-07Auto merge of #54021 - kennytm:rollup, r=kennytmbors-0/+692
2018-09-07Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakisbors-0/+44
2018-09-04Minimized (and then greatly expanded) test of failure cases from rust-lang/ru...Felix S. Klock II-0/+692
2018-09-03remove base_placeMatthew Jasper-24/+14
2018-09-03Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelixbors-38/+1
2018-09-01Update testsBasile Desloges-38/+1
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2018-08-31Omit 'missing IndexMut impl' suggestion when IndexMut is implemented.David Wood-0/+40
2018-08-30Added help message for missing IndexMut impl.David Wood-0/+4
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-19move tests to borrowck directory, remove feature(nll)Niko Matsakis-0/+361
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-4/+4
2018-08-17Auto merge of #53369 - pnkfelix:partial-53351-make-some-ported-compile-fail-t...bors-125/+573
2018-08-17Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkorCorey Farwell-3/+3
2018-08-17Rollup merge of #53407 - pnkfelix:partial-53351-make-more-ported-compile-fail...Corey Farwell-18/+183
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