summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-vec-pattern-move-tail.rs
AgeCommit message (Expand)AuthorLines
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-02-07Updates to tests reflecting array-move restrictions.Felix S. Klock II-1/+3
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+3
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-0/+8