aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Address review commentMartin Odersky2016-10-311-1/+2
* Eliminate LAMBDAtype from TASTYformatMartin Odersky2016-10-313-16/+7
* Make cloned trees have new uniqueIdsMartin Odersky2016-10-311-5/+15
* Keep rhs of TypeDefs until picklingMartin Odersky2016-10-312-20/+21
* Roll normalizedTree into main PostTyper transformMartin Odersky2016-10-312-80/+50
* Don't convert to literals before picklingMartin Odersky2016-10-313-50/+86
* Don't convert to TypeTrees before picklingMartin Odersky2016-10-317-36/+56
* Updated .gitignoreMartin Odersky2016-10-201-0/+2
* Maintain point for positions of definitionsMartin Odersky2016-10-204-18/+27
* Don't generate positions that can be reconstructedMartin Odersky2016-10-181-2/+9
* Mention Inlined transformation in docsMartin Odersky2016-10-183-2/+7
* Minimize inline call info in PostTyperMartin Odersky2016-10-171-0/+13
* Pickle Inlined treesMartin Odersky2016-10-174-17/+22
* Fix dropInlined to also change positions of subtreesMartin Odersky2016-10-171-2/+3
* Keep position always with termMartin Odersky2016-10-171-1/+1
* Drop erroneous setPos in TreeUnpickler.Martin Odersky2016-10-172-3/+3
* Fix pickling of self type positionMartin Odersky2016-10-171-1/+1
* Fix pickling of annotation positionsMartin Odersky2016-10-171-2/+2
* 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