summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/ParIterableLike.scala
Commit message (Expand)AuthorAgeFilesLines
* Improve collections documentation and prefer () to {}vsalvis2015-10-271-1/+0
* Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-9/+9
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-1/+2
* SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-181-0/+2
* Removes Gen*View and Par*ViewJason Zaugg2013-11-261-9/+2
* Deprecates Par*View and Gen*ViewJason Zaugg2013-11-241-0/+1
* from Issue #3098Xusen Yin2013-11-051-2/+2
* Removing unused code.Paul Phillips2013-10-021-0/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-5/+2
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-14/+14
* Banish needless semicolons.Jason Zaugg2013-02-241-5/+5
* Fix some typosSamy Dindane2013-01-241-1/+1
* Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-231-1/+0
|\
| * Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-151-15/+14
* | 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
* | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-041-5/+6
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-1/+1
|\|
| * More relative path elimination.Paul Phillips2012-09-151-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-8/+8
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-8/+8
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-041-1/+1
|\|
| * Fixes SI-6285 - ParIterableLike no longer says sequential foreach.Josh Suereth2012-09-041-1/+1
* | Merge branch '2.10.x'Adriaan Moors2012-08-141-0/+1
|\|
| * Fix for view isEmpty.Paul Phillips2012-08-131-14/+15
* | Warn when Any or AnyVal is inferred.Paul Phillips2012-08-091-46/+18
|/
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-1/+1
* SI-6032 Enhance TaskSupport documentation.Daniel C. Sobral2012-07-111-0/+27
* Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-281-3/+3
* Parallelize convertTo in parallel collection.Aleksandar Prokopec2012-06-271-6/+6
* Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-181-1/+2
* Rename copyTo to build based on consensus of 3Josh Suereth2012-06-181-1/+1
* Fixes from review.Josh Suereth2012-06-181-1/+1
* Adding copyInto and toVector methods to collections.Josh Suereth2012-06-181-0/+5
* removes array tagsEugene Burmako2012-06-081-10/+10
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-1/+1
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-7/+7
* Add missing methods to GenTraversableLike.Aleksandar2012-05-061-1/+21
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-10/+10
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* Adapted usecases to full signature displayVlad Ureche2012-03-201-1/+2
* Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-141-3/+7
* Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-021-23/+23
|\
| * Whitespace commit.Paul Phillips2012-02-291-25/+25
* | Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-231-80/+111
|/
* Fix some issues in parallel Ctrie.Aleksandar Prokopec2012-02-031-25/+2
* Add parallel Ctrie parallel collection.Aleksandar Prokopec2012-02-021-1/+1