summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/HashMap.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-10187 Support mutation of mutable.HashMap in getOrElseUpdateJason Zaugg2017-03-031-2/+10
* Changed HashMap.getOrElseUpdate to only calculate the index oncePap LÅ‘rinc2016-11-181-0/+31
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-3/+3
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-1/+1
* Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-1/+1
|\
| * Remove unused symbols and imports from the library.Eugene Vigdorchik2013-03-051-1/+1
* | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-4/+4
|/
* 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-11/+18
|\
| * pull request feedbackPavel Pavlov2012-09-181-3/+4
| * SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-271-9/+15
* | Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
|/
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* 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-3/+4
* Sped up traversal over mutable maps by a factor...Paul Phillips2011-08-011-10/+4
* Overrode contains and apply in mutable.HashMap ...Paul Phillips2011-06-231-0/+8
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-7/+2
* Changed Super to fix #4300Martin Odersky2011-03-141-2/+2
* 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
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-1/+6
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-201-4/+23
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* More docs. No review.Aleksandar Pokopec2010-04-101-7/+24
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-011-1/+9
* Applied performance patch and test case from ij...Paul Phillips2009-11-211-0/+26
* Fixed #2497Martin Odersky2009-11-071-2/+2
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* add @since annotationsstepancheg2009-09-261-0/+3
* Collections refactoring.Martin Odersky2009-09-251-3/+4
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-2/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* added SynchronizedMap; changed Set.put to Set.a...Martin Odersky2009-05-251-7/+33
* cleaned up collection builder frameworkMartin Odersky2009-05-141-3/+1
* changes to maps and setsMartin Odersky2009-05-121-1/+3
* separated mutable and immutable mapsMartin Odersky2009-05-121-1/+4
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* massive new collections checkin.Martin Odersky2009-05-081-18/+18
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-1/+1
* updated annotations in Scala librarymichelou2007-02-201-3/+3