summary refs log tree commit diff
path: root/src/test/run-pass/issue-7784.rs
AgeCommit message (Expand)AuthorLines
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-1/+1
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-1/+1
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-20Address review commentsJakub Wieczorek-0/+6
2014-06-20Add support for fixed size vectors in let/arg patternsJakub Wieczorek-0/+30