aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change hk naming schemeMartin Odersky2015-12-063-21/+24
* Disallow existentially bound parameters as type parametersMartin Odersky2015-12-061-12/+1
* Don't count partial applications as applications.Martin Odersky2015-12-061-1/+1
* Drop requirement that an isRef type cannot be refined.Martin Odersky2015-12-061-3/+2
* Merge pull request #979 from dotty-staging/fix/hk-deep-subtype-2odersky2015-12-061-7/+13
|\
| * TypeComparer: delay looking up members of AndTypesGuillaume Martres2015-11-301-7/+13
* | Desugar#makeAnnotated: Avoid unnecessary typingGuillaume Martres2015-12-011-1/+1
* | Compile scala.collection.Seq without double-binding errorGuillaume Martres2015-12-012-6/+11
|/
* Update the comment of TypeApplications#argInfoGuillaume Martres2015-11-301-2/+2
* Fixed commentsMartin Odersky2015-11-301-11/+0
* Drop argumnt interpolation.Martin Odersky2015-11-305-23/+13
* Avoid too eager computation in reporting.Martin Odersky2015-11-301-1/+1
* The change to do compareAlias early caused a dramatic slowdown of compilationMartin Odersky2015-11-301-28/+28
* Add pickling/unpickling of stable modifierVladimirNik2015-11-273-1/+7
* Preload scala.util.control.NonFatalGuillaume Martres2015-11-261-1/+6
* Avoid repeated unnecessary logging in traceIndentedGuillaume Martres2015-11-261-1/+6
* Duplication of companion methods after using FromTasty fixedVladimirNik2015-11-251-4/+10
* isSubtype: try to dealias TypeRefs before recursively checking the prefixesGuillaume Martres2015-11-251-4/+5
* Swap order of arguments in annotations for TastyVladimirNik2015-11-233-4/+3
* Swap order of arguments in annotationsMartin Odersky2015-11-2213-30/+27
* Annotate `isAsSpecific` with references to its documentationGuillaume Martres2015-11-181-9/+9
* Fix ambiguity errors with polymorphic implicitsGuillaume Martres2015-11-182-6/+28
* Fix bug with finger printing in delete.Martin Odersky2015-11-171-4/+2
* Merge pull request #957 from dotty-staging/fix-#938odersky2015-11-173-6/+8
|\
| * Fix comparisonMartin Odersky2015-11-171-1/+1
| * Compensate for getter transform in isSubType testMartin Odersky2015-11-171-0/+3
| * Fix bug in phase identification for YcheckMartin Odersky2015-11-171-2/+2
| * Fix #938 - escaping reference.Martin Odersky2015-11-171-4/+3
* | Links between companions after unpickling are addedVladimirNik2015-11-173-12/+20
|/
* Merge pull request #950 from dotty-staging/fix-#916odersky2015-11-177-80/+147
|\
| * Extend synchronized scope in newTermNameMartin Odersky2015-11-171-48/+45
| * Packages are never fully completedMartin Odersky2015-11-171-3/+4
| * Fix problems arising when hierarchies of classes are under completionMartin Odersky2015-11-172-16/+35
| * Avoid setting info with parents too early when unpicklingMartin Odersky2015-11-171-2/+0
| * Revert: Make hash codes on type more predictable.Martin Odersky2015-11-172-2/+2
| * Harden definition of isScalaTraitMartin Odersky2015-11-171-1/+1
| * Eta expand according to expected type parameter varianceMartin Odersky2015-11-172-11/+63
* | More refined treatement of pattern type variablesMartin Odersky2015-11-172-3/+14
|/
* Avoid merge errors in Scala2 modeMartin Odersky2015-11-161-1/+1
* Generalize test to function classesMartin Odersky2015-11-161-2/+2
* Better diagnostic for migration warningsMartin Odersky2015-11-161-0/+2
* Flag trailing `_' following non-function as an errorMartin Odersky2015-11-161-2/+13
* Make secondary constructor type parameters aliasesMartin Odersky2015-11-161-0/+7
* Remove duplication of companion methods in Scala2UnpicklerVladimirNik2015-11-161-6/+10
* Merge pull request #946 from dotty-staging/more-predictable-hashesDmitry Petrashko2015-11-112-2/+2
|\
| * Make hash codes on type more predictable.Dmitry Petrashko2015-11-102-2/+2
* | Merge pull request #921 from dotty-staging/polytypes-hashcodesDmitry Petrashko2015-11-102-9/+30
|\ \ | |/ |/|
| * Address review comments.Dmitry Petrashko2015-11-102-1/+6
| * Add stable hash codes to PolyParams.Dmitry Petrashko2015-11-041-4/+20
| * Hashable: make finishHash protected.Dmitry Petrashko2015-11-041-5/+5