Marijn Haverbeke
|
5d6a74f020
|
Only warn about unreachable range patterns when appropriate
Also simplifies the literal-munging, and moves it into ast_util
Closes #1170
|
2011-11-22 11:49:29 +01:00 |
|
Brian Anderson
|
381205b747
|
Revert "Revert "Implement pattern ranges for all numeric types.""
This reverts commit a034f87146 .
Conflicts:
src/comp/middle/check_alt.rs
src/comp/middle/trans_alt.rs
src/comp/syntax/ast.rs
src/comp/syntax/ast_util.rs
src/comp/syntax/fold.rs
src/comp/syntax/print/pprust.rs
Conflicts:
src/comp/middle/trans_alt.rs
|
2011-09-28 12:46:29 -07:00 |
|
Marijn Haverbeke
|
a034f87146
|
Revert "Implement pattern ranges for all numeric types."
This reverts commit ce0f054f9d .
|
2011-09-21 18:42:09 +02:00 |
|
Josh Matthews
|
ce0f054f9d
|
Implement pattern ranges for all numeric types.
|
2011-09-21 09:36:12 +02:00 |
|