summary refs log tree commit diff
path: root/src/test/run-pass/vec-matching-fixed.rs
AgeCommit message (Expand)AuthorLines
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-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-11-28Register new snapshotsAlex Crichton-5/+5
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-5/+5
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-0/+28