aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-1232-260/+185
| * | | | | | Refactor from distribute{And,Or} to {meet,join}InfoMartin Odersky2016-10-122-176/+196
| * | | | | | Make PolyType a subtype of TypeLambdaMartin Odersky2016-10-122-30/+45
| * | | | | | Don't let import symbols go staleMartin Odersky2016-10-122-2/+5
| * | | | | | Fix rebase problemMartin Odersky2016-10-121-1/+1
| * | | | | | Change type inheritance diagramMartin Odersky2016-10-121-2/+2
| * | | | | | Harmonize PolyType and TypeLambdaMartin Odersky2016-10-1212-84/+89
| * | | | | | Make TypeLambdas not be ValueTypesMartin Odersky2016-10-124-4/+7
|/ / / / / /
* | | | | | Merge pull request #1550 from dotty-staging/union-typesGuillaume Martres2016-10-1129-183/+273
|\ \ \ \ \ \
| * | | | | | Add test caseMartin Odersky2016-10-111-0/+6
| * | | | | | Fix cutting problemMartin Odersky2016-10-112-3/+11
| * | | | | | Drop dotty.language from DefinitionsMartin Odersky2016-10-113-7/+4
| * | | | | | Don't report double def errors if symbol's type is erroneousMartin Odersky2016-10-111-1/+2
| * | | | | | Disallow singleton types in unionsMartin Odersky2016-10-113-2/+17
| * | | | | | Refactor Splitter functionalityMartin Odersky2016-10-112-30/+30