summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable
Commit message (Expand)AuthorAgeFilesLines
* Changed Super to fix #4300Martin Odersky2011-03-144-9/+9
* A patch for views. Most relevant change:Paul Phillips2011-03-112-37/+37
* Reverted r24388.Paul Phillips2011-03-081-1/+1
* And extempore's original plan carries the day: ...Paul Phillips2011-03-061-1/+1
* Specialized ArraySeq. Closes #2996, no review.Paul Phillips2011-03-061-1/+1
* Fixing the other half of my recent breakage.Paul Phillips2011-02-281-4/+8
* A fix for ListBuffer's iterator not to blow up ...Paul Phillips2011-02-282-7/+18
* Made mkString work correctly on views.Paul Phillips2011-02-251-0/+13
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-153-3/+0
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-143-0/+3
* Merge branch 'work'Aleksandar Pokopec2011-01-261-0/+323
* Integrated contributed non-recursive implementa...Paul Phillips2011-01-201-0/+15
* Updated copyright notices to 2011Antonio Cunei2011-01-2079-79/+79
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-122-3/+3
* Pulled some bit level operations into their own...Paul Phillips2011-01-101-19/+3
* A test case for recently fixed #4114. Plus!Paul Phillips2011-01-101-1/+1
* Added comments for #4008.Aleksandar Pokopec2011-01-101-2/+14
* Avoids the creation of an amazing 106,700,793 e...Paul Phillips2011-01-051-12/+22
* Some performance tweaks to ResizableArray.Paul Phillips2010-12-311-8/+9
* Changed the cache in the jvm backend to use a W...Iulian Dragos2010-12-311-1/+3
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-291-3/+0
* This commit is about not calling .length or .si...Paul Phillips2010-12-201-1/+1
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-091-2/+2
* An unfortunate missing character in r22946 turn...Paul Phillips2010-12-081-1/+1
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-074-15/+8
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-052-3/+3
* Recovered ++: from the dustbin and dropped it o...Paul Phillips2010-12-031-25/+0
* Bug in ListMap. Closes #4046, no review.Paul Phillips2010-12-011-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-3025-58/+55
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-255-7/+43
* Fixes #3630.Aleksandar Pokopec2010-11-223-1/+12
* Better integration for mutable list and queue.Aleksandar Pokopec2010-11-192-10/+27
* Fixes #3935.Aleksandar Pokopec2010-11-192-3/+20
* Added another fix for #3970.Aleksandar Pokopec2010-11-171-15/+8
* Fixes #3970 and a bunch of other issues.Aleksandar Pokopec2010-11-173-6/+101
* Fixes #3996.Aleksandar Pokopec2010-11-171-1/+3
* Some minor fixes found by findbugs. No review.Paul Phillips2010-11-111-0/+1
* Benchmarking parallel sets.Aleksandar Pokopec2010-11-101-1/+1
* Fixes #3878. No review.Aleksandar Pokopec2010-11-101-0/+1
* While investigating the cause of #3984, discove...Paul Phillips2010-11-091-3/+0
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-083-41/+209
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-023-1/+5
* Debugging parallel hash tables.Aleksandar Pokopec2010-10-281-39/+77
* Changed improvement hash function to murmur hash.Aleksandar Pokopec2010-10-281-6/+28
* Some serious bugfixes in parallel hash tables.Aleksandar Pokopec2010-10-282-1/+12
* close #3954, no reviewLukas Rytz2010-10-261-1/+1
* Added back a previously publicly available method.Aleksandar Pokopec2010-10-201-0/+2
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-203-53/+140
* Work in progress. No review.Aleksandar Pokopec2010-10-201-0/+45
* Changed hash code strategy in hash table - now ...Aleksandar Pokopec2010-10-201-1/+7