aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-34/+26
* First steps to make compiler start work.Martin Odersky2013-03-111-6/+21
* Made SymDenotations printable.Martin Odersky2013-03-081-0/+10
* Some refinements for priningMartin Odersky2013-03-071-1/+1
* Finished polishing of Types and TypeOps.Martin Odersky2013-03-061-4/+7
* More polishing of types.Martin Odersky2013-03-051-11/+12
* Collapsed some methods in PreDenotations…Martin Odersky2013-03-051-2/+5
* Renamed RefinedType#name, #info…Martin Odersky2013-03-041-1/+1
* Polishing of Symbols.Martin Odersky2013-03-041-9/+10
* Finished polishing of SymDenotationsMartin Odersky2013-03-031-39/+57
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-2/+2
* New LRU Cache implementationMartin Odersky2013-03-031-4/+4
* Polishing of denotationsMartin Odersky2013-03-021-109/+123
* Polishing of Denotations and Transformers.Martin Odersky2013-02-281-2/+1
* Cleaup of ContextsMartin Odersky2013-02-271-1/+2
* Renamed DenotationSet -> PreDenotationMartin Odersky2013-02-271-4/+4
* Filling in all ???sMartin Odersky2013-02-271-1/+4
* Fleshing out some ???'sMartin Odersky2013-02-251-0/+4
* Completed implementation of FlagsMartin Odersky2013-02-251-1/+1
* Systeamtic use of symbolicRef abbreviation.Martin Odersky2013-02-251-1/+1
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-284/+224
* Moving associatedFile from SymDenotation to SymbolMartin Odersky2013-02-231-37/+19
* Added methods to substitute trees and change their owners.Martin Odersky2013-02-221-2/+10
* Misc fixes to typed trees, flags, and elsewhere.Martin Odersky2013-02-211-0/+6
* More utility methods and split up filterMartin Odersky2013-02-211-8/+9
* Changes to completers.Martin Odersky2013-02-181-52/+15
* Fleshed out TypeTreeGen.Martin Odersky2013-02-181-0/+3
* Add offset to Symbols.Martin Odersky2013-02-151-17/+29
* Treating all annotations as wrappers over trees.Martin Odersky2013-02-111-6/+2
* Integration of ConstantsMartin Odersky2013-02-091-3/+3
* Added new utility methods to SymDenotations and refactored creation.Martin Odersky2013-02-081-15/+77
* Make typeConstructors of package classes symbolic.Martin Odersky2013-02-071-2/+3
* Replacing Symbol forwarders by two implicits from Symbol to SymDenotation/Cla...Martin Odersky2013-02-071-194/+348
* Some progress in printing things.Martin Odersky2013-02-061-0/+3
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-061-10/+43
* Refined completion protocol to account for missing toplevel symbols.Martin Odersky2013-02-031-8/+23
* Making contexts retained in completers condensed to avoid space leaksMartin Odersky2013-02-031-1/+2
* Added config package with settings, platform.Martin Odersky2013-02-011-1/+1
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-011-112/+137
* Added io infrastructure needed for SymbolLoadersMartin Odersky2013-01-311-1/+19
* Various smallish fixes.Martin Odersky2013-01-311-2/+2
* Fleshed out definitions and class loading architecture.Martin Odersky2013-01-311-21/+31
* Swiztched to name table, added StdNames and related definitions. Introduced L...Martin Odersky2013-01-301-4/+29
* New Context architecture based on cloningMartin Odersky2013-01-291-8/+5
* Added operations and flags for package objects.Martin Odersky2013-01-281-5/+7
* Consolidation of SymbolsMartin Odersky2013-01-281-23/+72
* Revised lazy loading, and typeParams are now computed from decls.Martin Odersky2013-01-271-88/+65
* Completed elimination of AppliedTypeMartin Odersky2013-01-271-4/+3
* More eliminations of AppliedTypeMartin Odersky2013-01-271-4/+4
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-20/+243