summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-closures-two-mut.rs
AgeCommit message (Expand)AuthorLines
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-10/+12
2015-01-31Kill more `isize`sTobias Bucher-4/+4
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-4/+4
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-05fix cfail testsJorge Aparicio-10/+10
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-4/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-02-11test -- add new tests specifically examining closure borrowsNiko Matsakis-0/+56