aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
Commit message (Expand)AuthorAgeFilesLines
* New string infterpolatorsMartin Odersky2016-08-161-1/+1
* Merge pull request #1393 from dotty-staging/fix-#1386odersky2016-07-181-6/+36
|\
| * Refactor code into nested methodMartin Odersky2016-07-151-5/+6
| * Refine disambiguation logic and add test case.Martin Odersky2016-07-151-3/+14
| * Fix #1386: Reduce double def errorsMartin Odersky2016-07-151-6/+24
* | Fixes for printing under -Ytest-picklerMartin Odersky2016-07-111-1/+2
* | Introduce recursive typesMartin Odersky2016-07-111-1/+9
|/
* Merge pull request #1270 from dotty-staging/fix-bootstrapDmitry Petrashko2016-05-271-1/+7
|\
| * Instrument Denotations#current to find CyclicReferenceMartin Odersky2016-05-231-1/+7
* | Safe equality for core classes:Martin Odersky2016-05-231-0/+2
|/
* Refined handling of atSignatureMartin Odersky2016-05-181-22/+26
* Issue MergeError exception for double def situationsMartin Odersky2016-05-181-8/+29
* Avoid merging denotations of different symbols in same classMartin Odersky2016-05-181-1/+8
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-271-1/+1
* Fix commentMartin Odersky2016-04-031-4/+5
* Fix copy-paste errorMartin Odersky2016-04-031-2/+2
* Docs and polishing for denotation insertionsMartin Odersky2016-04-031-10/+26
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* 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