aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * New pos testsMartin Odersky2015-05-275-0/+62
| * Categorize disabled tests into pos/runMartin Odersky2015-05-275-0/+0
| * Disable failing testMartin Odersky2015-05-272-0/+0
| * Make ClassfileConstants thread-safe.Martin Odersky2015-05-262-34/+29
| * Disabled two failing testsMartin Odersky2015-05-262-0/+0
|/
* Merge pull request #585 from dotty-staging/fix/collection-relatedodersky2015-05-2524-118/+423
|\
| * Calibrate findMember logging thresholds and test caseMartin Odersky2015-05-212-3/+63
| * Move findMember count tracking from TypeComparer to ContextMartin Odersky2015-05-213-11/+17
| * Rename Reporter#echo -> printlnMartin Odersky2015-05-214-17/+17
| * Harden display logicMartin Odersky2015-05-213-3/+12
| * Avoid cycle between findMember and &Martin Odersky2015-05-212-15/+33
| * Add equals and hashcode to LazyRefMartin Odersky2015-05-211-0/+5
| * Show LazyRefs nicelyMartin Odersky2015-05-211-0/+2
| * Move threshold values to ConfigMartin Odersky2015-05-215-24/+29
| * Implement type beta reduction in lookupRefinedMartin Odersky2015-05-211-14/+44