aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Swiztched to name table, added StdNames and related definitions. Introduced L...Martin Odersky2013-01-301-1/+1
* New Context architecture based on cloningMartin Odersky2013-01-291-1/+1
* Consolidation of SymbolsMartin Odersky2013-01-281-1/+1
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-14/+19
* Added explanation how core classes for types, symbols, and denotations relate...Martin Odersky2013-01-211-1/+57
* Changed NamedType dereferencing so that we need not keep track of name validi...Martin Odersky2013-01-211-2/+4
* Big renaming to drop Reference(d) as a terminology and use Denotation instead...Martin Odersky2013-01-211-378/+311
* Refined lazy loading and completion, added new fields to Denotation.Martin Odersky2013-01-211-32/+79
* Fleshed out Flags architecture and started work on Symbols.Martin Odersky2013-01-201-21/+97
* Renamed hasFlag… operations to contains/intersectsMartin Odersky2013-01-171-2/+2
* Defined Denotation parameters.Martin Odersky2013-01-171-65/+66
* Renamed "Reference" to "Referenced".Martin Odersky2013-01-171-8/+8
* Completed period-tracking in named types. Made Denotation a subtype of symbli...Martin Odersky2013-01-171-20/+5
* Made Period a value class.Martin Odersky2013-01-131-4/+4
* Invalidate baseType caches on new runsMartin Odersky2013-01-121-2/+5
* Refactored Types to move auxiliary operations into Context. Moved per-run sta...Martin Odersky2013-01-101-10/+3
* Fleshed out Types.Martin Odersky2013-01-061-5/+5
* Refactored ClassInfoType content back to Denotation. Created separate ClassIn...Martin Odersky2012-12-221-2/+225
* (1) Moved logic from ClassDenotation to ClassInfoType. (2) Tweaks to other ty...Martin Odersky2012-12-181-191/+3
* Implemented baseClasses and baseTypes (2). Refactored RefinedType and ClassIn...Martin Odersky2012-12-161-24/+83
* Re-introducing Rereferences as an intermediate structure, separate from types.Martin Odersky2012-12-141-5/+5
* Initial commitMartin Odersky2012-12-061-0/+241