summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Added implementations for any and find on collections of futures.Heather Miller2012-01-193-7/+55
* Refactor concurrent package and execution contexts.aleksandar2012-01-167-55/+101
* Work in progress.brijest2012-01-166-19/+48
* Add execution context implementation to akka futures.aleksandar2012-01-163-32/+163
* Migrate akka promises. Changes to some of the interfaces.aleksandar2012-01-139-44/+245
* Work in progress on porting akka promises and futures.aleksandar2012-01-137-184/+231
* Port of akka Future implementation in progress.aleksandar2012-01-124-16/+269
* Refactor await calls for awaitable objects to ready and result calls.aleksandar2012-01-123-80/+74
* Refactor blockable to awaitable on several places.aleksandar2012-01-124-6/+8
* Merge branch 'execution-context' of github.com:phaller/scala into execution-c...aleksandar2012-01-1249-317/+684
|\
| * Update Future.onSuccess to take a PartialFunction.Philipp Haller2012-01-121-7/+9
| * Merge branch 'master' into execution-contextVojin Jovanovic2012-01-0948-310/+675
| |\
| | *---. Merge remote-tracking branches 'odersky/master', 'odersky/topic/capturing' an...Paul Phillips2012-01-095-11/+16
| | |\ \ \
| | | | | * Accept prefixed xml attributes with null valueSzabolcs Berecz2012-01-071-6/+9
| | | | | * Fixed equality and string representation of xml attributes with null valueSzabolcs Berecz2012-01-074-5/+7
| | | | * | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-021-0/+15
| | * | | | Fix for PartialFunction NPE.Paul Phillips2012-01-081-2/+2
| | * | | | Cleanups in Cleanup.Paul Phillips2012-01-072-2/+20
| | * | | | Made Array manifests return type arguments.Paul Phillips2012-01-072-3/+3
| | | |_|/ | | |/| |
| | * | | Init order issue in Manifest toStrings.Paul Phillips2012-01-051-43/+22
| | * | | More consistent use of Names.Paul Phillips2012-01-053-15/+32
| | * | | Added forall to Option.Paul Phillips2012-01-031-0/+7
| | |/ /
| | * | Added option -Xlog-reflective-calls.Paul Phillips2012-01-021-3/+2
| | * | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-021-0/+15
| | |/
| | * More performance work.Paul Phillips2011-12-301-0/+6
| | * Low-level optimization.Paul Phillips2011-12-301-3/+4
| | * Better hunting for tools.jar.Paul Phillips2011-12-301-0/+5
| | *---. Merge remote-tracking branches 'ijuma/issue/5341', 'kepler/topic/reifyclosure...Paul Phillips2011-12-272-0/+45
| | |\ \ \
| | | | | * Documented emptyValDef fieldEugene Burmako2011-12-231-0/+5
| | | | |/
| | | * / fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-251-0/+40
| | | |/
| | * | [vpm] better codegen, especially for alternatives (suggested by Tiark)Adriaan Moors2011-12-241-15/+9
| | * | [vpm] optimized codegen avoids option-boxingAdriaan Moors2011-12-241-0/+1
| | |/
| | * Merge remote-tracking branches 'axel22/issue/5293' and 'jsuereth/fix-5053-vie...Paul Phillips2011-12-195-43/+335
| | |\
| | | * unzip(3) on view now returns view.Josh Suereth2011-12-181-0/+6
| | | * Restored some methods to List.Paul Phillips2011-12-171-0/+247
| | | * Intermediate range commit.Paul Phillips2011-12-161-106/+79
| | | * Merge remote-tracking branch 'repo/develop'Paul Phillips2011-12-121-0/+1
| | | |\
| | | | * Clarify scala.collection.immutable.Map#withDefaultValue() docs.Blair Zajac2011-12-081-0/+1
| | | * | Added cast to ParRange.Paul Phillips2011-12-121-1/+1
| | | * | Range.foreach optimization.Paul Phillips2011-12-121-12/+77
| | | |/
| | * / Fix #5293 - changed the way hashcode is improved in hash sets.aleksandar2011-12-192-31/+81
| | |/
| | *---. Merge remote-tracking branches 'soc/SI-4990', 'fedgehog/docs_fix_for_scala.Ei...Paul Phillips2011-12-0724-135/+73
| | |\ \ \
| | | | * | Fix documentation errorfedgehog2011-12-071-4/+4
| | | | |/
| | | * / Migration message and version cleanupSimon Ochsenreither2011-12-0723-131/+69
| | | |/
| | * / Restructed Enumeration a little.Paul Phillips2011-12-071-21/+14
| | |/
* | / Changing trait CanBlock name to CanAwait.aleksandar2012-01-123-3/+5
|/ /
* | Change promise method signature.aleksandar2011-12-131-1/+1
* | Add test cases for blocking. Fix in the failed projection.aleksandar2011-12-132-6/+10
* | Rename block->await. Add more tck test cases.aleksandar2011-12-135-20/+21
* | Fix default.ExecutionContextImpl.promise. Add promise test.Philipp Haller2011-12-131-3/+3