summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Map.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6947 Better type parameter names for Map classesStefan Zeiger2016-07-071-12/+12
* SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-061-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-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
* Fix SI-5846 and SI-4027.Aleksandar Prokopec2012-06-281-0/+1
* Fix for si-5018.Aleksandar Prokopec2012-05-041-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Refinements of "def seq" and murmurhash.Paul Phillips2011-11-241-3/+0
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+4
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-1/+1
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-221-0/+2
* Changed get for a with-default map.Martin Odersky2011-02-101-1/+1
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-0/+3
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* A modified approach to map withDefault[Value].Paul Phillips2010-10-191-17/+7
* Fixes comments in Map and mutable.Map. No reviewAleksandar Pokopec2010-09-271-1/+1
* Fixes #3829. Review by extempore.Aleksandar Pokopec2010-09-271-0/+18
* 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-26/+16
* Another set of typos fixed.Aleksandar Pokopec2010-04-081-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* fixed #2500 (second part)Adriaan Moors2009-11-031-1/+1
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-031-3/+4
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* more @since annotationsstepancheg2009-09-261-1/+6
* Collections refactoring.Martin Odersky2009-09-251-2/+2
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-19/+22
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* more collection cleanups and better docsMartin Odersky2009-05-141-1/+0
* cleaned up collection builder frameworkMartin Odersky2009-05-141-7/+2
* changes to maps and setsMartin Odersky2009-05-121-2/+2
* separated mutable and immutable mapsMartin Odersky2009-05-121-2/+2
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-178/+32
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Fixed #1187, so that maps respect 'stringPrefix'Iulian Dragos2008-08-121-1/+1
* fixed broken build and remove some warningsmichelou2008-01-181-13/+13
* fixed tickets 152, 123.Martin Odersky2007-10-261-0/+4
* deprecated &f, .f, requires.Martin Odersky2007-06-051-1/+1
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-10/+25
* Make the second argument be by name for getOrEl...Lex Spoon2007-04-251-1/+1
* Switching over to position objects from positio...Sean McDirmid2007-04-191-0/+13
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-301-1/+1
* Revamped scala-doc.Sean McDirmid2007-03-281-1/+1
* Reverted toString in Seq, Map, and Set; it now ...Lex Spoon2007-03-241-14/+4
* - toString() on large collections now only printsLex Spoon2007-03-231-3/+22
* comment updates for various set and map classes...Lex Spoon2007-03-211-11/+10
* fixed bugs 948/971;Martin Odersky2007-03-051-1/+1