aboutsummaryrefslogtreecommitdiff
path: root/src
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
* 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-173-15/+20
* 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-171-2/+2
* 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-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
* | | | 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