aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up code relating to interfaces.Martin Odersky2014-11-1010-26/+43
* Remove unused classMartin Odersky2014-11-101-65/+0
* Merge pull request #217 from dotty-staging/transform/mixinDmitry Petrashko2014-11-1032-146/+681
|\
| * Generalize symbolic refsMartin Odersky2014-11-102-8/+7
| * More docs and removing print statementsMartin Odersky2014-11-096-10/+24
| * Merge mixin with the group of miniphases following it.Martin Odersky2014-11-091-2/+2
| * Merge memoize with miniphases following it into one group.Martin Odersky2014-11-094-20/+31
| * New functionality: changeOwnerAfterMartin Odersky2014-11-091-1/+23
| * Fixed bug in treating Thickets in TreeTransformMartin Odersky2014-11-091-2/+3
| * Reinstantiated full tests.Martin Odersky2014-11-091-2/+2
| * Better error message for adaptations of implicit methodsMartin Odersky2014-11-091-0/+2
| * Fixed handling of ThisTypes in TypeErasure.Martin Odersky2014-11-091-1/+3
| * Retract of optimization in computeDenotMartin Odersky2014-11-092-3/+11
| * New Mixin scheme.Martin Odersky2014-11-097-171/+365
| * Adding test for Unit vars.Martin Odersky2014-11-091-1/+1
| * More robost handling of isSetter/isGetterMartin Odersky2014-11-091-4/+9
| * Small polishings in docs and code.Martin Odersky2014-11-092-2/+2
| * Accessor methods print as "method", not "val/var".Martin Odersky2014-11-092-2/+2
| * More systematic handling of Scala2LocalSuffix.Martin Odersky2014-11-091-2/+2
| * Fixes to Unit handling in erasureMartin Odersky2014-11-092-5/+23
| * Methods always shwoDcl as `def`Martin Odersky2014-11-091-1/+1
| * Cleanup of code for ExplicitOuterMartin Odersky2014-11-091-2/+2
| * Superaccessors are methodsMartin Odersky2014-11-091-1/+1
| * Select operations in erasure should fix symbols in types.Martin Odersky2014-11-091-1/+1
| * Fix of computeDenot.Martin Odersky2014-11-091-4/+10
| * Fixed typing of supertypes.Martin Odersky2014-11-091-1/+2
| * Fixed redundancy in membersNeedAsSeenFromMartin Odersky2014-11-091-1/+1
| * Take supercalls into account for statement contextMartin Odersky2014-11-094-10/+12
| * Adaptation of explicitOuter to trait initializersMartin Odersky2014-11-091-3/+7
| * Adaptation of Constructors to new mixin scheme.Martin Odersky2014-11-091-6/+2
| * Fix problem in changeOwnerMartin Odersky2014-11-091-1/+2
| * Make cloneScope less forcefull.Martin Odersky2014-11-091-6/+25
| * New option -Ydebug-ownersMartin Odersky2014-11-092-3/+6
| * Improved version of mixin.Martin Odersky2014-11-099-71/+79
| * Avoid getting confused because of Scala2 local suffixesMartin Odersky2014-11-091-0/+3
| * Adapt GettersSetters to new Mixin scheme.Martin Odersky2014-11-095-44/+36
| * First version of mixin transform.Martin Odersky2014-11-094-3/+227
* | Merge pull request #211 from dotty-staging/phase-runOnDmitry Petrashko2014-11-093-4/+9
|\ \
| * | Phase.runOn is now List[ComliplationUnit] => List[ComliplationUnit]Dmitry Petrashko2014-11-033-4/+9
* | | Merge pull request #207 from dotty-staging/transform/privateToStaticodersky2014-11-0919-40/+325
|\ \ \ | | |/ | |/|
| * | Making print statement a debuglogMartin Odersky2014-11-091-1/+1
| * | Fixes to documentation.Martin Odersky2014-11-091-4/+11
| * | New phase: PrivateToStaticMartin Odersky2014-11-098-4/+197
| * | Bugfix for superaccessorsMartin Odersky2014-11-091-1/+1
| * | New phase: RestoreScopesMartin Odersky2014-11-094-3/+40
| * | Generalize lift behavior between Flatten and LambdaLiftMartin Odersky2014-11-093-5/+9
| * | New miniphase: FlattenMartin Odersky2014-11-097-19/+59
| * | Made LambdaLift capable of having minitransforms run after it.Martin Odersky2014-11-091-16/+20
* | | Merge pull request #195 from smarter/fix/singleton-cyclesodersky2014-11-093-0/+30
|\ \ \ | |/ / |/| |
| * | Detect cycles involving types bounded by singleton typesGuillaume Martres2014-11-063-0/+30
|/ /