aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle shared treesMartin Odersky2016-10-164-15/+50
* Record position of self typeMartin Odersky2016-10-152-14/+18
* Drop original on TypeTreeMartin Odersky2016-10-1511-59/+33
* Preserve all positions in Tasty.Martin Odersky2016-10-158-52/+98
* 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
| * | | | Scrutinize selections in TreeCheckerMartin Odersky2016-10-111-4/+23
| * | | | Adapt testsMartin Odersky2016-10-117-39/+39
| * | | | Remove unused language optionMartin Odersky2016-10-111-9/+0
| * | | | Refine mergeEntriesMartin Odersky2016-10-111-0/+5
| * | | | Handle feature interaction between subtyping or types and hk typesMartin Odersky2016-10-111-2/+12
| * | | | Keep or typesMartin Odersky2016-10-115-82/+110
| * | | | Change default of unsafe Config optionMartin Odersky2016-10-111-2/+6
| * | | | Reformatting to avoid a long lineMartin Odersky2016-10-111-1/+4
| * | | | Fix non-sensical codeMartin Odersky2016-10-111-1/+4
|/ / / /
* | | | Merge pull request #1582 from cvogt/patch-2Felix Mulder2016-10-111-0/+1
|\ \ \ \
| * | | | linking cbt usage, merge after #1581Jan Christopher Vogt2016-10-111-0/+1
* | | | | Merge pull request #1581 from cvogt/patch-1Felix Mulder2016-10-111-0/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cbt dotty usageJan Christopher Vogt2016-10-111-0/+19
|/ / / /
* | | | Merge pull request #1578 from MasseGuillaume/topic/use-envFelix Mulder2016-10-113-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | use usr/bin/env bash since it's more general then /bin/bashGuillaume Massé2016-10-113-3/+3
|/ / /