about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-move-by-capture.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-21/+0
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-03Update compile-fail tests to use the expected type to force theNiko Matsakis-4/+7
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-12-26typeck: boxed closures can't capture by valueJorge Aparicio-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-4/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-6/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+2
2013-07-17Issue #7444 - Update neg test and pos test for move by captureNiko Matsakis-1/+3
2013-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-3/+1
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-2/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-0/+18