aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* First rough draft of trees. They use copy on write semantics for the tpe attr...Martin Odersky2012-12-181-0/+101
* Started working on Subtyper objectMartin Odersky2012-12-181-0/+92
* (1) Moved logic from ClassDenotation to ClassInfoType. (2) Tweaks to other ty...Martin Odersky2012-12-185-222/+247
* Added rudimentary definitions for PositionsMartin Odersky2012-12-181-0/+22
* Added rudimentary Definitions objectMartin Odersky2012-12-182-1/+11
* Implemented baseClasses and baseTypes (2). Refactored RefinedType and ClassIn...Martin Odersky2012-12-165-45/+121
* Implemented baseClasses and baseTypes. Refactored RefinedType and ClassInfoType.Martin Odersky2012-12-161-104/+100
* Re-introducing Rereferences as an intermediate structure, separate from types.Martin Odersky2012-12-145-487/+849
* Streamlined hashing scheme for typesMartin Odersky2012-12-061-56/+63
* Initial commitMartin Odersky2012-12-0619-0/+2727