aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix to primaryConstructorMartin Odersky2014-10-111-1/+4
* Make enteredAfter, installAfter more forgiving as to when they are called.Martin Odersky2014-10-111-18/+18
* Definitions used by pattern matcherDmitry Petrashko2014-09-171-0/+5
* Allow more leniency in time travel.Martin Odersky2014-09-011-1/+6
* Fix to elidable prefix.Martin Odersky2014-08-311-1/+6
* Fix to bringforward.Martin Odersky2014-08-251-3/+3
* Make type creators work for erased types.Martin Odersky2014-08-241-2/+2
* Package denotations are never transformedMartin Odersky2014-08-131-1/+3
* mergeDenot should prefer concerete over deferred.Martin Odersky2014-08-121-3/+6
* Add matchesLooselyMartin Odersky2014-08-121-1/+1
* Add showDcl method for SingleDenotationsMartin Odersky2014-08-031-2/+6
* Avoid some classes of StaleSymbol errorsMartin Odersky2014-07-171-5/+24
* Add definedPeriodsString method for disgnostics.Martin Odersky2014-07-171-19/+16
* Fixed problem with installAfterMartin Odersky2014-07-171-2/+30
* Rename SignedType -> MethodicTypeMartin Odersky2014-07-171-1/+1
* Added phase: SuperAccessorsMartin Odersky2014-07-171-0/+1
* Harden allOverriddenSymbolsMartin Odersky2014-06-121-1/+1
* Some more debug info.Martin Odersky2014-05-081-1/+1
* Members of stable methodsMartin Odersky2014-04-141-1/+1
* Reworked TermRef handlingMartin Odersky2014-04-081-1/+1
* Corrected computations of union denotations.Martin Odersky2014-04-081-26/+25
* Install method for SymDenotationsMartin Odersky2014-04-041-0/+24
* Fix Denotations#currentMartin Odersky2014-03-271-19/+34
* Fix phase of context for denotation transformerMartin Odersky2014-03-241-1/+1
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-191-3/+10
* Refactored denotation transformersMartin Odersky2014-03-181-4/+7
* Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-181-2/+2
* Reorg of info transformer frameworkMartin Odersky2014-03-181-2/+4
* Reset frozen for transformed class denotations.Martin Odersky2014-03-141-2/+13
* Fix of #39Martin Odersky2014-03-041-1/+1
* More informative asserts.Dmitry Petrashko2014-03-031-3/+3
* Performance tweak: Denotation.symbol is a parameter.Martin Odersky2014-02-261-14/+11
* Performance improvements: Split long TypeMap#mapOver and move hot fields into...Martin Odersky2014-02-261-0/+1
* Discard inaccessible denotations when merging.Martin Odersky2014-02-241-7/+12
* Some changes in the interest of speedups.Martin Odersky2014-02-121-0/+1
* New scheme for attachments.Martin Odersky2014-02-111-1/+1
* Merge branch 'wip/bring-forward': Incremental compilationMartin Odersky2014-02-101-17/+31
|\
| * New scheme for incremental invalidation of parents.Martin Odersky2014-02-101-8/+16
| * Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1/+1
| * WIP: Fixes to bring symbols forwardMartin Odersky2014-02-091-12/+15
|/
* Making completer take an implicit contextMartin Odersky2014-02-091-12/+23
* Replace open package module logic by special member lookups in a package class.Martin Odersky2014-02-071-2/+1
* Catch stale referencesMartin Odersky2014-02-061-1/+4
* Mover termRef/typeRef and friends up to Denotation.Martin Odersky2014-01-101-0/+30
* Avoiding a crash in denot-union.Martin Odersky2014-01-021-1/+1
* Fix for denotsNamed.Martin Odersky2013-12-251-1/+1
* Fixing problems in treatment of private symbolsMartin Odersky2013-12-241-1/+0
* Fixing a typo in mergeDenots.Martin Odersky2013-12-181-1/+1
* Checking for double definitions among class definitions.Martin Odersky2013-12-161-1/+7
* Hoisting out commonly used values into util.commonMartin Odersky2013-11-281-31/+35