aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Make colltest6 self-containedMartin Odersky2016-07-272-1/+2
| * | | Simplify lexicallyEnclosingClassMartin Odersky2016-07-271-12/+3
| * | | Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-272-1/+16
| * | | Move test from pos to runMartin Odersky2016-07-271-1/+10
| * | | Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-274-18/+21
| * | | Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-273-35/+35
| * | | Fix substDealiasMartin Odersky2016-07-272-7/+17
| * | | Improve dropMartin Odersky2016-07-272-21/+7
| * | | Further extension with LazyListMartin Odersky2016-07-264-209/+1081
| * | | Add arrays to collection strawmanMartin Odersky2016-07-254-0/+1496
* | | | Merge pull request #1448 from dotty-staging/fix/object-subtypingGuillaume Martres2016-08-122-1/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1447: Make X$ <:< X.type when X is an objectGuillaume Martres2016-08-092-1/+17
|/ / /
* | | Merge pull request #1436 from cswinter/wip-repl-patdef-fixGuillaume Martres2016-08-073-21/+73
|\ \ \
| * | | Fix #1372: Add handler for `PatDef`s to REPLClemens Winter2016-08-023-21/+73
* | | | Merge pull request #1439 from cswinter/parsedtryGuillaume Martres2016-08-072-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix #1367: Add ParsedTry case to UntypedTree{Copier,Map,Accumulator}Clemens Winter2016-08-032-0/+12
|/ / /
* | | Merge pull request #1431 from cswinter/wip-unboundwildcardodersky2016-08-014-36/+80
|\ \ \ | |/ / |/| |
| * | Add tests for infix types with wildcard parametersClemens Winter2016-08-011-0/+9
| * | Add tests for unbound wildcard typesClemens Winter2016-08-011-0/+21
| * | Fix #1403: Reject unbound wildcard typesClemens Winter2016-08-011-9/+27
| * | Fix #1396: Modify parser to allow wildcard types everywhereClemens Winter2016-08-012-27/+23
* | | Merge pull request #1429 from dotty-staging/fix-#1426Guillaume Martres2016-08-012-5/+13
|\ \ \ | |/ / |/| |
| * | Fix varable printing in REPLMartin Odersky2016-07-312-5/+13
* | | Merge pull request #1398 from dotty-staging/fix-#1269Dmitry Petrashko2016-07-313-7/+18
|\ \ \ | |/ / |/| |
| * | Fix outer test in pattern matcherMartin Odersky2016-07-172-2/+17
| * | Fix computation of parent types of a classinfo.Martin Odersky2016-07-171-5/+1
* | | Merge pull request #1428 from dotty-staging/fix-#1285odersky2016-07-313-3/+7
|\ \ \
| * | | Fix #1285: Mutable vars are not to be considered constantMartin Odersky2016-07-313-3/+7
|/ / /
* | | Merge pull request #1115 from dotty-staging/ensure-bootstrapped-partestodersky2016-07-313-1/+17
|\ \ \
| * | | Revert b54bc22 "set type of default getter method"Martin Odersky2016-07-281-5/+1
| * | | Strip byname when assigning default getter result typeMartin Odersky2016-07-281-1/+5
| * | | Set type of default getter methodMartin Odersky2016-07-281-1/+1
| * | | Add check fileMartin Odersky2016-07-281-0/+2
| * | | Add test file.Martin Odersky2016-07-281-0/+14
| * | | Dotty: actually put dotty.jar into bootclasspath.Dmitry Petrashko2016-07-281-1/+1
* | | | Merge pull request #1425 from dotty-staging/fix-#1423odersky2016-07-313-7/+33
|\ \ \ \
| * | | | Fix #1423: Fix owners of called methods in CollectSuperCalls.Nicolas Stucki2016-07-293-7/+33
* | | | | 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 #1397 from dotty-staging/fix/dotc-pathDmitry Petrashko2016-07-281-1/+1
|\ \ \ \
| * | | | bin/common: make check_jar work outside of dotty rootGuillaume Martres2016-07-171-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1410 from dotty-staging/fix-#1263Dmitry Petrashko2016-07-282-7/+41
|\ \ \ \ | |_|/ / |/| | |
| * | | Extend test case to test variations of modifiers on trait parameters.Martin Odersky2016-07-251-0/+24
| * | | Fix #1263: Suppress super initializer call for val parameters of traits.Martin Odersky2016-07-222-7/+17
* | | | 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