aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/transform
Commit message (Expand)AuthorAgeFilesLines
* renaming: core.transform.Erasure -> core.TypeErasureMartin Odersky2014-08-241-275/+0
* Fix signature of by-name parameters.Martin Odersky2014-08-201-1/+3
* Split Nullarify functionality to ElimByName, ErasureMartin Odersky2014-08-171-3/+10
* Roll Uncurry into ErasureMartin Odersky2014-08-161-3/+9
* Package denotations are never transformedMartin Odersky2014-08-131-6/+9
* Adapt signature of <repeated>Martin Odersky2014-08-031-2/+6
* Add cloneScope method and handle versioning of ClassInfo#declsMartin Odersky2014-07-171-1/+1
* Fix to printing type parameters.Martin Odersky2014-06-131-1/+1
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-2/+2
* Erasure of term refs without symbolsMartin Odersky2014-05-081-1/+1
* Documentation and a bit of cleanup.Dmitry Petrashko2014-04-011-1/+1
* More fixes and tests for easure.Martin Odersky2014-03-311-11/+6
* Fixes to erasureMartin Odersky2014-03-291-1/+1
* Erasure phase PoCMartin Odersky2014-03-291-3/+11
* Reworked erasure denotation transformerMartin Odersky2014-03-291-64/+172
* Fix of t1236: higher-kindedMartin Odersky2014-03-211-1/+3
* Rename baseType -> baseTypeRefMartin Odersky2014-03-021-1/+1
* Reverted: Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-211-1/+1
* Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-211-1/+1
* Make signatures use fully qualified names.Martin Odersky2014-01-181-2/+2
* Fixes to inherited result types in Namer.Martin Odersky2013-12-091-1/+1
* Changed SignaturesMartin Odersky2013-11-271-9/+9
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-2/+2
* Various cleanupsMartin Odersky2013-11-181-3/+3
* derivedNamedType -> derivedSelectMartin Odersky2013-11-141-1/+1
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-2/+2
* Review of all deompositions of NamedTypeMartin Odersky2013-08-241-1/+1
* Fixes bug in erasure.Martin Odersky2013-08-231-1/+1
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-1/+1
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-1/+5
* Re-organized comparisons of types with classes.Martin Odersky2013-04-101-6/+6
* Fix to array erasure.Martin Odersky2013-04-051-2/+3
* Fix to pareamSignatire for arrays.Martin Odersky2013-04-051-1/+1
* More fixes to classfile reading.Martin Odersky2013-03-251-1/+7
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-2/+2
* Finished polishing of Types and TypeOps.Martin Odersky2013-03-061-1/+1
* Refinements to signature handling.Martin Odersky2013-02-271-36/+69
* Filling in all ???sMartin Odersky2013-02-271-0/+96