summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel
Commit message (Expand)AuthorAgeFilesLines
* Improve collections documentation and prefer () to {}vsalvis2015-10-271-1/+0
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-4/+4
* Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-9/+9
* Fix many typos in docs and commentsmpociecha2014-12-142-2/+2
* Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-067-7/+10
* SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-183-32/+43
* Made ParFlatHashTableIterator private vars private[this].Rex Kerr2014-02-151-3/+3
* SI-6908 FlatHashTable and things that depend on it can't store nullsRex Kerr2014-02-131-1/+1
* Removes Gen*View and Par*ViewJason Zaugg2013-11-266-497/+4
* Deprecates Par*View and Gen*ViewJason Zaugg2013-11-246-0/+7
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* Merge pull request #3086 from axel22/topic/pc-execution-contextAdriaan Moors2013-11-052-10/+87
|\
| * SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-292-10/+87
* | from Issue #3098Xusen Yin2013-11-051-2/+2
|/
* Removing unused code.Paul Phillips2013-10-021-0/+2
* Cull extraneous whitespace.Paul Phillips2013-09-1816-289/+0
* Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-302-2/+2
* SI-7624 Fix -feature warnings and build with -featureSimon Ochsenreither2013-08-151-0/+1
* SI-7474 Parallel collections: End the exception handling madnessSimon Ochsenreither2013-05-282-8/+11
* Absolutized paths involving the scala package.Paul Phillips2013-05-0343-289/+106
* SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-04-021-3/+1
* Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-5/+2
|\
| * [backport] SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-03-151-5/+2
* | SI-7236 Deprecate ThreadPoolTaskSupport and friendsSimon Ochsenreither2013-03-132-14/+14
* | Name boolean arguments in src/library.Jason Zaugg2013-03-054-4/+4
* | Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-1/+0
|\ \
| * | Remove unused symbols and imports from the library.Eugene Vigdorchik2013-03-051-1/+0
* | | Address some ScaladocrotJason Zaugg2013-02-251-1/+1
* | | Remove redundant explicit returns.Jason Zaugg2013-02-251-3/+3
* | | Remove redundant 'val' from case class params.Jason Zaugg2013-02-251-1/+1
* | | More explicit empty paren lists in method calls.Jason Zaugg2013-02-2415-82/+82
* | | Banish needless semicolons.Jason Zaugg2013-02-2411-23/+30
|/ /
* | Merge commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-252-4/+1
|\|
| * Addressing warnings.Jason Zaugg2013-01-192-4/+1
* | Merge pull request #1965 from Dinduks/fix_some_typosPaul Phillips2013-01-251-1/+1
|\ \
| * | Fix some typosSamy Dindane2013-01-241-1/+1
* | | SI-6811 Remove parts of scala.concurrent not needed by scala.actorsSimon Ochsenreither2013-01-171-54/+0
|/ /
* | SI-6566, unsoundness with alias variance.Paul Phillips2013-01-091-2/+2
* | SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-031-30/+31
* | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-232-3/+1
|\|
| * Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-152-17/+15
* | Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-212-2/+4
|\ \
| * | SI-6448 Collecting the spoils of PartialFun#runWithJason Zaugg2012-11-042-2/+4
* | | Remove unused imports in library.Paul Phillips2012-11-1913-48/+1
* | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0544-44/+44
|\ \ \ | |/ / |/| / | |/
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0245-45/+45
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-036-11/+9
* | Remove unused private members.Paul Phillips2012-11-015-43/+4
* | Removed .disabled files.Paul Phillips2012-10-181-128/+0
* | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-042-6/+7