aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Function25 on top of #1413.Nicolas Stucki2016-07-287-2/+123
* Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-2717-39/+96
|\
| * Refine HKApply#superTypeMartin Odersky2016-07-281-1/+1
| * 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
| * Fix colltest4: ListBuffer[A]#fromIterable had an incorrect castFelix Mulder2016-07-272-2/+2
| * Move java tests relying on type parameters to pendingGuillaume Martres2016-07-274-0/+0
| * pos/java-interop/volatile: Fix compilation with javacGuillaume Martres2016-07-271-0/+0
| * partest: put more stuff on javac classpathGuillaume Martres2016-07-271-0/+56
| * Remove overloaded constructor for annotationsGuillaume Martres2016-07-272-5/+15
| * Fix colltest5 test under separate compilationGuillaume Martres2016-07-274-3/+5
| * Make private accessor in value class not-private.VladimirNik2016-07-271-1/+12
| * partest: Enable separate compilation and javac testsGuillaume Martres2016-07-272-27/+2
* | Merge pull request #1421 from cswinter/repl-inversion-fixodersky2016-07-272-6/+6
|\ \
| * | Fix #1411: Give REPL output in correct orderClemens Winter2016-07-272-6/+6
* | | Merge pull request #1349 from kzys/jline-removeGuillaume Martres2016-07-279-46/+7
|\ \ \ | |/ / |/| |
| * | 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
|\ \ \ | |/ / |/| |