aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimizing signaturesMartin Odersky2013-11-271-6/+1
* Changed SignaturesMartin Odersky2013-11-271-34/+14
* More posishings of SymDenots/Denotations.Martin Odersky2013-11-261-22/+25
* Getting rid of UnknownSignatureMartin Odersky2013-11-251-2/+0
* Some configuation parametersMartin Odersky2013-11-141-8/+10
* Changed handling of signatures in TermRefs.Martin Odersky2013-11-011-1/+3
* Caching asSeenFrom on denotations.Martin Odersky2013-10-231-3/+20
* Prefiltering members in computeMembers ...Martin Odersky2013-10-021-1/+21
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-3/+3
* Sereval more bugfixes to typer and type handling.Martin Odersky2013-09-251-7/+1
* When merging denotations with &, always avoid NoSymbol when you can.Martin Odersky2013-08-241-1/+3
* Change: MultiDenotation#symbol gives NoSymbol instead of assertion error.Martin Odersky2013-08-221-1/+1
* Fixes to import handling and adaptation and implicitsMartin Odersky2013-08-211-4/+4
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-3/+7
* Making definitions permanentMartin Odersky2013-08-171-1/+1
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-2/+4
* Fixing validity checking of denotations.Martin Odersky2013-08-131-5/+4
* Handling typevars in inference.Martin Odersky2013-08-011-1/+1
* Logic to ensure the following invariant: A class denotation's validity period...Martin Odersky2013-07-121-29/+30