summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/HashTable.scala
Commit message (Expand)AuthorAgeFilesLines
* Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2016-12-071-5/+4
* Optimized HashTable.indexPap Lőrinc2016-11-241-7/+7
* Changed modulo to bitwise AND in hash calculationPap Lőrinc2016-11-231-52/+17
* Restore binary compatiblity with 2.12.0Jason Zaugg2016-11-161-3/+3
* Typo and spelling correctionsJanek Bogucki2016-11-111-3/+3
* SI-8774 Null link fields in mutable hash maps on removal.Carsten Varming2016-07-211-1/+4
* Fix many typosMichał Pociecha2015-04-211-1/+1
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+10
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Don't wrap an array just to get its length.Jason Zaugg2013-02-251-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-8/+8
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-181-18/+40
|\
| * pull request feedbackPavel Pavlov2012-09-181-4/+4
| * Making public methods of FlatHashTable protectedPavel Pavlov2012-08-291-1/+1
| * SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-271-17/+39
* | More relative path elimination.Paul Phillips2012-09-151-1/+1
* | Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
|/
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-6/+1
* Fixes SI-5804.Aleksandar Prokopec2012-05-181-11/+9
* Fix for si-5590.Aleksandar Prokopec2012-05-041-1/+1
* Fixes SI-5632 (serialization of large HashTables)David Hall2012-03-301-1/+1
* Whitespace commit.Paul Phillips2012-02-291-5/+5
* Apply the fix for si-5293 to hash maps.Aleksandar Prokopec2012-02-151-8/+24
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-4/+0
* Sped up traversal over mutable maps by a factor...Paul Phillips2011-08-011-22/+29
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-2/+2
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Changed Super to fix #4300Martin Odersky2011-03-141-2/+2
* And extempore's original plan carries the day: ...Paul Phillips2011-03-061-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-081-10/+23
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-021-1/+2
* 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-281-1/+5
* Added back a previously publicly available method.Aleksandar Pokopec2010-10-201-0/+2
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-201-48/+116
* 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
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* More docs. No review.Aleksandar Pokopec2010-04-101-5/+7
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-3/+3
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Don't NPE on null hashtable entries.Paul Phillips2009-12-101-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-011-19/+67