summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/immutable
Commit message (Expand)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-183-51/+0
* Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-301-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-039-34/+20
* 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
* | More explicit empty paren lists in method calls.Jason Zaugg2013-02-243-3/+3
* | Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
|/
* Remove unused imports in library.Paul Phillips2012-11-193-6/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-059-9/+9
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0210-10/+10
* | Removed .disabled files.Paul Phillips2012-10-181-128/+0
|/
* More relative path elimination.Paul Phillips2012-09-156-11/+11
* Eliminate breaking relative names in source.Paul Phillips2012-09-145-13/+13
* SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-3/+2
* Merge pull request #791 from axel22/issue/5336Josh Suereth2012-06-271-0/+1
|\
| * Fix SI-5336.Aleksandar Prokopec2012-06-271-0/+1
* | Adding copyInto and toVector methods to collections.Josh Suereth2012-06-181-0/+2
|/
* Fixes SI-4478.Simon Ochsenreither2012-05-027-12/+12
* Adds links to parallel collections overview in API docsHeather Miller2012-03-294-1/+9
* Remove some custom serialization boilerplate.Aleksandar Prokopec2012-03-154-48/+0
* Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-144-0/+52
* Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-232-8/+16
* Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-015-43/+31
* Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-261-6/+13
* Added cast to ParRange.Paul Phillips2011-12-121-1/+1
* Deprecation and convention adherence patrol.Paul Phillips2011-09-193-4/+4
* Moved the classes and objects which are defined...Paul Phillips2011-08-091-12/+10
* Adding the missing ParMap and GenMap methods.Aleksandar Pokopec2011-07-261-0/+35
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-143-104/+2
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-12/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Enclosed the out of bounds index with some IOOB...Paul Phillips2011-04-241-23/+1
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-194-4/+4
* Having been tortured by remorse ever since tiar...Paul Phillips2011-04-152-35/+10
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-139-48/+34
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-303-3/+3
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-226-6/+9
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-185-17/+7
* Adding special take and drop for numeric ranges...Aleksandar Pokopec2011-03-101-0/+132
* Updated docs. No review.Aleksandar Pokopec2011-02-109-7/+168
* Merge branch 'work'Aleksandar Pokopec2011-01-262-4/+4
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-076-52/+248
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-212-2/+6
* Finer conversions for immutable parallel collec...Aleksandar Pokopec2010-12-217-61/+188
* Made parallel collections serializable.Aleksandar Pokopec2010-12-093-2/+8
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-094-3/+34
* Fixed parallel ranges to use the same range log...Aleksandar Pokopec2010-12-091-42/+55
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-091-1/+3
* Refactored parallel collections for pluggable t...Aleksandar Pokopec2010-11-272-2/+5
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-0/+4