summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Map.scala
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements for Map4 to HashMap nad Set4 to HashSet transitionsRory Graves2017-03-041-1/+1
* SI-6947 Better type parameter names for Map classesStefan Zeiger2016-07-071-58/+58
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-4/+4
|\
| * Conform foreach tparam to majority naming conventionvsalvis2015-10-211-4/+4
* | SI-8519 collection.immutable.Map.apply is inefficientRex Kerr2014-11-241-0/+22
|/
* SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-061-3/+3
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+6
* Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-301-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Clarify scala.collection.immutable.Map#withDefaultValue() docs.Blair Zajac2011-12-081-0/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-5/+7
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-10/+0
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-0/+1
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-221-0/+2
* Clarified behavior of Map.withDefaultMartin Odersky2011-03-051-0/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Added comments for #4008.Aleksandar Pokopec2011-01-101-2/+14
* Overrides immutable.{ Map, Set, Seq } to return...Paul Phillips2010-12-031-0/+2
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-12/+7
* A modified approach to map withDefault[Value].Paul Phillips2010-10-191-1/+15
* Fixes #3829. Review by extempore.Aleksandar Pokopec2010-09-271-17/+0
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-4/+5
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-0/+12
* - new immutable HashMap implementation based on...Tiark Rompf2010-03-071-5/+15
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* add @since annotationsstepancheg2009-09-261-0/+6
* Collections refactoring.Martin Odersky2009-09-251-4/+5
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-091-6/+0
* Fix for the discovery that .get on a non-existe...Paul Phillips2009-08-211-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-6/+6
* cleaned up collection builder frameworkMartin Odersky2009-05-141-5/+104
* changes to maps and setsMartin Odersky2009-05-121-3/+5
* separated mutable and immutable mapsMartin Odersky2009-05-121-21/+5
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* massive new collections checkin.Martin Odersky2009-05-081-218/+43
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* comment updates for various set and map classes...Lex Spoon2007-03-211-17/+12
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-12/+12
* updated annotations in Scala librarymichelou2007-02-201-10/+12
* added explicit self defsMartin Odersky2007-02-191-0/+16
* changed tuple syntax to (...)Martin Odersky2007-02-131-12/+12