aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1431 from cswinter/wip-unboundwildcardodersky2016-08-011-30/+44
|\
| * Fix #1403: Reject unbound wildcard typesClemens Winter2016-08-011-9/+27
| * Fix #1396: Modify parser to allow wildcard types everywhereClemens Winter2016-08-011-21/+17
* | Merge pull request #1429 from dotty-staging/fix-#1426Guillaume Martres2016-08-011-5/+5
|\ \ | |/ |/|
| * Fix varable printing in REPLMartin Odersky2016-07-311-5/+5
* | Merge pull request #1398 from dotty-staging/fix-#1269Dmitry Petrashko2016-07-312-7/+2
|\ \ | |/ |/|
| * Fix outer test in pattern matcherMartin Odersky2016-07-171-2/+1
| * Fix computation of parent types of a classinfo.Martin Odersky2016-07-171-5/+1
* | Fix #1285: Mutable vars are not to be considered constantMartin Odersky2016-07-312-3/+3
* | Merge pull request #1425 from dotty-staging/fix-#1423odersky2016-07-311-7/+8
|\ \
| * | Fix #1423: Fix owners of called methods in CollectSuperCalls.Nicolas Stucki2016-07-291-7/+8
* | | Merge pull request #1422 from dotty-staging/add-Function25odersky2016-07-317-2/+123
|\ \ \ | |/ / |/| |
| * | Add Function25 on top of #1413.Nicolas Stucki2016-07-287-2/+123
* | | Merge pull request #1410 from dotty-staging/fix-#1263Dmitry Petrashko2016-07-281-7/+7
|\ \ \ | |/ / |/| |
| * | Fix #1263: Suppress super initializer call for val parameters of traits.Martin Odersky2016-07-221-7/+7
* | | Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-275-7/+31
|\ \ \
| * | | 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-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
* | | | 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
* | | | | 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
|\ \ \ | |/ / |/| |