aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-3/+3
* Fixed too hasty commit that caused build errors.Martin Odersky2013-03-111-1/+1
* First steps to make compiler start work.Martin Odersky2013-03-111-12/+24
* Added asInstanceOf args as they are inferred to be Nothing otherwise.Martin Odersky2013-03-081-1/+1
* Some refinements for priningMartin Odersky2013-03-071-1/+1
* Polishing of Symbols.Martin Odersky2013-03-041-24/+27
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-1/+1
* Cleanup of flagsMartin Odersky2013-02-271-1/+1
* Rename Shared -> SharedTreeMartin Odersky2013-02-271-1/+1
* Completed implementation of FlagsMartin Odersky2013-02-251-2/+2
* Systeamtic use of symbolicRef abbreviation.Martin Odersky2013-02-251-1/+1
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-128/+189
* Moving associatedFile from SymDenotation to SymbolMartin Odersky2013-02-231-3/+28
* Added methods to substitute trees and change their owners.Martin Odersky2013-02-221-2/+39
* Misc fixes to typed trees, flags, and elsewhere.Martin Odersky2013-02-211-1/+1
* Addec convenience methods for symbol creation.Martin Odersky2013-02-181-10/+45
* Improved position handling.Martin Odersky2013-02-181-26/+26
* Fleshed out TypeTreeGen.Martin Odersky2013-02-181-1/+7
* Add offset to Symbols.Martin Odersky2013-02-151-32/+50
* Added new utility methods to SymDenotations and refactored creation.Martin Odersky2013-02-081-4/+5
* Make superId management depend on TypeRefs instead of ClassSymbols.Martin Odersky2013-02-071-4/+5
* Replacing Symbol forwarders by two implicits from Symbol to SymDenotation/Cla...Martin Odersky2013-02-071-242/+19
* Getting rid of separate classes for TermSymbols and TypeSymbolsMartin Odersky2013-02-061-54/+26
* Some progress in printing things.Martin Odersky2013-02-061-0/+11
* Some additions to symbols, in particular copiers.Martin Odersky2013-02-061-31/+59
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-061-9/+41
* Making contexts retained in completers condensed to avoid space leaksMartin Odersky2013-02-031-2/+2
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-011-18/+61
* Added io infrastructure needed for SymbolLoadersMartin Odersky2013-01-311-14/+22
* Various smallish fixes.Martin Odersky2013-01-311-17/+22
* Fleshed out definitions and class loading architecture.Martin Odersky2013-01-311-3/+41
* Swiztched to name table, added StdNames and related definitions. Introduced L...Martin Odersky2013-01-301-7/+26
* New Context architecture based on cloningMartin Odersky2013-01-291-7/+6
* Added operations and flags for package objects.Martin Odersky2013-01-281-2/+9
* Consolidation of SymbolsMartin Odersky2013-01-281-47/+93
* Completed elimination of AppliedTypeMartin Odersky2013-01-271-1/+1
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-141/+148
* Big renaming to drop Reference(d) as a terminology and use Denotation instead...Martin Odersky2013-01-211-79/+86
* Fleshed out Flags architecture and started work on Symbols.Martin Odersky2013-01-201-10/+36
* Renamed "Reference" to "Referenced".Martin Odersky2013-01-171-1/+1
* Completed period-tracking in named types. Made Denotation a subtype of symbli...Martin Odersky2013-01-171-55/+11
* Made Period a value class.Martin Odersky2013-01-131-12/+12
* Refactored Types to move auxiliary operations into Context. Moved per-run sta...Martin Odersky2013-01-101-22/+0
* Fleshed out Type operationsMartin Odersky2013-01-061-0/+1
* Refactored ClassInfoType content back to Denotation. Created separate ClassIn...Martin Odersky2012-12-221-8/+19
* (1) Moved logic from ClassDenotation to ClassInfoType. (2) Tweaks to other ty...Martin Odersky2012-12-181-5/+4
* Re-introducing Rereferences as an intermediate structure, separate from types.Martin Odersky2012-12-141-4/+10
* Initial commitMartin Odersky2012-12-061-0/+275