aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove stray assignmentMartin Odersky2015-12-141-1/+0
* Add missing type params in testMartin Odersky2015-12-061-1/+1
* Fix bug with finger printing in delete.Martin Odersky2015-11-171-4/+2
* Packages are never fully completedMartin Odersky2015-11-171-3/+4
* Fix problems arising when hierarchies of classes are under completionMartin Odersky2015-11-171-16/+32
* Harden definition of isScalaTraitMartin Odersky2015-11-171-1/+1
* Avoid cyclic reference errors when unpickling classesMartin Odersky2015-11-091-1/+1
* Better diagnosis from completions printerMartin Odersky2015-11-091-0/+12
* Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-091-2/+4
* Reorder unpickled type params if necessaryMartin Odersky2015-11-041-1/+6
* Adapt sourceModule to new selfInfo scheme.Martin Odersky2015-10-221-2/+5
* Restore state when detecting a baseTypeRef cycle.Martin Odersky2015-10-011-0/+1
* Make sure expanded method names are legal according to JVM specMartin Odersky2015-08-051-1/+5
* Add Symdenotation. isValueClassConvertMethodDmitry Petrashko2015-07-231-0/+8
* Add @sharable annotationMartin Odersky2015-07-061-4/+5
* Add commentMartin Odersky2015-06-271-1/+1
* Drop TraitConstructors phaseMartin Odersky2015-06-271-3/+6
* Implement trait parametersMartin Odersky2015-06-191-1/+1
* Merge pull request #663 from dotty-staging/fix/#643-scala2-noinitsDmitry Petrashko2015-06-191-1/+8
|\
| * Use FlagSet directly instead of defKindMartin Odersky2015-06-161-5/+5
| * Produce PureInterface flag together with NoInits flagMartin Odersky2015-06-161-0/+6
| * Avoid spurious StaleSymbol error in <refinement> membersMartin Odersky2015-06-161-1/+2
* | Merge pull request #599 from dotty-staging/add/existential-skolemizationodersky2015-06-191-2/+24
|\ \ | |/ |/|
| * Deskolemize types inferred for vals and defsMartin Odersky2015-06-061-2/+24
* | New SymDenotation method: expandedName.Martin Odersky2015-06-081-5/+8
* | Methods for filtering annotations carrying meta information.Martin Odersky2015-06-081-3/+7
|/
* Improve doc commentsMartin Odersky2015-05-271-1/+1
* Add harmonization method for harmonizing numeric types.Martin Odersky2015-05-271-0/+3
* TraitConstructors: Use a valid method name for the initializer (fix #577)Guillaume Martres2015-05-211-1/+1
* Merge pull request #565 from retronym/topic/cleanupsDmitry Petrashko2015-05-151-3/+3
|\
| * Correct a large number of typos.Jason Zaugg2015-05-141-3/+3
* | Merge pull request #563 from dotty-staging/classtagsDmitry Petrashko2015-05-151-2/+2
|\ \
| * | Relax requirement in enterNoReplaceDmitry Petrashko2015-05-131-1/+1
| * | Relax restriction on entering symbols into mutable scopes.Dmitry Petrashko2015-05-131-1/+1
| |/
* / Fix #560 - refactor flatNameMartin Odersky2015-05-131-26/+30
|/
* Companion methods are not real methodsGuillaume Martres2015-05-091-1/+4
* rename isSourceMethod to isRealMethod, the previous name was inaccurateGuillaume Martres2015-05-091-2/+6
* Reload denotations that are not defined at current phaseMartin Odersky2015-05-081-1/+4
* add an isCompanionMethod convenience methodGuillaume Martres2015-05-041-0/+9
* Merge pull request #517 from dotty-staging/add/expand-privatesodersky2015-05-041-1/+13
|\
| * Expand name should use initial owner.Martin Odersky2015-05-011-1/+6
| * New method for SymDenotations: ensureNotPrivateMartin Odersky2015-05-011-0/+7
| * Drop reference to NotJavaPrivate in access checks.Martin Odersky2015-05-011-1/+1
* | 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