summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/ListMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Make ListMap and ListSet implementations similarRui Gonçalves2016-05-171-153/+91
* Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-171-17/+17
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-171-0/+9
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-7/+7
* merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-1/+1
|\
| * explicitly specify insertion-order feature in docsdk142015-10-061-1/+1
* | SI-8519 collection.immutable.Map.apply is inefficientRex Kerr2014-11-241-3/+16
|/
* SI-7445 ListMap.tail is returning wrong resultRuediger Klaehn2014-01-201-8/+8
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-4/+4
* SI-7502 removing non-existent element from ListMap returns same map.Eugene Vigdorchik2013-05-221-27/+12
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-6370 changed ListMap apply0 method to produce correct error message when a...Vinicius Miana2013-02-081-2/+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-1/+1
* Made ListMap.tail O(1) instead of O(N)Ruediger Klaehn2012-08-251-7/+7
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-8/+2
* Removes @bridge methods.Simon Ochsenreither2012-04-281-3/+0
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+3
* Third collections commit from Todd Vierling.Paul Phillips2011-11-071-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-2/+6
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-8/+6
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-271-1/+4
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-151-2/+0
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-141-0/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Modified generic companion apply to call empty ...Paul Phillips2011-01-041-1/+3
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-4/+4
* Fixes #3935.Aleksandar Pokopec2010-11-191-1/+1
* Another fix for #3989, regarding the `-` which ...Aleksandar Pokopec2010-11-171-7/+25
* Fixes #3989.Aleksandar Pokopec2010-11-171-16/+8
* Fixes #3989, adding test cases for #3989 and #3...Aleksandar Pokopec2010-11-171-12/+29
* fixed some scaladoc commentsmichelou2010-09-091-10/+8
* Discovered ListMap.++ returns a Map instead of ...Paul Phillips2010-08-191-0/+8
* 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-0/+1
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-5/+13
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-0/+2
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-2/+2
* add @since annotationsstepancheg2009-09-261-0/+3
* Collections refactoring.Martin Odersky2009-09-251-3/+4
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-5/+6
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2