summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/HashMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Optimizations in immutable.Map.{get, contains}Jason Zaugg2017-02-031-10/+40
* Merge commit '4196569' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-1/+1
|\
| * SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-1/+1
* | Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* | SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-171-1/+6
|/
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-2/+2
* SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-141-0/+2
* SI-7445 ListMap.tail is returning wrong resultRuediger Klaehn2014-01-201-9/+11
* SI-6200 - HashMap should implement filterRüdiger Klaehn2014-01-151-0/+122
* Removes TODO comments that are no longer applicableRüdiger Klaehn2014-01-041-6/+0
* Remove commented out code from HashSet and HashMapRüdiger Klaehn2013-12-271-51/+0
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* SI-7502 removing non-existent element from ListMap returns same map.Eugene Vigdorchik2013-05-221-1/+3
* Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* SI-6811 Remove deprecated elements in scala.collectionSimon Ochsenreither2013-01-171-3/+0
* 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-3/+0
|/
* Don't write public methods with non-public parameters.Paul Phillips2012-09-261-4/+4
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-9/+9
* Commented out assertionsRuediger Klaehn2012-08-281-3/+3
* Added assertions for tree consistencyRuediger Klaehn2012-08-201-0/+4
* Rewrote makeHashTrieMap so that objects are created in a consistent stateRuediger Klaehn2012-08-201-22/+19
* Check if subNew is the only child and if it is a leaf.Ruediger Klaehn2012-08-201-0/+2
* Move code to create two-element HashTrieMap into utility method and make use ...Ruediger Klaehn2012-08-201-27/+30
* Remove unnecessary check for merger eq nullRuediger Klaehn2012-08-201-2/+2
* Prevent creation of a HashTrieMap with one child unless the child is a HashTr...Ruediger Klaehn2012-08-201-1/+4
* Prevent creation of a HashMapCollision1 with one elementRuediger Klaehn2012-08-201-3/+6
* Ensure that a.merged(b)(null) always chooses a in case of collisionsRuediger Klaehn2012-08-091-14/+18
* Fix doc about specialized subclasses of c.i.HashMap/HashSet.Simon Ochsenreither2012-07-111-2/+1
* Fix SI-5879.Aleksandar Prokopec2012-06-061-15/+52
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* added reference equality checks to improve structural sharingRuediger Klaehn2012-02-051-7/+12
* Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-261-5/+6
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Overrode contains and apply in mutable.HashMap ...Paul Phillips2011-06-231-58/+16
* Having been tortured by remorse ever since tiar...Paul Phillips2011-04-151-33/+12
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-1/+1
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-6/+2
* And extempore's original plan carries the day: ...Paul Phillips2011-03-061-1/+1
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-151-1/+0
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-141-0/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
* Pulled some bit level operations into their own...Paul Phillips2011-01-101-14/+4
* Closes #3984 by the most arduous and indirect r...Paul Phillips2011-01-091-148/+30
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-071-4/+4