aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add unbound placeholder parameter message.ruben2016-10-222-1/+36
* Merge pull request #1615 from sebastianharko/masterFelix Mulder2016-10-222-2/+49
|\
| * add messages for interpolated string error and repeated modifier errorSebastian Harko2016-10-212-2/+49
* | Merge pull request #1479 from dotty-staging/fix-#1286odersky2016-10-213-0/+39
|\ \
| * | Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-213-0/+39
|/ /
* | Merge pull request #1617 from dotty-staging/change-shadow-scalaodersky2016-10-2012-32/+233
|\ \
| * | Move files out of the dotty packageMartin Odersky2016-10-2011-32/+20
| * | Introduce scalaShadowing packageMartin Odersky2016-10-202-0/+213
|/ /
* | Merge pull request #1594 from dotty-staging/fix-#1576Olivier Blanvillain2016-10-203-1/+9
|\ \
| * | Fix #1576: Parameters of Java annotations should be publicMartin Odersky2016-10-133-1/+9
* | | Merge pull request #1595 from dotty-staging/fix-#1567odersky2016-10-203-5/+24
|\ \ \ | |_|/ |/| |
| * | Fix #1567: Widen private constructor in value classMartin Odersky2016-10-143-5/+24
| |/
* | Merge pull request #1611 from ShaneDelmore/1589_Missing_error_messagesFelix Mulder2016-10-192-5/+87
|\ \
| * | Improved error messages in Desugar.scalaShane Delmore2016-10-192-5/+87
* | | Merge pull request #1602 from ljdelight/ensimeWorkingGuillaume Martres2016-10-172-0/+2
|\ \ \ | |/ / |/| |
| * | Ignore ensime files from sbtLucas Burson2016-10-161-0/+2
| * | Move 'sandbox/scalajs/hello.scala' to 'sandbox/scalajs/src/main/scala/hello.s...Lucas Burson2016-10-161-0/+0
|/ /
* | Merge pull request #1592 from dotty-staging/fix-#1590odersky2016-10-162-1/+33
|\ \
| * | Refinement of interpolation directionMartin Odersky2016-10-132-1/+28
| * | Fix #1590: Eliminate wildcards when approximating a typeMartin Odersky2016-10-132-1/+6
| |/
* | Merge pull request #1588 from dotty-staging/fix-#1502odersky2016-10-162-5/+17
|\ \
| * | Fix #1544: Allow long signatures in namesMartin Odersky2016-10-132-5/+17
* | | Merge pull request #1601 from sebastianharko/masterFelix Mulder2016-10-162-1/+45
|\ \ \
| * | | explanation for error message related to use of early definitionsSebastian Harko2016-10-162-1/+45
|/ / /
* | | Merge pull request #1597 from dotty-staging/fix-i1540odersky2016-10-143-9/+41
|\ \ \
| * | | add another test for i1540liu fengyun2016-10-142-1/+15
| * | | fix #1540: overloaded get and isDefined in option-less patmatliu fengyun2016-10-142-9/+27
* | | | Merge pull request #1598 from dotty-staging/fix-#1515Guillaume Martres2016-10-142-21/+38
|\ \ \ \
| * | | | Fix #1515: Don't narrow gadt bounds when frozenMartin Odersky2016-10-142-21/+38
| |/ / /
* | | | Merge pull request #1596 from dotty-staging/fix-#1531Guillaume Martres2016-10-143-5/+11
|\ \ \ \
| * | | | Fix #1531: Ignore private members when looking for abstract onesMartin Odersky2016-10-143-5/+11
| |/ / /
* | | | Merge pull request #749 from smarter/fix/escaping-refs-2odersky2016-10-143-14/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Typer#escapingRefs: remove dead codeGuillaume Martres2016-03-241-9/+1
| * | | Typer#escapingRefs: don't let the types of lower bounds escapeGuillaume Martres2016-03-242-5/+14
* | | | Merge pull request #1565 from Blaisorblade/warningsFelix Mulder2016-10-146-12/+10
|\ \ \ \
| * | | | Fix non-spurious unchecked warningPaolo G. Giarrusso2016-10-071-1/+1
| * | | | Suppress some spurious unchecked warningsPaolo G. Giarrusso2016-10-071-2/+2
| * | | | Fix compilation warningsPaolo G. Giarrusso2016-10-072-5/+3
| * | | | Fix typosPaolo G. Giarrusso2016-10-072-4/+4
* | | | | Merge pull request #1577 from dotty-staging/fix-1543-2odersky2016-10-133-3/+76
|\ \ \ \ \
| * | | | | Fix #1543: Ignore IgnoredProto when normalizing method application.Nicolas Stucki2016-10-113-3/+76
* | | | | | Merge pull request #1586 from dotty-staging/fix/poly-unitGuillaume Martres2016-10-132-1/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix erasure of "def foo[T]: Unit", do not box the return typeGuillaume Martres2016-10-132-1/+17
* | | | | | Merge pull request #1427 from dotty-staging/fix-i1274Felix Mulder2016-10-134-16/+46
|\ \ \ \ \ \
| * | | | | | fix #1274: test for dotty bootstrap based on tastyliu fengyun2016-10-134-16/+46
|/ / / / / /
* | | | | | Merge pull request #1585 from dos65/repl_file_loadingFelix Mulder2016-10-131-16/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix #1552: loading file inside REPLdos652016-10-131-16/+7
* | | | | | Merge pull request #1560 from dotty-staging/change-one-polytypeGuillaume Martres2016-10-1339-481/+446
|\ \ \ \ \ \
| * | | | | | Update tests to use new PolyType syntax.Martin Odersky2016-10-127-20/+20
| * | | | | | Use => instead of -> for PolyTypesMartin Odersky2016-10-125-24/+18