summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/MapLike.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6947 Better type parameter names for Map classesStefan Zeiger2016-07-071-31/+31
* Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-0/+4
|\
| * Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-181-0/+4
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-0/+2
|\|
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-0/+2
* | SI-7981 toSeq on immutable Map and Set return ArrayBufferRex Kerr2014-11-301-0/+12
|/
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-masterJason Zaugg2013-09-101-2/+2
|\
| * SI-7269 Rework MapLike#retains to account for desugaring changeJason Zaugg2013-08-291-2/+2
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+3
* | Remove unused imports in library.Paul Phillips2012-11-191-3/+1
|/
* 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
* mutable.MapLike: override $mapNote to reflect actual require mutable apiScott R. Parish2012-05-151-0/+22
* Removes @bridge methods.Simon Ochsenreither2012-04-281-4/+0
* Migration message and version cleanupSimon Ochsenreither2011-12-071-24/+6
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-7/+0
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-271-1/+5
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+2
* Doing a little polishing on the parallel collec...Paul Phillips2011-04-141-1/+0
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-3/+3
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-1/+1
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-0/+4
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Fixes #3385. No review.Aleksandar Pokopec2010-05-191-14/+29
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Undeprecated @retain as suggested by odersky on...Paul Phillips2010-04-201-2/+3
* more documentationMartin Odersky2010-04-131-35/+4
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-2/+3
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-4/+4
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-27/+3
* More fun with -Xmigration.Paul Phillips2010-03-191-46/+50
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-5/+5
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-63/+80
* Re-deleted a method which snuck back in on the ...Paul Phillips2009-12-071-15/+6
* new doc comment generation, including some new ...Martin Odersky2009-12-071-0/+9
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Removed method cached from MapLike - it's an ex...Paul Phillips2009-11-271-9/+0
* add @since annotationsstepancheg2009-09-261-0/+2
* Collections refactoring.Martin Odersky2009-09-251-0/+271