aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* SymDenotations: fix comment.Dmitry Petrashko2016-06-071-1/+1
* Fix Ycheck: allow assigning fields in static constructors.Dmitry Petrashko2016-06-071-0/+4
* Fix type in SymDenotations.Dmitry Petrashko2016-06-071-1/+1
* SymDenotations: Allow entering Static symbols.Dmitry Petrashko2016-06-071-1/+1
* Avoid issues when calling methods on root package symbolGuillaume Martres2016-05-281-1/+1
* Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-061-0/+15
|\
| * Add methods for expressing named type paramsMartin Odersky2016-03-301-0/+15
* | Move Mode to coreMartin Odersky2016-04-011-1/+0
|/
* Nothing is not nullableMartin Odersky2016-03-101-1/+1
* Fix problem of overloading resolution when receiver is not stable.Martin Odersky2016-02-191-4/+1
* Make type parameter reordering generally available.Martin Odersky2016-02-191-0/+17
* Adress reviewer commentsMartin Odersky2016-02-171-4/+4
* Fix validity checking refinementMartin Odersky2016-02-171-2/+3
* Refine validity checkingMartin Odersky2016-02-171-12/+16
* Add diagnostic why a symbol is stale.Martin Odersky2016-02-171-0/+30
* By-name parameters are not stable values.Martin Odersky2016-02-091-7/+1
* Big realizability refactoringMartin Odersky2016-02-091-9/+1
* Consider by name parameters as lazily initializedMartin Odersky2016-02-091-1/+7
* Fix isRealizableTestMartin Odersky2016-02-091-1/+1
* Only final lazy vals can be paths.Martin Odersky2016-02-091-1/+3
* Cleanup of isEffectivelyFinalMartin Odersky2016-02-091-7/+4
* Move realizability logic from Types to TypeOps.Martin Odersky2016-02-091-1/+1
* Realizability refactoringMartin Odersky2016-02-091-8/+8
* Move scala2Mode test from isStable to isRealizableMartin Odersky2016-02-091-3/+1
* Use isRealizable to identify stable prefixesMartin Odersky2016-02-091-1/+3
* No volatile check needed for strict vals.Martin Odersky2016-02-091-1/+1
* Don't force symbol denotation when taking fingerprint.Martin Odersky2016-01-191-1/+1
* Avoid repeated evaluations of parentIsYounger.Martin Odersky2016-01-191-1/+1
* Compute type params in namer without completing the whole infoMartin Odersky2016-01-161-0/+8
* Maintain original completer in SymDenotation.Dmitry Petrashko2015-12-201-1/+1
* 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