summary refs log tree commit diff
path: root/src/test/run-pass/vec-tail-matching.rs
AgeCommit message (Expand)AuthorLines
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-3/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-3/+3
2012-12-17Add support for destructuring vectors in match expressionsJakub Wieczorek-0/+35