rust/src/test
Jakub Wieczorek 9b3f9d9444 Change exhaustiveness analysis to permit multiple constructors per pattern
Slice patterns are different from the rest in that a single slice pattern
does not have a distinct constructor if it contains a variable-length subslice
pattern. For example, the pattern [a, b, ..tail] can match a slice of length 2, 3, 4
and so on.

As a result, the decision tree for exhaustiveness and redundancy analysis should
explore each of those constructors separately to determine if the pattern could be useful
when specialized for any of them.
2014-07-02 18:27:12 +02:00
..
auxiliary librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
bench auto merge of #15085 : brson/rust/stridx, r=alexcrichton 2014-07-02 05:41:30 +00:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Change exhaustiveness analysis to permit multiple constructors per pattern 2014-07-02 18:27:12 +02:00
compile-fail-fulldeps Test lint plugins 2014-06-24 11:36:28 -07:00
debuginfo librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
pretty librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
run-fail rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
run-make librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
run-pass Change exhaustiveness analysis to permit multiple constructors per pattern 2014-07-02 18:27:12 +02:00
run-pass-fulldeps librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00