aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test #760Dmitry Petrashko2015-08-171-0/+23
* 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
* Merge pull request #755 from dotty-staging/fix-getClassDmitry Petrashko2015-08-152-2/+3
|\
| * GetClass: get classSymbol reliablyDmitry Petrashko2015-08-132-2/+3
* | Merge pull request #754 from dotty-staging/fix-objectsDmitry Petrashko2015-08-131-3/+12
|\ \ | |/ |/|
| * 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
|/
* Merge pull request #748 from dotty-staging/add/non-local/returnsodersky2015-08-0911-23/+250
|\
| * Revert "Disable -Ycheck:labelDefs"Martin Odersky2015-08-051-1/+1
| * 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-052-26/+18
| * Add LiftTry phaseMartin Odersky2015-08-055-1/+96
| * Make ensureConforms behave gracefully fter erasureMartin Odersky2015-08-052-8/+18
| * Disable -Ycheck:labelDefsMartin Odersky2015-08-041-1/+1
| * Implement non-local returnsMartin Odersky2015-08-045-0/+126
|/
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-04117-48/+137
|\
| * 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-283-1/+10
| * Add a test for #743 to pending.Dmitry Petrashko2015-07-281-0/+6
| * Workaround #742 and add a test for it.Dmitry Petrashko2015-07-282-18/+26
| * 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
| * Compile dotty.*, not only dotty.tools.Dmitry Petrashko2015-07-231-1/+1
| * Address review comments of #693Dmitry Petrashko2015-07-202-2/+2
| * Fixes to name comparisonDmitry Petrashko2015-07-201-5/+3
| * Remove warning from .check file that is not emitted by DottyDmitry Petrashko2015-07-141-3/+0
| * Update version of shared backend.Dmitry Petrashko2015-07-141-1/+1
| * Upgrade shared backend.Dmitry Petrashko2015-07-131-1/+1
| * 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
| * Enable 61 tests that succeed.Dmitry Petrashko2015-07-1395-0/+0
| * Fix ClassCastException in patmat when using Product1.Dmitry Petrashko2015-07-132-2/+2
| * SpecializeNames: Duplicate scalac behaviour, sort tparamsDmitry Petrashko2015-07-134-5/+37
| * Make trees have predictable hash codes.Dmitry Petrashko2015-07-131-1/+1
* | Merge pull request #734 from alexander-myltsev/add-getclassDmitry Petrashko2015-07-274-1/+118
|\ \
| * | Put GetClass to next mini-phaseAlexander Myltsev2015-07-271-2/+2
| * | Implement getClass methodAlexander Myltsev2015-07-254-0/+117
|/ /
* | Merge pull request #736 from alexander-myltsev/fix-classof-checkDmitry Petrashko2015-07-232-4/+7
|\ \
| * | Prettify console output of classof check testAlexander Myltsev2015-07-232-4/+7
|/ /
* | Merge pull request #724 from dotty-staging/labels-YcheckDmitry Petrashko2015-07-226-26/+21
|\ \