summary refs log tree commit diff
path: root/src/test/run-pass/vec-matching.rs
AgeCommit message (Expand)AuthorLines
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-3/+3
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-3/+3
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-0/+2
2014-08-26Rebasing changesNick Cameron-1/+2
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-3/+6
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-7/+7
2014-06-21Fix a #14731 regression in missing_constructor() for vector patternsJakub Wieczorek-0/+8
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-11/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-11-28Register new snapshotsAlex Crichton-8/+8
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-10/+10
2013-09-30rpass: Remove usage of fmt!Alex Crichton-10/+10
2013-08-10Merge branch 'match' of https://github.com/msullivan/rust into rollupErick Tryzelaar-5/+26
2013-08-09Fix vector pattern matching. Closes #6909.Michael Sullivan-5/+26
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-2/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-5/+5
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-13/+13
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