summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge-inline' of /scratch/trunk3 into developPaul Phillips2012-03-1418-35/+26
|\
| * Merge branch 'master' into merge-inlinePaul Phillips2012-03-14137-1277/+6635
| |\
| * | Making AnyVal into a class instead of a trait.Paul Phillips2012-02-041-1/+1
| * | Having Proxy extend Any as well.Paul Phillips2012-02-041-3/+2
| * | Made Any parents work more.Paul Phillips2012-02-042-5/+5
| * | Eliminated ScalaObject.Paul Phillips2012-02-031-1/+2
| * | Mostly eliminated ScalaObject.Paul Phillips2012-02-032-14/+1
| * | Merge branch 'master' into topic/inlinePaul Phillips2012-02-036-31/+14
| |\ \
| * | | intermediate work towards a new starr for value classes.Martin Odersky2012-02-035-8/+10
| * | | More work on inline classes.Paul Phillips2012-01-302-3/+1
| * | | Eliminated 2500 lines of whitespace changes.Paul Phillips2012-01-305-280/+280
| * | | Merge branch 'master' into inlinePaul Phillips2012-01-303-136/+171
| |\ \ \
| * | | | Resinstantiating anyval-children test. Getting he complete build to run.Martin Odersky2012-01-301-1/+2
| * | | | Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-2913-304/+315
| |\ \ \ \
| | * | | | Unsealed AnyVal.Paul Phillips2012-01-2810-290/+292
* | | | | | Merge remote-tracking branches 'soc/fix-todos' and 'axel22/feature/pc-executi...Paul Phillips2012-03-149-4/+78
|\ \ \ \ \ \
| * | | | | | Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-149-4/+78
| | |_|_|_|/ | |/| | | |
* / | | | | Removed "Todo: test" where a test exists.Simon Ochsenreither2012-03-121-1/+1
|/ / / / /
* | | | | Merge remote-tracking branches 'adriaanm/ticket/5189' and 'jsuereth/better-st...Paul Phillips2012-03-115-19/+24
|\ \ \ \ \
| * | | | | SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-094-17/+16
| * | | | | SI-5189 1/2: inferConstrInst uses correct varianceAdriaan Moors2012-03-091-2/+8
* | | | | | Add symbol to Manifests.Paul Phillips2012-03-092-7/+22
|/ / / / /
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge remote-tracking branches 'dragos/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-052-9/+30
|\ \ \ \ \ \
| | * | | | | Handle empty format specifiers in the formatting interpolator.Jason Zaugg2012-03-031-6/+7
| |/ / / / / |/| | | | |
| * | | | | Make task support implementations public.Aleksandar Prokopec2012-03-051-3/+23
|/ / / / /
* | | | | Adding execution context based task support implementation.Aleksandar Prokopec2012-03-024-51/+104
* | | | | Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-02100-691/+795
|\ \ \ \ \
| * | | | | Whitespace commit.Paul Phillips2012-02-2997-680/+679
| * | | | | Reworking synchronized patch.Paul Phillips2012-02-281-15/+0
| * | | | | Merge remote-tracking branch 'szabolcsberecz/SI-64' into SI-64-freshPaul Phillips2012-02-281-0/+15
| |\ \ \ \ \
| | * | | | | replace methods containing a synchronized body with synchronized methodsSzabolcs Berecz2012-02-161-0/+15
| * | | | | | Specialized NonLocalReturnControl.Paul Phillips2012-02-272-3/+5
| * | | | | | Improvement to API docs: GenTraversableLike and List. Fixes SI-5522.Heather Miller2012-02-252-1/+11
| * | | | | | Fleshed out the @elidable documentation.Paul Phillips2012-02-231-15/+43
| * | | | | | update api docs for @elidable to match the behaviour more closely.Szabolcs Berecz2012-02-231-4/+7
| * | | | | | One more to derive trees.Paul Phillips2012-02-231-4/+38
| * | | | | | Methods to derive ValDefs and Templates.Paul Phillips2012-02-231-0/+29
* | | | | | | Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-2315-220/+295
|/ / / / / /
* | | | | | Methods to derive new DefDefs.Paul Phillips2012-02-231-1/+28
* | | | | | Specialize Tuple2 on more types.Paul Phillips2012-02-191-1/+1
* | | | | | Cleanup in aisle New.Paul Phillips2012-02-181-3/+2
* | | | | | Fix for "type _$1 defined twice".Paul Phillips2012-02-175-143/+127
* | | | | | 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-16135-1152/+3891
| |\ \ \ \ \ \
| * | | | | | | 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