summary refs log tree commit diff
path: root/src/test/run-pass/vec-tail-matching.rs
AgeCommit message (Expand)AuthorLines
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-9/+9
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+6
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-4/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+11
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-3/+3
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-1/+1
2013-07-08Update existing tests to account for stricter, more correct handling of irref...Niko Matsakis-1/+1
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-3/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
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-3/+3
2012-12-17Add support for destructuring vectors in match expressionsJakub Wieczorek-0/+35