aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1316: Remove JLineKazuyoshi Kato2016-07-279-46/+7
* Merge pull request #1415 from dotty-staging/fix-i1354odersky2016-07-273-8/+56
|\
| * fix #1354: improve type test and typecast of union typesliu fengyun2016-07-263-8/+56
* | Merge pull request #1418 from dotty-staging/fix-1353odersky2016-07-271-1/+4
|\ \
| * | 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-263-9/+33
|\ \ \ | |/ / |/| |
| * | Fix #1284: Make classTag depend directly on erasureMartin Odersky2016-07-253-9/+33
* | | Merge pull request #1409 from dotty-staging/fix-hk-typdefs-of-lambdasGuillaume Martres2016-07-255-17/+43
|\ \ \ | |_|/ |/| |
| * | Simplify abstractedMartin Odersky2016-07-221-5/+5
| * | Take curried type lambdas into accountMartin Odersky2016-07-224-10/+29
| * | Fix parameterized typedefs with lambdas as rhsMartin Odersky2016-07-222-8/+15
* | | Merge pull request #1413 from dotty-staging/fix-#1385odersky2016-07-254-2/+57
|\ \ \ | |_|/ |/| |
| * | Adress reviewers commentsMartin Odersky2016-07-252-2/+2
| * | Fix #1385: Temporarily lift 22 limit for functionsMartin Odersky2016-07-254-2/+57
|/ /
* | Merge pull request #1407 from dotty-staging/fix-#1401liu fengyun2016-07-228-15/+71
|\ \ | |/ |/|
| * Resume suspensions also when reading from classfilesMartin Odersky2016-07-224-10/+17
| * Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-216-10/+59
| * Tweaks to printingMartin Odersky2016-07-212-2/+2
|/
* Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-218-13/+45
|\
| * Disable stdlib testMartin Odersky2016-07-181-1/+1
| * Add test to whitelistMartin Odersky2016-07-171-0/+1
| * Adress reviewers commentsMartin Odersky2016-07-173-8/+10
| * Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-165-2/+33
| * Add recursive calls to classBoundMartin Odersky2016-07-161-2/+2
| * Fix error printing in compiler testMartin Odersky2016-07-161-9/+7
* | Merge pull request #1406 from dotty-staging/fix-output-diffodersky2016-07-212-3/+6
|\ \
| * | 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-193-4/+18
|\ \
| * | Add test caseMartin Odersky2016-07-191-0/+11
| * | 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-194-15/+31
|\ \ \ | |/ / |/| |
| * | HK reduction: Remove special-case for typerefsGuillaume Martres2016-07-183-15/+20
| * | Better test for #1181Guillaume Martres2016-07-181-0/+11
* | | Merge pull request #1393 from dotty-staging/fix-#1386odersky2016-07-182-6/+40
|\ \ \
| * | | Refactor code into nested methodMartin Odersky2016-07-151-5/+6
| * | | Refine disambiguation logic and add test case.Martin Odersky2016-07-152-3/+18
| * | | Fix #1386: Reduce double def errorsMartin Odersky2016-07-151-6/+24
* | | | Merge pull request #1399 from dotty-staging/fix-patmat-typingodersky2016-07-183-8/+37
|\ \ \ \
| * | | | Fix test error annotationMartin Odersky2016-07-181-1/+1
| * | | | Add test caseMartin Odersky2016-07-182-1/+25
| * | | | Fix typing of match expressionsMartin Odersky2016-07-172-8/+13
| | |_|/ | |/| |
* | | | Merge pull request #1389 from dotty-staging/fix-#1381odersky2016-07-187-76/+151
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make run tests for #1381.Nicolas Stucki2016-07-183-36/+66
| * | | Add testsMartin Odersky2016-07-153-0/+39
| * | | Additions to testMartin Odersky2016-07-151-0/+9
| * | | Changes to overloadingMartin Odersky2016-07-153-76/+73
* | | | Merge pull request #1345 from dotty-staging/improve-XprintDmitry Petrashko2016-07-174-9/+105
|\ \ \ \ | |_|/ / |/| | |