Files
rust/src/libcore
Marijn Haverbeke 67cc89f38d Rewrite exhaustiveness checker
Issue #352
Closes #1720

The old checker would happily accept things like 'alt x { @some(a) { a } }'.
It now properly descends into patterns, checks exhaustiveness of booleans,
and complains when number/string patterns aren't exhaustive.
2012-02-15 15:47:42 +01:00
..
2012-01-05 16:25:51 +01:00
2012-02-15 15:47:42 +01:00
2012-01-17 19:41:05 -08:00
2012-02-11 16:50:03 -08:00
2012-01-16 00:38:52 -08:00
2012-02-14 16:45:17 -08:00
2012-02-01 12:23:13 +01:00
2012-02-12 03:42:11 +09:00
2012-02-14 16:45:17 -08:00
2012-02-12 22:30:58 -08:00
2012-01-30 18:21:01 +01:00
2012-01-23 19:06:33 -08:00
2012-01-23 19:06:33 -08:00
2012-02-15 15:47:42 +01:00
2012-02-05 17:30:47 -08:00