summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/immutable/ParHashMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-181-26/+0
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-6/+6
* SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-3/+2
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Adds links to parallel collections overview in API docsHeather Miller2012-03-291-1/+3
* Remove some custom serialization boilerplate.Aleksandar Prokopec2012-03-151-12/+0
* Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-141-0/+14
* Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-231-5/+9
* Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-011-10/+7
* Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-261-6/+13
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Having been tortured by remorse ever since tiar...Paul Phillips2011-04-151-17/+5
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-6/+5
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-1/+1
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-1/+1
* Updated docs. No review.Aleksandar Pokopec2011-02-101-2/+26
* Merge branch 'work'Aleksandar Pokopec2011-01-261-2/+2
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-071-1/+81
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-211-1/+2
* Finer conversions for immutable parallel collec...Aleksandar Pokopec2010-12-211-1/+0
* Made parallel collections serializable.Aleksandar Pokopec2010-12-091-0/+2
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-091-2/+16
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-091-1/+3
* Refactored parallel collections for pluggable t...Aleksandar Pokopec2010-11-271-1/+3
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-081-13/+13
* Some serious hash tries bugs fixed.Aleksandar Pokopec2010-10-201-3/+24
* Some exception handling fixes in parallel colle...Aleksandar Pokopec2010-10-201-0/+2
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-201-33/+6
* Refactoring certain tasks to accept empty split...Aleksandar Pokopec2010-10-201-1/+1
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-0/+241