aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/FullParameterization.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-5/+5
* FullParameterization: Fix indentation and a typo.Dmitry Petrashko2016-03-311-2/+2
* FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-311-7/+27
* Make memberSignature work after erasure.Martin Odersky2015-06-011-3/+9
* New NameOps methods for Scala2 traitsMartin Odersky2015-06-011-0/+1
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Fix #522.Martin Odersky2015-05-031-2/+3
* Make ExtensionMethods#extensionMethods an object methodGuillaume Martres2015-05-011-9/+12
* New utility method in TypeUtils: ensureMethodicMartin Odersky2015-04-221-8/+3
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Drop choice of separator in expanded name.Martin Odersky2015-03-181-1/+1
* FullParameterization: fix rewiring of ReturnsGuillaume Martres2015-03-021-0/+6
* Addressing review comments of #336Dmitry Petrashko2015-02-031-1/+3
* Allow FullParametrization to not parametrize over class targs.Dmitry Petrashko2015-02-031-9/+11
* Better TreeTypeMapsMartin Odersky2014-09-131-2/+4
* Defined substitution which follows aliasesMartin Odersky2014-07-221-2/+2
* Allow FullParametrization to work on localy defined methodsDmitry Petrashko2014-07-221-3/+3
* Fix of FullParameterizationMartin Odersky2014-07-211-2/+2
* Made FullParameterization more customizableMartin Odersky2014-07-171-5/+15
* Handle selftypes in FullParameterizationMartin Odersky2014-07-171-9/+9
* Fix to rewire typesMartin Odersky2014-07-171-16/+53
* Refactored reusable full parameterization code into base trait.Martin Odersky2014-07-171-0/+178