summary refs log tree commit diff
path: root/src/test/compile-fail/non-exhaustive-pattern-witness.rs
AgeCommit message (Expand)AuthorLines
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-12/+12
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-15Un-feature gate struct variantsSteven Fackler-1/+1
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-1/+1
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-1/+1
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-1/+1
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-2/+2
2014-06-24Fix #15129Jakub Wieczorek-4/+7
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-2/+2
2014-06-20Address review commentsJakub Wieczorek-0/+74