summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make PresentationCompilerThread a daemontkong2012-04-071-0/+1
* Flag performance and Name management.Paul Phillips2012-04-0612-84/+139
* Merge branch 'apr6-flags' of leaf:/scala/trunk into developPaul Phillips2012-04-0612-191/+216
|\
| * Moving flags around for performance.Paul Phillips2012-04-0611-173/+198
* | Merge commit 'pull/358/head' into developPaul Phillips2012-04-064-4/+96
|\ \
| * \ Merge branch 'master' into topic/reflectMartin Odersky2012-04-0553-250/+1216
| |\ \
| | * | Test case for overloading resolution during reflection.Martin Odersky2012-04-051-0/+16
| * | | Added overloading resolution to reflect.api.SymbolMartin Odersky2012-04-053-8/+84
* | | | Style tweaks to b28ece2f4b .Paul Phillips2012-04-061-4/+8
* | | | SI-4134: abstract override crasher if lacking super implSom Snytt2012-04-065-10/+44
* | | | fix memory leak in Iterator.++David Andrzejewski2012-04-061-1/+3
* | | | Make NumericRange# O(1) instead of O(n).Simon Ochsenreither2012-04-063-17/+16
* | | | Fix for SI-5591.Geoff Reedy2012-04-063-1/+12
| |_|/ |/| |
* | | Fix for SI-5644.Paul Phillips2012-04-069-22/+898
* | | A little BoxesRunTime fix.Paul Phillips2012-04-061-2/+2
* | | Disable dysfunctional inline annotation.Paul Phillips2012-04-061-1/+4
* | | Giving HotSpot a better chance at BoxesRunTime.Paul Phillips2012-04-061-202/+163
* | | Merge commit 'refs/pull/355/head^'Paul Phillips2012-04-053-3/+3
|\ \ \
| * | | avoid field init prob: make NoTreeAnnotation a defAdriaan Moors2012-04-053-3/+3
* | | | Merge branch 'develop'Paul Phillips2012-04-0511-50/+329
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge commit 'refs/pull/353/head'; commit 'refs/pull/354/head'; commit 'refs/...Paul Phillips2012-04-0511-50/+329
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | * | | SIP-11 String Interpolation SimplificationDominik Gruntz2012-03-281-1/+1
| | | | | * | | SIP-11 String Interpolation SimplificationDominik Gruntz2012-03-281-14/+12
| | | | | * | | String interpolation bug fixDominik Gruntz2012-03-284-1/+10
| | | | * | | | Fixed broken links in sources of scala/annotationDominik Gruntz2012-04-052-3/+3
| | | | |/ / /
| | | * | | | Add some ExecutionContext factories.Aleksandar Prokopec2012-04-044-16/+30
| | * | | | | Add tests for future combinators: map, flatMap, filter, collect, foreach, rec...phaller2012-04-041-16/+274
| | |/ / / /
* | / / / / A boatload of work on Symbols and Flags.Paul Phillips2012-04-0528-589/+977
|/ / / / /
* | | | | Symbol activity tracer.Paul Phillips2012-04-054-2/+181
* | | | | Fix for continuations issue with match blocks.Paul Phillips2012-04-053-1/+35
* | | | | Fix for continuations issue.Paul Phillips2012-04-056-14/+77
| |_|/ / |/| | |
* | | | Added Option#fold.Paul Phillips2012-04-043-0/+36
* | | | Unify "object Foo" and "Foo.type".Paul Phillips2012-04-044-9/+15
|/ / /
| | |
| \ \
*-. \ \ Merge commit 'refs/pull/350/head'; commit 'refs/pull/351/head' into developPaul Phillips2012-04-035-5/+145
|\ \ \ \
| | * | | Added presentation memory leak test.Iulian Dragos2012-04-034-2/+142
| | | |/ | | |/|
| * | | avoid memory leak by avoiding default argAdriaan Moors2012-04-031-3/+3
* | | | Fixed class cast exception thrown when re-initializing maven-ant-tasks.Josh Suereth2012-04-031-1/+3
|/ / /
* | | Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-039-118/+197
* | | Merge branch 'develop'Paul Phillips2012-04-0221-82/+468
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge remote-tracking branches 'axel22/feature/future-compat', 'dlwh/issues/5...Paul Phillips2012-04-0271-527/+1301
| |\ \ \ \ \ \
| | | | | * | | Merge branch 'master' into feature/collection-concurrentAleksandar Prokopec2012-04-02286-5914/+7990
| | | | | |\| |
| | | | | * | | Add JavaConversions and JavaConverters concurrent.Map support.Aleksandar Prokopec2012-03-282-24/+96
| | | | * | | | SI-5627 BigInt.equals(Number) and BigDecimal.equals(Number) should implement ...Dmitry Nadezhin2012-04-024-3/+162
| | | | | |/ / | | | | |/| |
| | | * | | | Maven repository dependencies are now added to distributions.Josh Suereth2012-03-312-12/+24
| | | * | | | Build.xml can now resolve artifacts from maven central and use them in the bu...Josh Suereth2012-03-311-2/+16
| | * | | | | Fixes SI-5632 (serialization of large HashTables)David Hall2012-03-301-1/+1
| * | | | | | Remove blocking from execution contexts.Aleksandar Prokopec2012-03-304-26/+54
| * | | | | | Add withFilter and mapTo to futures.Aleksandar Prokopec2012-03-292-31/+32
* | | | | | | Fix for SI-3272.Paul Phillips2012-04-024-23/+48
| |_|_|/ / / |/| | | | |
* | | | | | Pushed Symbol/Type creation partitioning further.Paul Phillips2012-04-0113-88/+148