summary refs log tree commit diff
path: root/src/test/run-pass/vec-matching-fixed.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-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-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