summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/Map.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6947 Better type parameter names for Map classesStefan Zeiger2016-07-071-20/+20
* SI-8251 deprecate `ListBuffer::readOnly`Pavel Pavlov2014-02-241-12/+0
* SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-061-1/+1
* 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
* Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-1/+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
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-0/+3
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-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
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Added comments for #4008.Aleksandar Pokopec2011-01-101-2/+14
* A modified approach to map withDefault[Value].Paul Phillips2010-10-191-4/+8
* Fixes comments in Map and mutable.Map. No reviewAleksandar Pokopec2010-09-271-1/+1
* Fixes #3829. Review by extempore.Aleksandar Pokopec2010-09-271-0/+16
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* more documentationMartin Odersky2010-04-131-10/+11
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-121-3/+6
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-4/+8
* 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/+3
* Collections refactoring.Martin Odersky2009-09-251-6/+6
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* cleaned up collection builder frameworkMartin Odersky2009-05-141-3/+1
* separated mutable and immutable mapsMartin Odersky2009-05-121-1/+1
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* massive new collections checkin.Martin Odersky2009-05-081-257/+28
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* fixed #529michelou2008-02-221-5/+14
* removed more warningsmichelou2008-01-181-3/+3
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-191-0/+1
* Massive check-in for IDE.Sean McDirmid2007-09-171-0/+19
* added "import Predef._" for successful MSIL buildmichelou2007-09-111-10/+8
* Integrated J2ME version of the library as of re...mihaylov2007-06-131-0/+1
* Fixed contribution #650 in mutable.Map.getOrEls...mihaylov2007-06-051-2/+1
* Make the second argument be by name for getOrEl...Lex Spoon2007-04-251-1/+1
* renamed getOrElsePut to getOrElseUpdate, which ...Lex Spoon2007-03-231-4/+4
* - toString() on large collections now only printsLex Spoon2007-03-231-0/+11
* comment updates for various set and map classes...Lex Spoon2007-03-211-9/+12
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-31/+17
* updated annotations in Scala librarymichelou2007-02-201-10/+17
* changed tuple syntax to (...)Martin Odersky2007-02-131-19/+19
* changed pair(...) to {...}Martin Odersky2007-02-051-20/+20
* Fxied bug 909;Martin Odersky2007-01-221-1/+1
* another change to collection librariesMartin Odersky2007-01-041-1/+15