summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/mutable
Commit message (Expand)AuthorAgeFilesLines
* General cleanups and less warnings during a Scala buildsoc2016-04-043-15/+3
* Make some collection classes final or sealedStefan Zeiger2016-03-231-7/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-183-14/+1
* Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-063-3/+4
* Made ParFlatHashTableIterator private vars private[this].Rex Kerr2014-02-151-3/+3
* SI-6908 FlatHashTable and things that depend on it can't store nullsRex Kerr2014-02-131-1/+1
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* Cull extraneous whitespace.Paul Phillips2013-09-185-102/+0
* Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-301-1/+1
* SI-7624 Fix -feature warnings and build with -featureSimon Ochsenreither2013-08-151-0/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-0316-116/+40
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* Address some ScaladocrotJason Zaugg2013-02-251-1/+1
* Remove redundant explicit returns.Jason Zaugg2013-02-251-3/+3
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-243-5/+5
* Banish needless semicolons.Jason Zaugg2013-02-244-9/+14
* Merge commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-252-4/+1
|\
| * Addressing warnings.Jason Zaugg2013-01-192-4/+1
* | SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-031-30/+31
* | Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-211-1/+2
|\ \
| * | SI-6448 Collecting the spoils of PartialFun#runWithJason Zaugg2012-11-041-1/+2
* | | Remove unused imports in library.Paul Phillips2012-11-195-22/+0
* | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0516-16/+16
|\ \ \ | |/ / |/| / | |/
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0216-16/+16
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-035-9/+9
* | Remove unused private members.Paul Phillips2012-11-014-34/+4
* | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-041-1/+1
|/
* Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-182-14/+23
|\
| * pull request feedbackPavel Pavlov2012-09-181-8/+14
| * Making public methods of FlatHashTable protectedPavel Pavlov2012-08-291-5/+5
| * SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-271-2/+5
* | More relative path elimination.Paul Phillips2012-09-1510-30/+21
* | Eliminate breaking relative names in source.Paul Phillips2012-09-1412-49/+49
|/
* Fix SI-5336.Aleksandar Prokopec2012-06-271-1/+2
* removes array tagsEugene Burmako2012-06-082-4/+4
* removes tags and their incantations from PredefEugene Burmako2012-06-082-2/+2
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+2
* Fixes SI-4478.Simon Ochsenreither2012-05-026-11/+11
* migrates stdlib and compiler to tagsEugene Burmako2012-04-232-3/+3
* Adds links to parallel collections overview in API docsHeather Miller2012-03-294-1/+11
* Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-271-33/+33
* Renamed concurrent trie source files.Aleksandar Prokopec2012-03-161-0/+0
* Renaming Ctrie to ConcurrentTrieMap.Aleksandar Prokopec2012-03-161-27/+27
* Remove some custom serialization boilerplate.Aleksandar Prokopec2012-03-154-18/+0
* Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-144-1/+19
* Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-022-40/+39
|\
| * Whitespace commit.Paul Phillips2012-02-292-40/+40
* | Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-236-25/+28
|/
*-. Merge remote-tracking branches 'axel22/issue/5293', 'szabolcsberecz/synchroni...Paul Phillips2012-02-151-4/+6
|\ \
| * | Apply the fix for si-5293 to hash maps.Aleksandar Prokopec2012-02-151-4/+6
| |/