aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Duplication of companion methods after using FromTasty fixedVladimirNik2015-11-251-4/+10
|/
* Merge pull request #976 from smarter/fix/hk-deep-subtypeodersky2015-11-253-22/+38
|\
| * Update whitelist with more files that compileGuillaume Martres2015-11-251-12/+15
| * isSubtype: try to dealias TypeRefs before recursively checking the prefixesGuillaume Martres2015-11-253-10/+23
|/
* Merge pull request #969 from dotty-staging/change-swap-annot-argsDmitry Petrashko2015-11-2215-32/+28
|\
| * Swap order of arguments in annotations for TastyVladimirNik2015-11-233-4/+3
| * Swap order of arguments in annotationsMartin Odersky2015-11-2213-30/+27
|/
* Merge pull request #967 from dotty-staging/tasty-testsodersky2015-11-211-0/+7
|\
| * New tests for tastyVladimirNik2015-11-201-0/+7
|/
* Merge pull request #965 from reactormonk/masterDmitry Petrashko2015-11-201-1/+1
|\
| * Fixed != comparisonSimon Hafner2015-11-201-1/+1
|/
* Merge pull request #963 from smarter/fix/poly-implicitsGuillaume Martres2015-11-184-11/+48
|\
| * Annotate `isAsSpecific` with references to its documentationGuillaume Martres2015-11-181-9/+9
| * Fix ambiguity errors with polymorphic implicitsGuillaume Martres2015-11-184-6/+43
|/
* Merge pull request #955 from dotty-staging/fix-#937odersky2015-11-172-5/+3
|\
| * Add one more passing filt to whitelistMartin Odersky2015-11-171-1/+1
| * Fix bug with finger printing in delete.Martin Odersky2015-11-171-4/+2
|/
* Merge pull request #957 from dotty-staging/fix-#938odersky2015-11-175-7/+30
|\
| * Fix comparisonMartin Odersky2015-11-171-1/+1
| * Add test caseMartin Odersky2015-11-172-1/+22
| * 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
* | Merge pull request #958 from dotty-staging/companion-methodsDmitry Petrashko2015-11-175-12/+30
|\ \ | |/ |/|
| * Links between companions after unpickling are addedVladimirNik2015-11-175-12/+30
|/
* Merge pull request #950 from dotty-staging/fix-#916odersky2015-11-178-85/+151
|\
| * 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-173-17/+36
| * 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-173-15/+66
* | Merge pull request #962 from dotty-staging/fix-#947Guillaume Martres2015-11-185-4/+39
|\ \ | |/ |/|
| * scala-collections.whitelist: remove stray 'x' that broke the testGuillaume Martres2015-11-171-1/+1
| * Add ArrayBuilder to whitelistMartin Odersky2015-11-171-1/+3
| * Test case for #947Martin Odersky2015-11-171-0/+16
| * Extend implicits testMartin Odersky2015-11-171-0/+6
| * Add file to scala-collections-whitelistMartin Odersky2015-11-171-1/+1
| * More refined treatement of pattern type variablesMartin Odersky2015-11-172-3/+14
|/
* Merge pull request #960 from dotty-staging/fix-#941odersky2015-11-167-7/+47
|\
| * Enable more parts of whitelistMartin Odersky2015-11-161-4/+4
| * Avoid merge errors in Scala2 modeMartin Odersky2015-11-161-1/+1
| * Generalize test to function classesMartin Odersky2015-11-163-2/+21
| * Better diagnostic for migration warningsMartin Odersky2015-11-161-0/+2
| * Flag trailing `_' following non-function as an errorMartin Odersky2015-11-162-2/+14
| * Make secondary constructor type parameters aliasesMartin Odersky2015-11-161-0/+7
|/
* Merge pull request #956 from dotty-staging/companion-methodsDmitry Petrashko2015-11-161-6/+10
|\
| * Remove duplication of companion methods in Scala2UnpicklerVladimirNik2015-11-161-6/+10
|/
* Merge pull request #936 from dotty-staging/more-collectionsDmitry Petrashko2015-11-112-18/+183
|\