summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/FlatHashTable.scala
Commit message (Expand)AuthorAgeFilesLines
* Optimized HashTable.nextPositivePowerOfTwoPap Lőrinc2017-02-181-3/+1
* Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2016-12-071-14/+4
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+8
* Cull extraneous whitespace.Paul Phillips2013-09-181-11/+11
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-3/+2
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* 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-2/+2
* SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-041-4/+7
* SI-6908 Cleanup of FlatHashTable nulls based on reviewJames Iry2013-01-041-7/+10
* SI-6908 Removes cannotStoreNull from FastHashSet/HashSet docsJames Iry2013-01-041-1/+0
* SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-031-37/+63
* Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-7/+6
|\
| * findEntry implementation code more concise and DRYer.Jean-Remi Desjardins2012-11-201-7/+6
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1
|/
* Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-181-6/+6
|\
| * Making public methods of FlatHashTable protectedPavel Pavlov2012-08-291-6/+6
* | More relative path elimination.Paul Phillips2012-09-151-4/+4
|/
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-3/+1
* Fixes SI-5804.Aleksandar Prokopec2012-05-181-4/+4
* Whitespace commit.Paul Phillips2012-02-291-20/+20
* Fix #5293 - changed the way hashcode is improved in hash sets.aleksandar2011-12-191-26/+73
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* Fixes #4895.Aleksandar Pokopec2011-09-281-2/+6
* Fixed an overflow which occurs in hashtable siz...Aleksandar Pokopec2011-06-201-1/+1
* Fixing a parallel sets issue with flatmap.Aleksandar Pokopec2011-06-201-1/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-2/+2
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-5/+2
* Changed Super to fix #4300Martin Odersky2011-03-141-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Fixes #3630.Aleksandar Pokopec2010-11-221-1/+7
* Benchmarking parallel sets.Aleksandar Pokopec2010-11-101-1/+1
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-081-27/+165
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-021-0/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* More docs. No review.Aleksandar Pokopec2010-04-101-4/+14
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-1/+1
* A variety of bugfixes discovered by findbugs.Paul Phillips2010-01-131-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-5/+50
* Fixed #2497Martin Odersky2009-11-071-5/+1
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-2/+0
* add @since annotationsstepancheg2009-09-261-0/+3
* Collections refactoring.Martin Odersky2009-09-251-1/+2
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-271-2/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+3