summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Map.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-2/+2
* changed tuple syntax to (...)Martin Odersky2007-02-131-2/+2
* changed pair(...) to {...}Martin Odersky2007-02-051-2/+2
* minor changes in collection/*.scalamichelou2007-01-101-18/+21
* another change to collection librariesMartin Odersky2007-01-041-0/+2
* 1.Martin Odersky2007-01-031-126/+120
* Map.scala: added simple keySet method.Sean McDirmid2006-11-241-0/+8
* improved scaladoc comments in List, collection....michelou2006-11-121-14/+19
* Refactored portability supportmihaylov2006-11-011-1/+1
* fxied bug788Martin Odersky2006-10-261-2/+2
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-241-2/+4
* exceptionsBurak Emir2006-10-101-1/+1
* Small refactoring of the collection librarymihaylov2006-09-121-42/+0