summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/SortedMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-0/+6
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+2
* SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-131-0/+6
* 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-7/+7
* Fix SI-5846 and SI-4027.Aleksandar Prokopec2012-06-281-1/+30
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-1/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-281-2/+0
* Specialized keySets for immutable and sorted ma...Paul Phillips2011-05-191-2/+15
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-271-0/+3
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* immutable.Map keySet returns immutable.Set.Paul Phillips2010-12-031-1/+1
* Discovered ListMap.++ returns a Map instead of ...Paul Phillips2010-08-191-3/+2
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Docs. no reviewAleksandar Pokopec2010-04-131-2/+9
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-10/+2
* Fix for #3204. No review.Paul Phillips2010-03-261-0/+2
* 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/+4
* Collections refactoring.Martin Odersky2009-09-251-6/+8
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-5/+5
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-2/+2
* switch to unnested packages.Martin Odersky2009-07-241-2/+2
* Removed plus/minus/fromOldMartin Odersky2009-05-141-40/+0
* cleaned up collection builder frameworkMartin Odersky2009-05-141-5/+5
* changes to maps and setsMartin Odersky2009-05-121-23/+19
* separated mutable and immutable mapsMartin Odersky2009-05-121-10/+63
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* massive new collections checkin.Martin Odersky2009-05-081-46/+48
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* corrected typo in type argument (collection.Set)michelou2007-09-041-5/+27
* fixed bug in ParallelMatching:MixLiterals (symp...Burak Emir2007-06-211-3/+3
* (no commit message)Sean McDirmid2007-02-261-0/+38