aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Types.overflow
Commit message (Collapse)AuthorAgeFilesLines
* More Types polishingsMartin Odersky2013-11-251-0/+31
| | | | In paricular, now type accumulators include the prefix of a ClassInfo type.
* More Types polishingMartin Odersky2013-11-251-0/+10
|
* Types refactoringsMartin Odersky2013-11-251-0/+25
- moving out type applicaton related operations to a decorator: TypeApplications - converting some set operations to list operations to make them replayable. - moving unused operations to Types.overflow