summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Moved and edited tests.Paul Phillips2012-02-2311-5/+80
* Make partest not fail over code.jar's placement.Paul Phillips2012-02-231-3/+5
* Merge remote-tracking branch 'adriaanm/ticket/errortests'Paul Phillips2012-02-236-1/+26
|\
| * test for DependentMethodTpeConversionToFunctionErrorAdriaan Moors2012-02-232-0/+9
| * test for TooManyArgsPatternErrorAdriaan Moors2012-02-232-0/+9
| * test for OverloadedUnapplyErrorAdriaan Moors2012-02-232-1/+8
* | One more to derive trees.Paul Phillips2012-02-2316-66/+99
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'namin/add-test-for-finitary-error', 'namin/ad...Paul Phillips2012-02-2312-4/+60
|\ \ \ \ \ \
| | | | | * | Change time constants in test to avoid failures.Aleksandar Prokopec2012-02-232-4/+4
| | | | * | | Add test for AbstractionFromVolatileTypeError.Nada Amin2012-02-232-0/+15
| | | | | |/ | | | | |/|
| | | * / | Add tests for QualifyingClassError.Nada Amin2012-02-234-0/+21
| | | |/ /
| | * / / Add test for ConstructorPrefixError.Nada Amin2012-02-232-0/+11
| | |/ /
| * / / Add test case for ParentInheritedTwiceError.Nada Amin2012-02-232-0/+9
| |/ /
* / / Added test case for FinitaryError.Nada Amin2012-02-232-0/+7
|/ /
* / Methods to derive ValDefs and Templates.Paul Phillips2012-02-2315-64/+97
|/
* Methods to derive new DefDefs.Paul Phillips2012-02-2313-109/+116
* One last nudge for elidable.Paul Phillips2012-02-227-38/+8
* Reworked and restored elidable.Paul Phillips2012-02-2210-118/+323
* Revert recent elidable commits.Paul Phillips2012-02-228-152/+33
* Disabled one failing test.Paul Phillips2012-02-225-0/+0
* More use of perRunCaches.Paul Phillips2012-02-226-18/+14
*-. Merge remote-tracking branches 'axel22/feature/benchmarks' and 'hubertp/topic...Paul Phillips2012-02-223-0/+113
|\ \
| | * Deprecate Refined Build Manager.Hubert Plociniczak2012-02-221-0/+1
| * | Add 2 benchmarks for Ctries.Aleksandar Prokopec2012-02-222-0/+112
* | | Don't populate the concreteSpecMethod set in presentation compiler runs. This...Iulian Dragos2012-02-221-1/+1
| |/ |/|
* | Merge remote-tracking branch 'soc/SI-5034' into developPaul Phillips2012-02-211-20/+0
|\ \
| * | Removed dead code in RefChecks.Simon Ochsenreither2012-02-201-20/+0
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'som-snytt/elide-nothing', 'szabolcsberecz/SI-...Paul Phillips2012-02-218-1/+65
|\ \ \ \ \
| | | * | | Test for SI-5171Szabolcs Berecz2012-02-212-0/+8
| | * | | | Test for SI-5316Szabolcs Berecz2012-02-212-1/+20
| | |/ / /
| * / / / Disallow eliding when Nothing is expectedSom Snytt2012-02-214-0/+37
| |/ / /
* / / / Added the SYNTHETIC flag for BRIDGE methods. The Eclipse Java compiler compla...Iulian Dragos2012-02-211-1/+1
|/ / /
* | | Eliminating duplication in zero creation.Paul Phillips2012-02-204-31/+26
* | | Merge remote-tracking branches 'jsuereth/2.10.0-milestones' and 'szabolcsbere...Paul Phillips2012-02-203-2/+54
|\ \ \
| * | | Fix for SI-5215 part 2: generate return value when eliding method callsSzabolcs Berecz2012-02-203-2/+54
| |/ /
* | | Speed up deployment using combined deploy settings.Josh Suereth2012-02-201-36/+10
* | | Fixed POM for sonatypes standards.v2.10.0-M2Josh Suereth2012-02-208-0/+96
* | | Added the ability to publish signed artifacts.Josh Suereth2012-02-201-2/+102
* | | Javadoc + Source jar generation is now complete for maven deployment.Josh Suereth2012-02-203-48/+166
|/ /
* | A better error message for inheritance conflict.Paul Phillips2012-02-195-1/+66
* | Streamlining skolemization, specialization.Paul Phillips2012-02-196-58/+75
* | Merge remote-tracking branch 'TiarkRompf/SI-5506' into developPaul Phillips2012-02-194-7/+115
|\ \
| * | fixes SI-5506. better cps type propagation for polymorphic and multi-argument...Tiark Rompf2012-02-194-7/+115
* | | Merge remote-tracking branch 'szabolcsberecz/SI-5215' into developPaul Phillips2012-02-194-17/+52
|\ \ \
| * | | Fix for SI-5215: scalac crash when @elidable used in traitSzabolcs Berecz2012-02-194-17/+52
* | | | Specialize Tuple2 on more types.Paul Phillips2012-02-192-2/+2
|/ / /
* | | Fix [@spec A] to correctly induce AnyRef specialization.Erik Osheim2012-02-192-20/+19
* | | Merge remote-tracking branch 'phaller/execution-context'Paul Phillips2012-02-191-1/+1
|\ \ \
| * | | Fix race condition in scala-concurrent-tck testPhilipp Haller2012-02-191-1/+1
* | | | More specialization tests.Paul Phillips2012-02-198-6/+93