aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-211-0/+13
* 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-201-1/+1
|\
| * Fix #1576: Parameters of Java annotations should be publicMartin Odersky2016-10-131-1/+1
* | Merge pull request #1595 from dotty-staging/fix-#1567odersky2016-10-201-5/+15
|\ \
| * | Fix #1567: Widen private constructor in value classMartin Odersky2016-10-141-5/+15
| |/
* | Improved error messages in Desugar.scalaShane Delmore2016-10-192-5/+87
* | Merge pull request #1592 from dotty-staging/fix-#1590odersky2016-10-161-1/+23
|\ \
| * | Refinement of interpolation directionMartin Odersky2016-10-131-1/+19
| * | Fix #1590: Eliminate wildcards when approximating a typeMartin Odersky2016-10-131-1/+5
| |/
* | Merge pull request #1588 from dotty-staging/fix-#1502odersky2016-10-161-5/+13
|\ \
| * | Fix #1544: Allow long signatures in namesMartin Odersky2016-10-131-5/+13
* | | 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-141-9/+13
|\ \ \
| * | | add another test for i1540liu fengyun2016-10-141-1/+1
| * | | fix #1540: overloaded get and isDefined in option-less patmatliu fengyun2016-10-141-9/+13
* | | | Merge pull request #1598 from dotty-staging/fix-#1515Guillaume Martres2016-10-141-21/+22
|\ \ \ \
| * | | | Fix #1515: Don't narrow gadt bounds when frozenMartin Odersky2016-10-141-21/+22
| |/ / /
* | | | Merge pull request #1596 from dotty-staging/fix-#1531Guillaume Martres2016-10-142-5/+5
|\ \ \ \
| * | | | Fix #1531: Ignore private members when looking for abstract onesMartin Odersky2016-10-142-5/+5
| |/ / /
* | | | 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-144-7/+7
|\ \ \ \
| * | | | Fix non-spurious unchecked warningPaolo G. Giarrusso2016-10-071-1/+1
| * | | | Suppress some spurious unchecked warningsPaolo G. Giarrusso2016-10-071-2/+2
| * | | | Fix typosPaolo G. Giarrusso2016-10-072-4/+4
* | | | | Merge pull request #1577 from dotty-staging/fix-1543-2odersky2016-10-131-3/+4
|\ \ \ \ \
| * | | | | Fix #1543: Ignore IgnoredProto when normalizing method application.Nicolas Stucki2016-10-111-3/+4
* | | | | | Merge pull request #1586 from dotty-staging/fix/poly-unitGuillaume Martres2016-10-131-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix erasure of "def foo[T]: Unit", do not box the return typeGuillaume Martres2016-10-131-1/+1
* | | | | | fix #1274: test for dotty bootstrap based on tastyliu fengyun2016-10-133-5/+11
* | | | | | Merge pull request #1585 from dos65/repl_file_loadingFelix Mulder2016-10-131-16/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix #1552: loading file inside REPLdos652016-10-131-16/+7
* | | | | | Use => instead of -> for PolyTypesMartin Odersky2016-10-123-23/+8
* | | | | | Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-1231-259/+184
* | | | | | 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-1211-84/+76
* | | | | | Make TypeLambdas not be ValueTypesMartin Odersky2016-10-124-4/+7
* | | | | | Fix cutting problemMartin Odersky2016-10-112-3/+11
* | | | | | Drop dotty.language from DefinitionsMartin Odersky2016-10-112-6/+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-112-2/+11
* | | | | | Refactor Splitter functionalityMartin Odersky2016-10-112-30/+30
* | | | | | Scrutinize selections in TreeCheckerMartin Odersky2016-10-111-4/+23