summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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
* | Change promise fulfill and break to success and failure.aleksandar2011-12-124-17/+20
* | Merge branch 'execution-context' of github.com:phaller/scala into execution-c...aleksandar2011-12-123-3/+109
|\ \
| * | Add global scheduler with default implementationPhilipp Haller2011-12-093-3/+109
* | | Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-124-44/+45
|/ /
* | A minor doc issue with timeouts.Aleksandar Prokopec2011-12-081-3/+0
* | Fixed the build.aleksandar2011-12-085-31/+41
* | Added Future companion object, with all method.Heather Miller2011-12-081-8/+34
* | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-075-202/+286
|\ \
| * \ Fix merge conflictPhilipp Haller2011-12-072-12/+20
| |\ \
| * | | Add promise implementation. Move fork/join implementation into default packag...Philipp Haller2011-12-075-204/+285
* | | | Some docs fixes.Aleksandar Prokopec2011-12-072-7/+27
| |/ / |/| |
* | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-073-16/+26
|\| |