aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/TypeOps.scala
Commit message (Expand)AuthorAgeFilesLines
* Fleshed out TypeTreeGen.Martin Odersky2013-02-181-0/+6
* Added methods to convert between (virtual) type application and refinements.Martin Odersky2013-02-081-1/+31
* New Context architecture based on cloningMartin Odersky2013-01-291-7/+6
* Consolidation of SymbolsMartin Odersky2013-01-281-2/+2
* Simplified RefinedTypes, keeping only the unary variant.Martin Odersky2013-01-271-17/+5
* More eliminations of AppliedTypeMartin Odersky2013-01-271-49/+32
* Optimized RefinedTypeMartin Odersky2013-01-251-116/+121
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-1/+1
* Allows for NoType in AplliedType argument lists, as well as argument lists th...Martin Odersky2013-01-241-3/+5
* Refactored Types to move auxiliary operations into Context. Moved per-run sta...Martin Odersky2013-01-101-0/+210