summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/MapLike.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6947 Better type parameter names for Map classesStefan Zeiger2016-07-071-71/+71
* Added applyOrElse to MapLikeTaras Boiko2016-03-201-0/+4
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+3
* 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
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-1/+1
|\|
| * cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
* | SI-7981 toSeq on immutable Map and Set return ArrayBufferRex Kerr2014-11-301-3/+12
* | SI-8727 Map.filterKeys result's contains and get are inconsistentRex Kerr2014-11-251-1/+5
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-211-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-5/+5
* Fixed the API documentation for scala.collection.MapLike.filterNot. The prev...Connor Doyle2012-07-051-3/+3
* Fix SI-5846 and SI-4027.Aleksandar Prokopec2012-06-281-13/+17
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-2/+2
* Fix for si-5018.Aleksandar Prokopec2012-05-041-2/+2
* Removes @bridge methods.Simon Ochsenreither2012-04-281-3/+0
* Adapted usecases to full signature displayVlad Ureche2012-03-201-1/+13
* Migration message and version cleanupSimon Ochsenreither2011-12-071-2/+2
* Third collections commit from Todd Vierling.Paul Phillips2011-11-071-2/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-6/+6
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-3/+0
* Sped up traversal over mutable maps by a factor...Paul Phillips2011-08-011-2/+2
* Fixed doc comments of the keys and values metho...Philipp Haller2011-07-201-3/+4
* Overrode contains and apply in mutable.HashMap ...Paul Phillips2011-06-231-4/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-241-1/+4
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+2
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-35/+5
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-1/+5
* Changed Super to fix #4300Martin Odersky2011-03-141-2/+2
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-1/+3
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* This commit is about not calling .length or .si...Paul Phillips2010-12-201-2/+1
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-071-2/+0
* Some collections overrides for more efficient t...Paul Phillips2010-12-011-0/+8
* Some serious hash tries bugs fixed.Aleksandar Pokopec2010-10-201-1/+2
* fixed t3738michelou2010-08-071-1/+1
* 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
* more documentationMartin Odersky2010-04-131-13/+15
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-7/+9
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-5/+2
* Mostly some undocumented stuff in JavaConversions.Aleksandar Pokopec2010-04-081-3/+3
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-2/+2
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-12/+2
* More fun with -Xmigration.Paul Phillips2010-03-191-1/+1
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-11/+6