aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-062-10/+14
|\
| * TypeComparer: delay looking up members of AndTypesGuillaume Martres2015-11-302-10/+14
* | Merge pull request #988 from smarter/fix/compile-Seqodersky2015-12-054-9/+13
|\ \
| * | Desugar#makeAnnotated: Avoid unnecessary typingGuillaume Martres2015-12-011-1/+1
| * | Compile scala.collection.Seq without double-binding errorGuillaume Martres2015-12-013-8/+12
| |/
* | Merge pull request #990 from lampepfl/DarkDimius-patch-4Dmitry Petrashko2015-12-021-1/+1
|\ \
| * | Indicate regex used for filtering out benchmarks.Dmitry Petrashko2015-12-021-1/+1
|/ /
* | Merge pull request #985 from dotty-staging/tasty-core-testDmitry Petrashko2015-12-021-0/+13
|\ \
| * | Add tests for dotc.core pickling/unpicklingVladimirNik2015-12-021-0/+13
|/ /
* | Merge pull request #987 from dotty-staging/tasty-dotc-reporting-testDmitry Petrashko2015-12-011-1/+1
|\ \ | |/ |/|
| * Removed tasty_dotc_reporting test due to issue #986VladimirNik2015-12-011-1/+1
|/
* Merge pull request #984 from dotty-staging/optimize-subtypingGuillaume Martres2015-11-306-64/+43
|\
| * 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
|/
* Merge pull request #983 from dotty-staging/stable-modifier-picklingDmitry Petrashko2015-11-285-1/+16
|\
| * Add pickling/unpickling of stable modifierVladimirNik2015-11-275-1/+16
|/
* Merge pull request #975 from smarter/fix/loggingGuillaume Martres2015-11-262-2/+12
|\
| * Preload scala.util.control.NonFatalGuillaume Martres2015-11-261-1/+6
| * Avoid repeated unnecessary logging in traceIndentedGuillaume Martres2015-11-261-1/+6
|/
* Merge pull request #978 from dotty-staging/companion-methods-duplicationDmitry Petrashko2015-11-261-4/+10
|\
| * 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
|/