summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/Tasks.scala
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-5/+5
* SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-291-7/+4
* Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-151-1/+1
* SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-291-9/+86
* Cull extraneous whitespace.Paul Phillips2013-09-181-25/+0
* SI-7474 Parallel collections: End the exception handling madnessSimon Ochsenreither2013-05-281-5/+7
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-7236 Deprecate ThreadPoolTaskSupport and friendsSimon Ochsenreither2013-03-131-1/+3
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-8/+8
* Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* SI-6811 Remove parts of scala.concurrent not needed by scala.actorsSimon Ochsenreither2013-01-171-54/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+0
* | Remove unused private members.Paul Phillips2012-11-011-9/+0
|/
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-8/+8
* SIP-14: clean ups and fixesphaller2012-05-171-1/+1
* Removed "Todo: test" where a test exists.Simon Ochsenreither2012-03-121-1/+1
* Adding execution context based task support implementation.Aleksandar Prokopec2012-03-021-36/+65
* Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-021-5/+5
|\
| * Whitespace commit.Paul Phillips2012-02-291-5/+5
* | Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-231-69/+66
|/
* Fix for SI-5375.aleksandar2012-01-251-25/+32
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-16/+16
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-1/+1
* Added a temporary fix for #4351, but disabled i...Aleksandar Pokopec2011-03-241-2/+68
* Adding some tests for #3651.Aleksandar Pokopec2011-03-221-1/+4
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-0/+3
* Changed Super to fix #4300Martin Odersky2011-03-141-3/+3
* Updated docs. No review.Aleksandar Pokopec2011-02-101-4/+11
* Merge branch 'work'Aleksandar Pokopec2011-01-261-3/+3
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-211-18/+41
* Eliminating all possible warnings from trunk.Paul Phillips2010-12-111-2/+2
* Made parallel collections serializable.Aleksandar Pokopec2010-12-091-1/+8
* Fixed parallel ranges to use the same range log...Aleksandar Pokopec2010-12-091-0/+2
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-091-68/+227
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-2/+2
* Some exception handling fixes in parallel colle...Aleksandar Pokopec2010-10-201-8/+14
* Refactoring certain tasks to accept empty split...Aleksandar Pokopec2010-10-201-17/+0
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-12/+38
* Improved parallel scan performance further.Aleksandar Pokopec2010-09-141-0/+20
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-131-1/+1
* Parallel collection library renamings. No reviewAleksandar Pokopec2010-07-231-0/+1
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-181-0/+230