summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
* SI-9888. Prevent OOM on ParRange. Improve toString.Vladimir Glushak2016-10-021-0/+1
* Fix ParVector#padToJason Zaugg2016-06-281-1/+6
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-284-10/+10
* General cleanups and less warnings during a Scala buildsoc2016-04-043-15/+3
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-011-7/+4
|\
| * SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-291-7/+4
* | Make some collection classes final or sealedStefan Zeiger2016-03-231-7/+1
|/
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1811-51/+19
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-242-5/+4
|\
| * Improve collections documentation and prefer () to {}vsalvis2015-10-271-1/+0
| * Conform foreach tparam to majority naming conventionvsalvis2015-10-211-4/+4
* | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-9/+9
|\|
| * Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-9/+9
* | Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-153-4/+4
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-292-2/+2
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-142-2/+2
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-297-7/+10
|\|
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-067-7/+10
* | SI-8765 immutable.HashSet exposes internal updated0 methodRex Kerr2014-11-241-1/+1
* | SI-8835 Lazier slice for IteratorSom Snytt2014-11-131-0/+9
|/
* 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