summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add NonDeterministic evidence needed to call nondeterministic methods.aleksandar2012-01-196-54/+91
* Add implicit conversion for futures that enables calling nondeterministic met...aleksandar2012-01-194-100/+113
* Deprecating some traits in scala.concurrent.aleksandar2012-01-1910-5/+23
* Fix `all` combinator on futures, refactor execution context, remove disabled ...aleksandar2012-01-197-1262/+88
* 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-12178-3483/+5458
|\
| * Update Future.onSuccess to take a PartialFunction.Philipp Haller2012-01-121-7/+9
| * Merge branch 'master' into execution-contextVojin Jovanovic2012-01-09177-3476/+5449
| |\
| | *---. 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-028-122/+105
| | | | * | Hardening of adaptoNewRun to survive issues in presentation compiler.Martin Odersky2012-01-011-4/+8
| | | * | | Closes SI-5354.Martin Odersky2012-01-042-7/+17
| | * | | | Fix for PartialFunction NPE.Paul Phillips2012-01-081-2/+2
| | * | | | Don't hard fail over missing classfiles.Paul Phillips2012-01-071-2/+3
| | * | | | Cleanups in Cleanup.Paul Phillips2012-01-076-85/+120
| | * | | | Made type constraint propagation off by default.Paul Phillips2012-01-071-1/+1
| | * | | | TypeConstraint/TypeVar refinement.Paul Phillips2012-01-072-24/+38
| | * | | | Made Array manifests return type arguments.Paul Phillips2012-01-072-3/+3
| | | |_|/ | | |/| |
| | * | | Remedy spurious bounds conformance failure.Paul Phillips2012-01-061-6/+4
| | * | | Output improvements for TypeVar tracing.Paul Phillips2012-01-061-10/+12
| | * | | Fix for crasher where Arrays meet abstract types.Paul Phillips2012-01-061-4/+6
| | * | | Fix for crasher during type inference.Paul Phillips2012-01-061-2/+11
| | * | | TypeVar tracing.Paul Phillips2012-01-062-85/+162
| | * | | Error message improvement.Paul Phillips2012-01-051-4/+9
| | * | | Init order issue in Manifest toStrings.Paul Phillips2012-01-051-43/+22
| | * | | Fix issue with higher-order type params.Paul Phillips2012-01-052-13/+34
| | * | | More consistent use of Names.Paul Phillips2012-01-0573-993/+1205
| | * | | Merge branches 'findMemberRewrite-redux' and 'jan4-map-paramss'Paul Phillips2012-01-0510-47/+51
| | |\ \ \
| | | * | | Consolidated misc collections helper methods.Paul Phillips2012-01-0510-47/+51
| | * | | | Optimization in refchecks.Paul Phillips2012-01-052-1/+4
| | * | | | Optimization in genjvm.Paul Phillips2012-01-051-22/+15
| | * | | | Optimization in Constructors.Paul Phillips2012-01-051-19/+11
| | * | | | Optimizing findMember.Paul Phillips2012-01-052-11/+23
| | * | | | Moved Origins into scala.reflect.internal.util.Paul Phillips2012-01-051-8/+8
| | |/ / /
| | * | | Fix in bytecode generation.Paul Phillips2012-01-051-1/+1
| | * | | Don't mark mixed in methods as bridges.Paul Phillips2012-01-051-1/+1
| | * | | Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-041-1/+11
| | * | | Don't infer protected members into lub refinements.Paul Phillips2012-01-041-12/+21
| | * | | Fix bugs with lubs.Paul Phillips2012-01-041-2/+32
| | * | | Closes SI-5354.Martin Odersky2012-01-042-7/+17