aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in transformAfter: transform the last denotation in cycle.Dmitry Petrashko2015-04-301-1/+3
* fix a bug in transformAfter: iterate over a new denotation instead of an old ...Dmitry Petrashko2015-04-301-1/+1
* Fix two infinite cycles in transformAfter.Dmitry Petrashko2015-04-301-3/+3
* Fix changeOwnerAfter by adding transformDenotations method.Martin Odersky2015-04-301-8/+28
* Implement getClassIfDefined.Dmitry Petrashko2015-04-201-5/+10
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-3/+3
* Cleanup of installAfterMartin Odersky2015-04-071-10/+9
* Use invalidateInheritedSymbols instead of syncWithParentsMartin Odersky2015-04-071-1/+5
* Fix #440: entering symbol into scope also enters it into future scopes.Dmitry Petrashko2015-03-301-1/+1
* Fix installAfter for a Denotation List of single denotationDmitry Petrashko2015-03-261-1/+5
* Bugfix: Take account of asSeenFrom in matchingDenotationMartin Odersky2015-03-181-8/+12
* Replace Throwable catches with NonFatalMartin Odersky2014-12-151-1/+1
* Check that overriding members refine the types of overridden ones.Martin Odersky2014-11-181-13/+1
* Refine merge of nullary and parameterless denotations.Martin Odersky2014-11-141-1/+12
* Small polishings in docs and code.Martin Odersky2014-11-091-1/+1
* 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