aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Erasure: properly erase value classesGuillaume Martres2015-05-011-2/+8
* Fix changeOwnerAfter by adding transformDenotations method.Martin Odersky2015-04-301-0/+6
* Remove trailing whitespaceMartin Odersky2015-04-231-2/+2
* Roll InstChecks into PostTyperMartin Odersky2015-04-221-0/+4
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Test stillValid at initial phase, revive -twiceMartin Odersky2015-04-071-11/+13
* Use invalidateInheritedSymbols instead of syncWithParentsMartin Odersky2015-04-071-16/+23
* Handle inner classes defined in suppercalls.Dmitry Petrashko2015-04-021-0/+3
* Merge pull request #436 from dotty-staging/linked-classDmitry Petrashko2015-04-021-14/+42
|\
| * Simplify methods implemented in #436Dmitry Petrashko2015-04-021-2/+6
| * Allow to enter private symbols into Frozen scopes.Dmitry Petrashko2015-03-301-1/+1
| * companionModule needs to return ModuleVal for Module.Dmitry Petrashko2015-03-301-6/+8
| * Fix #440: entering symbol into scope also enters it into future scopes.Dmitry Petrashko2015-03-301-2/+8
| * Use methods to find companion modulesDmitry Petrashko2015-03-281-15/+11
| * #353 use methods to find companion classDmitry Petrashko2015-03-251-5/+25
* | Merge pull request #425 from smarter/fix/isNullableClassodersky2015-03-261-4/+9
|\ \
| * | Fix isNullableClass to also work after ErasureGuillaume Martres2015-03-231-4/+9
| |/
* / Fix #429Martin Odersky2015-03-251-1/+2
|/
* Drop choice of separator in expanded name.Martin Odersky2015-03-181-1/+1
* Avoiding dependent method types in closuresMartin Odersky2015-03-181-2/+3
* Bugfixes in unpicklingMartin Odersky2015-03-181-1/+1
* Make Definitions#rootPackage a root.Martin Odersky2015-03-181-1/+1
* Treat <root> as staticMartin Odersky2015-03-181-1/+1
* Merge pull request #404 from dotty-staging/backend-mergeDmitry Petrashko2015-03-181-1/+3
|\
| * Fix isCoDefinedWith to also work with non-existing symbolsDmitry Petrashko2015-03-181-1/+3
* | Add isAnonymousModuleValDmitry Petrashko2015-02-271-0/+3
|/
* Fix #348 flatten short name shouldn't include package namesDmitry Petrashko2015-02-111-0/+15
* Fix #349 module class after erasure could have selfType be a MethodTypeDmitry Petrashko2015-02-111-2/+9
* Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-311-1/+1
|\
| * Add deSkolemize method.Martin Odersky2015-01-081-1/+1
* | Merge pull request #313 from dotty-staging/more-testsDmitry Petrashko2015-01-091-2/+7
|\|
| * Avoid name clashes when generating synthetic companion objects.Martin Odersky2014-12-191-2/+7
* | New method on scopes: openForMutationsMartin Odersky2014-12-181-4/+4
* | Better encapsulation and naming for preDecls.Martin Odersky2014-12-181-4/+3
* | More careful usage of unforced decls in classes.Martin Odersky2014-12-181-11/+19
|/
* Merge pull request #251 from dotty-staging/shared-backendDmitry Petrashko2014-12-171-0/+3
|\
| * Remove duplicate isAnonymousFunctionDmitry Petrashko2014-12-161-1/+1
| * Sharing backend between scalac and dotty.Dmitry Petrashko2014-12-161-0/+3
* | Label defs are not source methods.Martin Odersky2014-12-171-1/+3
|/
* Remove obsolete mentions of the NotNull classGuillaume Martres2014-12-131-1/+1
* More robust isSetter test.Martin Odersky2014-11-241-1/+1
* Fixes for type argument handling.Martin Odersky2014-11-151-1/+7
* Generalize symbolic refsMartin Odersky2014-11-101-3/+2
* More robost handling of isSetter/isGetterMartin Odersky2014-11-091-4/+9
* Fixed redundancy in membersNeedAsSeenFromMartin Odersky2014-11-091-1/+1
* Fix to enclosingClassMartin Odersky2014-10-261-4/+10
* Two fixes to avoid scanning package contentsMartin Odersky2014-10-261-1/+1
* Rename flag Static -> JavaStaticMartin Odersky2014-10-261-1/+1
* Re-usable method to determine self-ness.Martin Odersky2014-10-121-5/+18
* rename AddGetters -> GettersSettersMartin Odersky2014-10-121-1/+1