summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/ParIterableLike.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-011-50/+14
* Add support for combiner sharing to parallel collections.Aleksandar Prokopec2012-02-011-112/+165
* Fix for SI-5375.aleksandar2012-01-251-1/+2
* Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-101-1/+1
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-0/+1
* Fixing Gen* builder dispatch so that methods th...Aleksandar Pokopec2011-07-051-12/+26
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-4/+4
* Adding some docs refactorings.Aleksandar Pokopec2011-04-141-0/+18
* Doing a little polishing on the parallel collec...Paul Phillips2011-04-141-3/+0
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-180/+205
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-1/+3
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-221-4/+6
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-22/+21
* Adding special take and drop for numeric ranges...Aleksandar Pokopec2011-03-101-1/+1