aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #628 from dotty-staging/fix/initializer-deadlocksDmitry Petrashko2015-06-0314-74/+77
|\
| * Test case for problems with lambda lifting.Martin Odersky2015-06-031-0/+9
| * Compute outer.path in lambdaLift at correct phase.Martin Odersky2015-06-033-4/+8
| * Narrow liftedOwner also for static objectsMartin Odersky2015-06-031-4/+3
| * Move test from lambdaLift.scala to a separate file in pending.Dmitry Petrashko2015-06-022-21/+20
| * Revert "Fix ElimStaticThis#transformIdent"Dmitry Petrashko2015-06-022-9/+4
| * Revert "Update t6260-delambdafy.check to account for change in lambda generat...Dmitry Petrashko2015-06-021-0/+1
| * Avoid static initialization deadlock in run tests (2).Martin Odersky2015-06-011-2/+9
| * Revert "Avoid static initialization deadlock in run tests."Martin Odersky2015-06-015-34/+23
|/
* Merge pull request #626 from smarter/fix/ast-tostringodersky2015-05-311-2/+2
|\
| * Add missing string interpolator prefix in some AST nodes' toStringGuillaume Martres2015-05-311-2/+2
|/
* Merge pull request #625 from smarter/add/ast-toStringodersky2015-05-311-2/+7
|\
| * Trees: Add toString for AST nodes which are not case classesGuillaume Martres2015-05-301-2/+7
* | Merge pull request #623 from dotty-staging/make-tests-passodersky2015-05-3118-62/+116
|\ \ | |/ |/|
| * Fix ElimStaticThis#transformIdentGuillaume Martres2015-05-302-4/+9
| * Update t6260-delambdafy.check to account for change in lambda generationGuillaume Martres2015-05-301-1/+0
| * Avoid static initialization deadlock in run tests.Guillaume Martres2015-05-305-23/+34
| * New phase: ElimStaticThisDmitry Petrashko2015-05-292-0/+39
| * Bring back disabled test.Martin Odersky2015-05-292-0/+0
| * Eliminate `_' from rhs of ValDefsMartin Odersky2015-05-295-36/+23
| * Stop running scala/scala tests instead of our junit tests.Martin Odersky2015-05-291-0/+1
| * Move test that fails again to disabled.Martin Odersky2015-05-292-0/+26
| * Revert "Fix #580: use isContainedIn to support cases where the enclosing clas...Martin Odersky2015-05-293-27/+1
| * Fix compilation failure by refining adaptation of constantsMartin Odersky2015-05-291-1/+13
|/
* Merge pull request #611 from dotty-staging/supercalls-traits-testDmitry Petrashko2015-05-286-8/+70
|\
| * Refine definition of isCurrentMartin Odersky2015-05-281-2/+3
| * Extended test case.Martin Odersky2015-05-272-2/+12
| * Mixin: generate a getter in implementing class only if currentMartin Odersky2015-05-272-4/+9
| * Fix bug in typer erasure's transformInfoMartin Odersky2015-05-271-1/+1
| * workaround https://issues.scala-lang.org/browse/SI-7666Dmitry Petrashko2015-05-271-5/+11
| * Add super calls to trait initialization test)Dmitry Petrashko2015-05-271-3/+3
| * Add a test for trait initialization.Dmitry Petrashko2015-05-271-0/+25
| * Add a test that tests supercalls in traits.Dmitry Petrashko2015-05-271-0/+15
* | Merge pull request #616 from dotty-staging/partest-packageDmitry Petrashko2015-05-281-6/+6
|\ \
| * | Package dotty before running partest.Dmitry Petrashko2015-05-281-6/+6
* | | Merge pull request #617 from smarter/fix/param-forwardingDmitry Petrashko2015-05-283-2/+107
|\ \ \ | |/ / |/| |
| * | ParamForwarding: do not require param accessors to be private[this]Guillaume Martres2015-05-283-2/+107
|/ /
* | Merge pull request #612 from vsalvis/vsalvis-fix-showdiffDmitry Petrashko2015-05-271-1/+20
|\ \
| * | Fix --show-diff for partestvsalvis2015-05-271-1/+20
* | | Merge pull request #615 from dotty-staging/dotc-improveDmitry Petrashko2015-05-271-2/+12
|\ \ \ | |/ / |/| |
| * | Support rebuilding tests in dotc, be smart about sbt incremental compilation.Dmitry Petrashko2015-05-271-3/+4
| * | Rebuild dotc if new *.scala files are found in `dotty/src`Dmitry Petrashko2015-05-271-0/+9
|/ /
* | Merge pull request #610 from lampepfl/DarkDimius-patch-1Dmitry Petrashko2015-05-271-1/+1
|\ \
| * | Show be more verbose when running partest on JenkinsDmitry Petrashko2015-05-271-1/+1
| |/
* | Merge pull request #598 from dotty-staging/add/simplify-primitivesodersky2015-05-275-5/+90
|\ \ | |/ |/|
| * Improve doc commentsMartin Odersky2015-05-272-1/+7
| * Uncomment testsMartin Odersky2015-05-271-2/+2
| * Introduce harmonization of numeric argumentsMartin Odersky2015-05-273-15/+70
| * Add harmonization method for harmonizing numeric types.Martin Odersky2015-05-273-1/+25
|/
* Merge pull request #607 from dotty-staging/fix/datarace-flagsDmitry Petrashko2015-05-2716-34/+91
|\