aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refine refOfDef top handle repeated parametersMartin Odersky2015-08-221-1/+9
* Merge pull request #764 from dotty-staging/mixin/forwardersodersky2015-08-221-2/+4
|\
| * Mixin: class defined abstract members take precedence over interface defined.Dmitry Petrashko2015-08-211-2/+4
* | Constructors: fields should be set before super constructor is invoked.Dmitry Petrashko2015-08-211-1/+1
|/
* Merge pull request #758 from dotty-staging/fix-liftedTry-capturedVars-interac...Dmitry Petrashko2015-08-208-36/+57
|\
| * ChangeOwnerAfter should also change owners of denotations defined later.Martin Odersky2015-08-191-1/+1
| * Tweak to installAfterMartin Odersky2015-08-191-1/+1
| * Fix CaputuredVars/LiftTry interaction.Martin Odersky2015-08-152-9/+32
| * Fix miniphase assembly.Martin Odersky2015-08-154-24/+21
| * Make changeOwnerAfter more robust wrt NotDefinedHere errorsMartin Odersky2015-08-151-2/+3
* | Merge pull request #760 from dotty-staging/mixin-fixesodersky2015-08-204-4/+9
|\ \
| * | AugmentScala2Traits: fix typo in comment.Dmitry Petrashko2015-08-201-1/+1
| * | Helper to get pickler phase.Dmitry Petrashko2015-08-171-0/+3
| * | All non-deferred Scala2 defined methods in traits need a method in implClass.Dmitry Petrashko2015-08-172-1/+2
| * | Names of superaccessors can change during the pipelineDmitry Petrashko2015-08-171-1/+1
| * | Scala2 supecraccessors are pickled as private, but compiled as public expandedDmitry Petrashko2015-08-171-2/+3
| |/
* | ExpandSAMs: create isDefinedAt with correct name.Dmitry Petrashko2015-08-201-1/+1
* | ExpandSams: Fix handling of PartialFunctionsDmitry Petrashko2015-08-171-2/+3
|/
* Merge pull request #755 from dotty-staging/fix-getClassDmitry Petrashko2015-08-151-1/+1
|\
| * GetClass: get classSymbol reliablyDmitry Petrashko2015-08-131-1/+1
* | Do not emit static forwarders in non-static modules.Dmitry Petrashko2015-08-131-2/+2
* | Fix emission of static initialisers for Modules.Dmitry Petrashko2015-08-131-1/+10
|/
* Make sure expanded method names are legal according to JVM specMartin Odersky2015-08-051-1/+5
* Revert "Workaround #742 and add a test for it."Martin Odersky2015-08-051-19/+18
* Add LiftTry phaseMartin Odersky2015-08-052-0/+67
* Make ensureConforms behave gracefully fter erasureMartin Odersky2015-08-052-8/+18
* Implement non-local returnsMartin Odersky2015-08-044-0/+94
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-0415-42/+112
|\
| * Applied review commentsMartin Odersky2015-08-043-4/+3
| * Fix #745, memoise should be able to get type of field from setter.Dmitry Petrashko2015-07-281-8/+14
| * Fix #744Dmitry Petrashko2015-07-281-1/+1
| * Workaround #742 and add a test for it.Dmitry Petrashko2015-07-281-18/+19
| * Fix lazy vals in mixinDmitry Petrashko2015-07-282-3/+4
| * Fix enumeration of all members of the classDmitry Petrashko2015-07-281-1/+1
| * Survive Nodenotation in computeDenotMartin Odersky2015-07-271-1/+1
| * Workaround an issue in mixin.Dmitry Petrashko2015-07-241-1/+5
| * Lazy initialisers names do not get mangled.Dmitry Petrashko2015-07-241-1/+1
| * YCheck that methods, fields and variables have names that are valid on JVM.Dmitry Petrashko2015-07-231-0/+9
| * YCheck that all methods are defined in treeDmitry Petrashko2015-07-231-0/+11
| * Add Symdenotation. isValueClassConvertMethodDmitry Petrashko2015-07-232-2/+9
| * Address review comments of #693Dmitry Petrashko2015-07-202-2/+2
| * Fixes to name comparisonDmitry Petrashko2015-07-201-5/+3
| * Patmat: fix sub patterns of Product-1'sDmitry Petrashko2015-07-131-1/+1
| * Make symbols have predictable hash codes.Dmitry Petrashko2015-07-131-0/+2
| * Fix ClassCastException in patmat when using Product1.Dmitry Petrashko2015-07-131-1/+1
| * SpecializeNames: Duplicate scalac behaviour, sort tparamsDmitry Petrashko2015-07-134-5/+37
| * Make trees have predictable hash codes.Dmitry Petrashko2015-07-131-1/+1
* | Put GetClass to next mini-phaseAlexander Myltsev2015-07-271-2/+2
* | Implement getClass methodAlexander Myltsev2015-07-252-0/+50
* | Merge pull request #724 from dotty-staging/labels-YcheckDmitry Petrashko2015-07-222-2/+7
|\ \