aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc
Commit message (Expand)AuthorAgeFilesLines
* 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-2212-29/+26
* 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
* | Merge pull request #928 from dotty-staging/stdlib-definitionsDmitry Petrashko2015-11-1052-442/+655
|\ \
| * | Get more info on HeisenbugsMartin Odersky2015-11-092-1/+21
| * | Print missing ref diagnostics on stderrMartin Odersky2015-11-091-2/+2
| * | Avoid cyclic reference errors when unpickling classesMartin Odersky2015-11-092-6/+10
| * | Don't inspect info when dealiasing classesMartin Odersky2015-11-091-2/+3
| * | Better diagnosis from completions printerMartin Odersky2015-11-092-1/+13
| * | More info when TreeChecker failsMartin Odersky2015-11-091-1/+1
| * | Trying to get more diagnostics out of TreeCheckerMartin Odersky2015-11-091-0/+4