aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/patmat/Space.scala
Commit message (Collapse)AuthorAgeFilesLines
* Recurse into refined type when exposing membersAleksander Boruch-Gruszecki2017-04-131-1/+6
|
* fix #2253: avoid exception with refinement typesliu fengyun2017-04-131-0/+1
|
* fix #2254: dealias types in decomposition of spacesliu fengyun2017-04-131-2/+2
|
* 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