aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1316: Remove JLineKazuyoshi Kato2016-07-275-31/+4
* Merge pull request #1415 from dotty-staging/fix-i1354odersky2016-07-271-8/+23
|\
| * fix #1354: improve type test and typecast of union typesliu fengyun2016-07-261-8/+23
* | more friendly error message for case traitliu fengyun2016-07-271-1/+4
* | Merge pull request #1416 from dotty-staging/fix/Xprint-colorsNicolas Stucki2016-07-271-6/+7
|\ \
| * | -Xprint-diff-del: more meaningful colorsGuillaume Martres2016-07-261-6/+7
* | | Merge pull request #1412 from dotty-staging/fix-#1284odersky2016-07-262-9/+25
|\ \ \ | |/ / |/| |
| * | Fix #1284: Make classTag depend directly on erasureMartin Odersky2016-07-252-9/+25
* | | Merge pull request #1409 from dotty-staging/fix-hk-typdefs-of-lambdasGuillaume Martres2016-07-254-17/+22
|\ \ \ | |_|/ |/| |
| * | Simplify abstractedMartin Odersky2016-07-221-5/+5
| * | Take curried type lambdas into accountMartin Odersky2016-07-223-10/+17
| * | Fix parameterized typedefs with lambdas as rhsMartin Odersky2016-07-221-8/+6
* | | Adress reviewers commentsMartin Odersky2016-07-251-1/+1
* | | Fix #1385: Temporarily lift 22 limit for functionsMartin Odersky2016-07-253-2/+50
| |/ |/|
* | 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