summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/immutable/ParHashSet.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8765 immutable.HashSet exposes internal updated0 methodRex Kerr2014-11-241-1/+1
* 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-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Adds links to parallel collections overview in API docsHeather Miller2012-03-291-0/+2
* Remove some custom serialization boilerplate.Aleksandar Prokopec2012-03-151-12/+0
* Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-141-0/+13
* Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-231-3/+7
* Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-011-10/+10
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-47/+0
* Having been tortured by remorse ever since tiar...Paul Phillips2011-04-151-18/+5
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-21/+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/+25
* Merge branch 'work'Aleksandar Pokopec2011-01-261-2/+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-1/+15
* Refactored parallel collections for pluggable t...Aleksandar Pokopec2010-11-271-1/+2
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-081-12/+12
* Some serious hash tries bugs fixed.Aleksandar Pokopec2010-10-201-2/+3
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-201-34/+6
* Refactoring certain tasks to accept empty split...Aleksandar Pokopec2010-10-201-1/+1
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-0/+279