summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Philipp Haller2011-12-071-5/+9
|\
| * Fixed the docs a bit.Aleksandar Prokopec2011-12-071-5/+9
* | Add future method to ExecutionContext trait. Log uncaught exceptions to stderr.Philipp Haller2011-12-073-16/+26
|/
* Fixing match errors in the on* callback methods in future.Aleksandar Prokopec2011-12-071-7/+8
* The isTimedout on fj futures fixed.Aleksandar Prokopec2011-12-071-1/+1
* Got the futures and execution contexts related code to compile.Aleksandar Prokopec2011-12-076-55/+132
* Merge branch 'master' of https://github.com/scala/scala into execution-contextAleksandar Prokopec2011-12-0733-9/+78
|\
| * Merge branch 'master' of /scala/trunk into developPaul Phillips2011-12-061-0/+5
| |\
| | * Gave Option its own nonEmpty.Paul Phillips2011-12-061-0/+5
| * | Fix documentation stutters.Blair Zajac2011-12-065-5/+5
| |/
| * Update scaladoc links to collections overview.Josh Marcus2011-12-0628-38/+34
| * Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-0527-0/+68
* | Implementation of the fj task and future.Aleksandar Prokopec2011-12-076-109/+175
* | A slight refactoring in promise and task factory methods.Aleksandar Prokopec2011-12-071-2/+2
* | Adding some comments to block on. Removing timeout parameters.Aleksandar Prokopec2011-12-064-9/+31
* | Completed default implementations of monadic ops on futures.Aleksandar Prokopec2011-12-051-6/+50
* | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-051-0/+1051
|\ \
| * | Add Akka's future implementation for referencePhilipp Haller2011-12-051-0/+1051
* | | The default implementations for some of the future methods.Aleksandar Prokopec2011-12-054-15/+85
|/ /
* / Migration of scala.concurrent to clean fork of new Scala repo.Philipp Haller2011-12-058-0/+968
|/
*-. Merge remote-tracking branches 'kepler/topic/reifyclasses' and 'ijuma/feature...Paul Phillips2011-12-041-9/+3
|\ \
| | * Delegate to Java's implementation of signum for Long and Int.Ismael Juma2011-12-031-9/+3
| |/
* / Add a mnemonic to help remember what's the difference between +:Daniel C. Sobral2011-12-042-0/+8
|/
*-----. Merge remote-tracking branches 'dcsobral/parser/NoSuccessMessages', 'dcsobral...Paul Phillips2011-12-023-15/+70
|\ \ \ \
| | | * | Make Enumeration.ValueSet SerializableStefan Zeiger2011-12-021-2/+3
| | | * | Enumeration and Enumeration.ValueSet improvementsStefan Zeiger2011-12-021-15/+48
| | * | | Makes Range#sum an O(1) operation instead of an O(n) one.Simon Ochsenreither2011-12-021-0/+7
| | |/ /
| * | / Add filter/withFilter method to ParserDaniel Capo Sobral2011-12-021-0/+14
| | |/ | |/|
* / | Add withErrorMessage/withFailureMessage to Parser.Daniel C. Sobral2011-12-021-0/+56
|/ /
* / Improve performance of BitSet.sizeStefan Zeiger2011-12-021-12/+1
|/
*-. Merge commit 'e21c05'; commit '8b8ed9'; commit '335da6'; commit '5d7da7' into...Paul Phillips2011-12-011-1/+2
|\ \
| | * Example in scala.sys.process didn't match the text that describes it. Fixed.Daniel C. Sobral2011-12-011-1/+2
| |/
* / Fix typo on Regex documentation.Daniel C. Sobral2011-12-011-1/+1
|/
*-. Merge remote-tracking branches 'remotes/odersky/master', 'remotes/odersky/top...Paul Phillips2011-12-017-20/+113
|\ \
| | * Improved BitSet implementationsStefan Zeiger2011-12-016-20/+111
| |/ |/|
| * Special treatment of emptyValDef in reifyMartin Odersky2011-12-011-0/+2
|/
* -Yreify-copypaste: the copy/pasteable mode for ...Eugene Burmako2011-11-281-2/+2
* Experimental version of macro definitions.Martin Odersky2011-11-281-3/+4
* Fix for erroneous bytecode generation.Paul Phillips2011-11-281-42/+0
* Annotations reacquainted with reification.Paul Phillips2011-11-261-3/+6
* Fast PartialFunction # orElse.Martin Odersky2011-11-244-14/+21
* Refinements of "def seq" and murmurhash.Paul Phillips2011-11-2419-57/+103
* Preparations for new version of AbstractPartial...Martin Odersky2011-11-232-2/+10
* More beautiful fast orElse infrastructure.Martin Odersky2011-11-222-7/+13
* First part of campaign to make orElse on partia...Martin Odersky2011-11-222-9/+38
* Move allDeclarations to make it available to al...amin2011-11-221-5/+5
* Partial cleanup and generalization of tree prin...Martin Odersky2011-11-194-4/+63
* Cleanups in TypeApply creation and casting.Paul Phillips2011-11-191-1/+4
* Added missing file from last commitMartin Odersky2011-11-151-0/+46
* Towards better reflection APIs.Martin Odersky2011-11-156-53/+438