aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/patmat
Commit message (Collapse)AuthorAgeFilesLines
* simplify exhaustivity check using ConstantTypeliu fengyun2017-04-061-49/+11
| | | | Now the algorithm is the same as in the paper.
* remove obsolete codeliu fengyun2017-04-061-9/+0
|
* exhaustivity support for enumsliu fengyun2017-04-061-49/+63
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+615