about summary refs log tree commit diff
path: root/src/test/run-pass/vec-matching.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-167/+0
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-2/+0
2016-10-26flatten nested slice patterns in HAIR constructionAriel Ben-Yehuda-0/+15
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-7/+0
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-4/+73
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-8/+8
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
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