summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/OpenHashMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Optimized HashTable.nextPositivePowerOfTwoPap LÅ‘rinc2017-02-181-3/+1
* Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-11/+6
|\
| * SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-261-12/+6
* | SI-9522 release key reference when deleting from OpenHashMapPerformant Data LLC2016-05-241-29/+54
|/
* Document some OpenHashMap internal methods.Performant Data LLC2015-10-101-0/+13
* SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-1/+5
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Use an intrinsic for the next power of two calculation and also return the in...Rajiv2013-11-111-3/+2
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+3
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-19/+19
* 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/+2
* Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-141-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-2/+3
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-201-70/+66
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-2/+2
* 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
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-2/+2
* 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
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-121-22/+39
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-1/+4
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Made mutable.OpenHashMap a MapLike. Closes #2681.Philipp Haller2009-11-241-13/+17
* More deprecation work.Paul Phillips2009-11-181-3/+0
* add @since annotationsstepancheg2009-09-261-0/+4
* Collections refactoring.Martin Odersky2009-09-251-1/+2
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-2/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+4
* changes to maps and setsMartin Odersky2009-05-121-2/+3
* separated mutable and immutable mapsMartin Odersky2009-05-121-9/+18
* massive new collections checkin.Martin Odersky2009-05-081-4/+11
* Fixed a minor hashing error in OpenHashMap.David MacIver2009-03-221-1/+0
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* logolorch2008-09-081-0/+11
* Forgot to add author field.Geoffrey Washburn2008-08-131-0/+1
* Added David's OpenHashMap (from #1190)Geoffrey Washburn2008-08-131-0/+200