aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc
Commit message (Expand)AuthorAgeFilesLines
* Fix HkApply#superType if type constructor is a TypeVarMartin Odersky2016-07-271-0/+3
* Don't generate outer accessors for Java innner classes.Martin Odersky2016-07-271-1/+1
* Remove overloaded constructor for annotationsGuillaume Martres2016-07-271-4/+14
* Make private accessor in value class not-private.VladimirNik2016-07-271-1/+12
* Adress reviewers commentsMartin Odersky2016-07-251-1/+1
* Fix #1385: Temporarily lift 22 limit for functionsMartin Odersky2016-07-251-2/+8
* Resume suspensions also when reading from classfilesMartin Odersky2016-07-224-10/+17
* Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-214-9/+33
* Tweaks to printingMartin Odersky2016-07-212-2/+2
* Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-215-4/+34
|\
| * Adress reviewers commentsMartin Odersky2016-07-173-8/+10
| * Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-164-2/+30
| * Add recursive calls to classBoundMartin Odersky2016-07-161-2/+2
* | Make -Xprint-diff an opt-in option.Nicolas Stucki2016-07-202-3/+6
* | Merge pull request #1402 from dotty-staging/fix-wildcard-protosGuillaume Martres2016-07-192-4/+7
|\ \
| * | Refine printing of tuple an function types with wildcardsMartin Odersky2016-07-191-3/+3
| * | Allow function prototypes to have wildcards.Martin Odersky2016-07-191-1/+4
* | | Merge pull request #1400 from dotty-staging/fix/hk-reduce-typerefsodersky2016-07-192-15/+9
|\ \ \ | |/ / |/| |
| * | HK reduction: Remove special-case for typerefsGuillaume Martres2016-07-182-15/+9
* | | Merge pull request #1393 from dotty-staging/fix-#1386odersky2016-07-181-6/+36
|\ \ \
| * | | Refactor code into nested methodMartin Odersky2016-07-151-5/+6
| * | | Refine disambiguation logic and add test case.Martin Odersky2016-07-151-3/+14
| * | | Fix #1386: Reduce double def errorsMartin Odersky2016-07-151-6/+24
* | | | Merge pull request #1399 from dotty-staging/fix-patmat-typingodersky2016-07-181-8/+12
|\ \ \ \
| * | | | Add test caseMartin Odersky2016-07-181-1/+1
| * | | | Fix typing of match expressionsMartin Odersky2016-07-171-8/+12
| | |_|/ | |/| |
* | | | Merge pull request #1389 from dotty-staging/fix-#1381odersky2016-07-182-70/+71
|\ \ \ \ | |_|_|/ |/| | |
| * | | Changes to overloadingMartin Odersky2016-07-152-70/+71
* | | | Merge pull request #1345 from dotty-staging/improve-XprintDmitry Petrashko2016-07-173-9/+104
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1312: Improve XprintNicolas Stucki2016-07-153-9/+104
| |/ /
* | | Merge pull request #1377 from dotty-staging/#1365odersky2016-07-152-22/+67
|\ \ \
| * | | Drop superfluous codeMartin Odersky2016-07-151-5/+1
| * | | Fix 1365: Fix bindings in patternsMartin Odersky2016-07-092-22/+71
* | | | Merge pull request #1291 from nicolasstucki/implement-scala-dynamicDmitry Petrashko2016-07-1510-20/+164
|\ \ \ \
| * | | | Fix TypeOps.featureEnabled ignoring import disabling.Nicolas Stucki2016-07-071-9/+10
| * | | | Add scala.Dynamic language feature check.Nicolas Stucki2016-07-075-4/+45
| * | | | Fix #657: Add scala.Dynamic support.Nicolas Stucki2016-07-076-7/+109
* | | | | Merge pull request #1334 from dotty-jvican/implement-no-predef-no-importDmitry Petrashko2016-07-152-6/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Implement -Yno-predef and -Yno-importsjvican2016-06-292-6/+15
* | | | | Merge pull request #1343 from dotty-staging/change-hk-direct2odersky2016-07-1550-1337/+1914
|\ \ \ \ \
| * | | | | Bounds of type lambdas compare contravariantlyMartin Odersky2016-07-151-12/+18
| * | | | | Fix bounds checking of hk applied typedMartin Odersky2016-07-144-46/+30
| * | | | | Allow hk parameters in lower boundsMartin Odersky2016-07-134-17/+8
| * | | | | Simplify variance computationsMartin Odersky2016-07-131-6/+2
| * | | | | Make rewritings of hk applications configurableMartin Odersky2016-07-134-18/+42
| * | | | | Optimize hk comparisonsMartin Odersky2016-07-132-11/+24
| * | | | | Drop restriction to 2nd order hk typesMartin Odersky2016-07-121-4/+2
| * | | | | Avoid dealiasing on type applicationMartin Odersky2016-07-126-53/+89
| * | | | | Allow definition of new types in refinementsMartin Odersky2016-07-121-1/+1
| * | | | | ExtractAPI: Add support for RecTypeGuillaume Martres2016-07-121-2/+14