aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Adress reviewer commentsMartin Odersky2016-02-171-1/+1
* Add diagnostic why a symbol is stale.Martin Odersky2016-02-171-1/+4
* Do not use println when SingleDenotation#signature failsGuillaume Martres2016-02-051-1/+1
* Avoid infinite subtyping checks when intersecting denotationsGuillaume Martres2016-01-181-3/+8
* Better diagnostics for clashing classesMartin Odersky2015-12-141-1/+1
* Avoid merge errors in Scala2 modeMartin Odersky2015-11-161-1/+1
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-091-0/+6
* Print stack traces before creating stub symbolsDmitry Petrashko2015-10-231-3/+7
* Better handling of merge errorsMartin Odersky2015-10-221-1/+11
* Change some occurrences of <:< to frozen_<:<Martin Odersky2015-10-011-2/+2
* Replace `containsSig` with `matches`.Martin Odersky2015-09-301-12/+9
* Refinements to signature matchingMartin Odersky2015-09-301-44/+43
* Refine atSignatureMartin Odersky2015-09-291-6/+10
* Matching denotations should take infos into accountMartin Odersky2015-09-291-36/+41
* Tweak to installAfterMartin Odersky2015-08-191-1/+1
* Try to avoid datarace involving NoDenotationMartin Odersky2015-07-061-2/+4
* Refactorings for small style improvements.Martin Odersky2015-06-081-9/+19
* Fix mergeDenot one more time.Martin Odersky2015-06-071-17/+10
* Refine "&" for denotations.Martin Odersky2015-06-021-9/+45
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Reload denotations that are not defined at current phaseMartin Odersky2015-05-081-8/+27
* 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