summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/concurrent
Commit message (Expand)AuthorAgeFilesLines
* SI-10177 Override lazy operations to preserve TrieMap's semanticsJason Zaugg2017-02-101-0/+27
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-5/+5
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-2/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+0
* SI-9081 Deprecate public implementation details in TrieMapSimon Ochsenreither2015-09-091-5/+10
* Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-151-1/+1
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\
| * Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-0/+38
|\|
| * Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-181-0/+38
* | Fix SI-9147 Override `getOrElseUpdate` in `concurrent.Map`.Aleksandar Prokopec2015-02-121-0/+11
|/
* Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-1/+1
* SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-141-2/+2
* SI-7498 ParTrieMap.foreach no longer crashesAleksandar Prokopec2013-05-301-2/+5
* SI-7484 Indentation and whitespace fixesSimon Ochsenreither2013-05-175-51/+30
* SI-7484 Add @SupressWarning(rawtypes/unchecked)Simon Ochsenreither2013-05-173-0/+4
* Absolutized paths involving the scala package.Paul Phillips2013-05-032-5/+7
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-3/+3
* Remove redundant explicit returns.Jason Zaugg2013-02-251-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-057-7/+7
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-027-7/+7
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-2/+2
|/
* Privatize some collections internals.Paul Phillips2012-09-261-5/+5
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-45/+42
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-31/+18
* Cleared the remaining unchecked warnings in trunk.Paul Phillips2012-07-271-4/+4
* Use `ThreadLocalRandom` in `TrieMap.size`.Aleksandar Prokopec2012-06-181-1/+5
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-6/+2
* Fix `Hashing`.Aleksandar Prokopec2012-06-011-10/+12
* Remove Equality in favour of Equiv.Aleksandar Prokopec2012-06-011-5/+5
* Add Hashing and Equality typeclasses.Aleksandar Prokopec2012-06-011-27/+45
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Merge remote-tracking branch 'axel22/feature/collection-concurrent' into developPaul Phillips2012-03-271-1/+1
* Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-277-0/+1311