summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make partest not fail over code.jar's placement.Paul Phillips2012-02-231-3/+5
* One more to derive trees.Paul Phillips2012-02-2316-66/+99
* 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-224-2/+8
* Reworked and restored elidable.Paul Phillips2012-02-222-115/+102
* Revert recent elidable commits.Paul Phillips2012-02-223-31/+30
* More use of perRunCaches.Paul Phillips2012-02-226-18/+14
*-. Merge remote-tracking branches 'axel22/feature/benchmarks' and 'hubertp/topic...Paul Phillips2012-02-221-0/+1
|\ \
| | * Deprecate Refined Build Manager.Hubert Plociniczak2012-02-221-0/+1
* | | 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-211-0/+1
|\ \ \ \
| * | | | Disallow eliding when Nothing is expectedSom Snytt2012-02-211-0/+1
| |/ / /
* / / / 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-202-29/+24
* | | Merge remote-tracking branches 'jsuereth/2.10.0-milestones' and 'szabolcsbere...Paul Phillips2012-02-201-0/+14
|\ \ \
| * | | Fix for SI-5215 part 2: generate return value when eliding method callsSzabolcs Berecz2012-02-201-0/+14
| |/ /
* | | 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-202-30/+40
|/ /
* | A better error message for inheritance conflict.Paul Phillips2012-02-191-1/+9
* | Streamlining skolemization, specialization.Paul Phillips2012-02-196-58/+75
* | Merge remote-tracking branch 'TiarkRompf/SI-5506' into developPaul Phillips2012-02-192-7/+50
|\ \
| * | fixes SI-5506. better cps type propagation for polymorphic and multi-argument...Tiark Rompf2012-02-192-7/+50
* | | Merge remote-tracking branch 'szabolcsberecz/SI-5215' into developPaul Phillips2012-02-192-15/+6
|\ \ \
| * | | Fix for SI-5215: scalac crash when @elidable used in traitSzabolcs Berecz2012-02-192-15/+6
* | | | Specialize Tuple2 on more types.Paul Phillips2012-02-192-2/+2
|/ / /
* | | Fix [@spec A] to correctly induce AnyRef specialization.Erik Osheim2012-02-191-16/+15
* | | More on SI-5500.Paul Phillips2012-02-184-34/+41
| | |
| \ \
*-. \ \ Merge branch 'master', remote-tracking branch 'non/si-5500' into developPaul Phillips2012-02-1812-57/+46
|\ \ \ \
| | * | | Fixed over-optimistic anyrefSpecCache (closes SI-5500).Erik Osheim2012-02-191-6/+9
| * | | | Cleanup in aisle New.Paul Phillips2012-02-1812-51/+37
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge remote-tracking branches 'hubertp/issue/5452' and 'hubertp/issue/5493' ...Paul Phillips2012-02-173-10/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | Closes #5497.Hubert Plociniczak2012-02-181-2/+6
| | | |/ / | | |/| |
| * / | | Closes #5452.Hubert Plociniczak2012-02-172-8/+19
| |/ / /
* | | | Merge remote-tracking branch 'scalamacros/pullrequest/macros' into developPaul Phillips2012-02-174-31/+75
|\ \ \ \
| * | | | Fixes miscellaneous macro bugsEugene Burmako2012-02-174-31/+75
| |/ / /
* | | | Merge branch 'develop'Paul Phillips2012-02-1730-116/+2571
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix for "type _$1 defined twice".Paul Phillips2012-02-177-144/+132
| * | | Merge remote-tracking branch 'phaller/execution-context' into feb17-alexPaul Phillips2012-02-1728-115/+2582
| |\ \ \
| | * | | Disable execution context and futures implementation in the default package.Aleksandar Prokopec2012-02-168-9/+10
| | * | | Merge branch 'master' into execution-contextAleksandar Prokopec2012-02-16279-8867/+10224
| | |\| |
| | * | | Change the default reportFailure implementation.Aleksandar Prokopec2012-02-031-2/+3
| | * | | Fix typo in Future trait. Simplify recoverWith.Philipp Haller2012-02-031-5/+2
| | * | | Rename to recoverWith and fallbackTo in Future.aleksandar2012-02-011-2/+2
| | * | | Replaced Either with Try throughout scala.concurrent.Heather Miller2012-01-319-115/+122
| | * | | Add some missing methods, remove obsolete methods in futures.aleksandar2012-01-306-36/+41