aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Fixes to baseType; now respects linearization order.Martin Odersky2013-04-051-22/+14
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-041-2/+2
* Fxing cyclic references during findMemberMartin Odersky2013-04-041-12/+10
* Trying to get at the root of cyclic reference problems.Martin Odersky2013-04-041-2/+2
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-031-22/+42
* Some more fixes of classfile reading.Martin Odersky2013-03-261-1/+1
* More fixes to classfile reading.Martin Odersky2013-03-251-1/+1
* More fixes to classfile loading.Martin Odersky2013-03-241-0/+1
* Fixes fingerprint problems.Martin Odersky2013-03-241-5/+5
* Attempt to fix fingerprint problem (disabled for now)Martin Odersky2013-03-231-12/+19
* More fixes to classfile reading.Martin Odersky2013-03-231-3/+3
* More fixes for classfile reading.Martin Odersky2013-03-221-6/+19
* More fixes to classfile reading.Martin Odersky2013-03-211-0/+12
* Pretty-printing improvements.Martin Odersky2013-03-201-1/+2
* Fixing problem with reading typeParams correctly in UnpicklerMartin Odersky2013-03-191-1/+2
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-7/+11
* Improvements to stub handling.Martin Odersky2013-03-141-2/+2
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-30/+39
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-4/+12
* Revising of Denotation#existsMartin Odersky2013-03-121-8/+6
* Checking abstractness of types by their flags.Martin Odersky2013-03-121-5/+12
* 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