about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-multiple-captures.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-65/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-6/+6
2015-02-17Fallout from stabilizationAaron Turon-5/+5
2015-01-31Kill more `isize`sTobias Bucher-6/+6
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-6/+6
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-03Remove deprecated functionalityAlex Crichton-5/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-4/+4
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-6/+6
2014-06-06Add a test for borrowck errors with multiple closure captures.Cameron Zwarich-0/+64