aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Added typedIdent method.Martin Odersky2013-06-181-0/+17
* Refactorings: ModDefTree renamed to MemberDef and removed EmptyFlags comparis...Martin Odersky2013-06-031-1/+1
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-031-0/+11
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+2
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-2/+2
* Some annotations and changes prompted by the code walkthrough.Martin Odersky2013-04-221-5/+2
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-1/+4
* Changes to pre complete declsMartin Odersky2013-04-071-0/+8
* Small change to disjointAsSeenFrom.Martin Odersky2013-04-051-1/+1
* Fxing cyclic references during findMemberMartin Odersky2013-04-041-25/+28
* Trying to get at the root of cyclic reference problems.Martin Odersky2013-04-041-3/+10
* More fixes for classfile reading.Martin Odersky2013-03-251-0/+5
* More fixes to classfile reading.Martin Odersky2013-03-211-6/+16
* Pretty-printing improvements.Martin Odersky2013-03-201-1/+2
* Improvements to stub handling.Martin Odersky2013-03-141-16/+23
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-1/+1
* Revising of Denotation#existsMartin Odersky2013-03-121-7/+2
* Checking abstractness of types by their flags.Martin Odersky2013-03-121-10/+2
* 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