about summary refs log tree commit diff
path: root/src/test/run-pass/vec-matching.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-13/+13
2013-03-11Add one more test for vector destructuringSeo Sanghyeon-1/+42
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-27/+7
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-2/+2
2012-12-17Add support for destructuring vectors in match expressionsJakub Wieczorek-0/+33