aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-20/+24
* Fixed too hasty commit that caused build errors.Martin Odersky2013-03-111-3/+6
* First steps to make compiler start work.Martin Odersky2013-03-111-2/+2
* Collapsed some methods in PreDenotations…Martin Odersky2013-03-051-25/+13
* Dropped context from altsWith/suchThat/hasAltMartin Odersky2013-03-041-12/+14
* Added logic that retains symbol denotations from one run to the next if it is...Martin Odersky2013-03-041-39/+63
* Polishing of denotationsMartin Odersky2013-03-021-7/+7
* Polishing of Denotations and Transformers.Martin Odersky2013-02-281-59/+111
* more docs.Martin Odersky2013-02-281-3/+3
* Renamed DenotationSet -> PreDenotationMartin Odersky2013-02-271-20/+20
* Filling in all ???sMartin Odersky2013-02-271-8/+8
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-1/+1
* More utility methods and split up filterMartin Odersky2013-02-211-10/+39
* Adding method to create denotations to Contexts.Martin Odersky2013-02-151-28/+96
* Added new utility methods to SymDenotations and refactored creation.Martin Odersky2013-02-081-0/+3
* Replacing Symbol forwarders by two implicits from Symbol to SymDenotation/Cla...Martin Odersky2013-02-071-6/+6
* Disentangled denotation types from their symbols, based on info instead.Martin Odersky2013-02-061-6/+3
* 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