aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Caching of implicit membersMartin Odersky2014-02-211-7/+11
* Peformance improvement: Better basetype cachingMartin Odersky2014-02-211-4/+4
* Drop unique hashing for superId bitsetsMartin Odersky2014-02-211-1/+1
* New scheme for incremental invalidation of parents.Martin Odersky2014-02-101-60/+55
* Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-4/+0
* WIP: Fixes to bring symbols forwardMartin Odersky2014-02-091-4/+41
* Get rid of CompleteInCreationContextMartin Odersky2014-02-091-6/+0
* Getting rid of some CompleInCreationContextsMartin Odersky2014-02-091-8/+7
* Making completer take an implicit contextMartin Odersky2014-02-091-37/+50
* Replace open package module logic by special member lookups in a package class.Martin Odersky2014-02-071-2/+49
* New treatment of uniquesMartin Odersky2014-01-261-1/+1
* Some more statistic samplingMartin Odersky2014-01-261-22/+30
* Add text markers around "hot" tracing operations.Martin Odersky2014-01-261-1/+1
* wip on typecomparersMartin Odersky2014-01-261-0/+4
* Avoid eager forcing in enterArgBindingMartin Odersky2014-01-201-4/+3
* Make signatures use fully qualified names.Martin Odersky2014-01-181-5/+7
* Fix openPackageModule wrt overloaded definitionsMartin Odersky2014-01-181-2/+7
* Fixing problems around isAbsentMartin Odersky2014-01-181-7/+13
* Refactoring to avoid multiple overloaded traceIndent methods.Martin Odersky2014-01-161-1/+1
* Avoid stale symbol errors for package objectsMartin Odersky2014-01-151-1/+4
* Do ot search for implicit members in packages.Martin Odersky2014-01-141-3/+6
* Avoiding cyclic references involving module vals and imports.Martin Odersky2014-01-141-1/+2
* Mover termRef/typeRef and friends up to Denotation.Martin Odersky2014-01-101-20/+4
* Ensure completion before computing non-private members.Martin Odersky2014-01-101-0/+1
* Add type parameters to synthetic constructors.Martin Odersky2014-01-101-1/+1
* Output cleanupsMartin Odersky2014-01-041-1/+1
* Avoid premature caching of baseClasses and superclass bits.Martin Odersky2014-01-031-8/+12
* Drop module class suffix when looking for class with enclosing name.Martin Odersky2014-01-031-6/+10
* Avoiding search for companion module if class in question is anonymous.Martin Odersky2013-12-311-1/+1
* Fixing a bug which arose for class denotations that were absent.Martin Odersky2013-12-251-0/+1
* Fix for caching of denotsNamed.Martin Odersky2013-12-251-3/+10
* Fix to computeNPMembersNamed.Martin Odersky2013-12-251-4/+7
* Fixing problems in treatment of private symbolsMartin Odersky2013-12-241-11/+20
* Special handling of implicit members.Martin Odersky2013-12-171-2/+5
* Better handling of cyclic reference errors.Martin Odersky2013-12-161-0/+1
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-4/+10
* Dropping TRAIT_CONSTRUCTOR name.Martin Odersky2013-12-061-2/+2
* Hoisting out commonly used values into util.commonMartin Odersky2013-11-281-1/+1
* Changed SignaturesMartin Odersky2013-11-271-27/+26
* More posishings of SymDenots/Denotations.Martin Odersky2013-11-261-21/+15
* Dropping the Expanded when computing type parameter variances.Martin Odersky2013-11-251-15/+8
* Tweaks to SymDenotationsMartin Odersky2013-11-251-37/+48
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-231-19/+23
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-4/+4
* Converting most uses of NamedType to select.Martin Odersky2013-11-151-1/+1
* Some configuation parametersMartin Odersky2013-11-141-8/+10
* Added missing case in allOverriddenSymbolsMartin Odersky2013-11-031-1/+4
* Fixed problem in handing of self types.Martin Odersky2013-10-241-0/+1
* Caching asSeenFrom on denotations.Martin Odersky2013-10-231-4/+8
* Cleanup of new scheme for handling local type parameters and type members.Martin Odersky2013-10-091-2/+10