summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/List.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Adds links to parallel collections overview in API docsHeather Miller2012-03-291-1/+1
* Adapted usecases to full signature displayVlad Ureche2012-03-201-2/+14
* Whitespace commit.Paul Phillips2012-02-291-5/+5
* Improvement to API docs: GenTraversableLike and List. Fixes SI-5522.Heather Miller2012-02-251-0/+10
* Changed the serialVersionUID in List serialization start marker.aleksandar2012-01-301-1/+1
* Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-251-2/+46
* Fix for SI-5374.aleksandar2012-01-231-21/+0
* Restored some methods to List.Paul Phillips2011-12-171-0/+247
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-5/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Improved documentation for scala.collection.imm...Heather Miller2011-08-211-0/+32
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-441/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-30/+20
* Fixes #4723.Aleksandar Pokopec2011-07-111-1/+1
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+2
* Hard to explain garbage led me to this innocent...Paul Phillips2011-07-041-0/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-21/+21
* Cleaned up some hopelessly atrophied documentat...Paul Phillips2011-04-271-16/+0
* Some tweaks to slice to make it run faster, no ...Paul Phillips2011-04-201-0/+6
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-25/+25
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-6/+0
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Discovered bug in mapConserve introduced in r23...Paul Phillips2010-12-171-3/+1
* All this time with Nil only claiming to be equa...Paul Phillips2010-10-141-1/+1
* Tail recursive implementation of mapConserve, s...Paul Phillips2010-09-201-18/+21
* Sorted out some buck passing among TraversableO...Paul Phillips2010-06-031-1/+0
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Typo patrol. no reviewAleksandar Pokopec2010-04-261-3/+3
* more docsMartin Odersky2010-04-091-1/+4
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-2/+2
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-1/+1
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-4/+1
* Renamed partialMap to collect.Paul Phillips2010-03-241-2/+2
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-2/+2
* Closes #3157 by overriding +: in List.Martin Odersky2010-03-111-1/+6
* Discovered that List's deprecated removeDuplica...Paul Phillips2010-02-051-0/+3
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-041-3/+0
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-031-0/+3
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-3/+3
* Revised List#mapConserve so that it tests wrt e...Martin Odersky2010-01-111-4/+4
* Improved deprecated warnings. No review necessary.Martin Odersky2009-12-211-16/+16
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-110/+36
* Remedying the fact that I swapped which version...Paul Phillips2009-12-101-10/+22
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Extensive documentation of TraversableLike in p...Martin Odersky2009-11-301-74/+90
* Following up on my deprecated method overreach.Paul Phillips2009-11-261-0/+3
* Closes #2707.Paul Phillips2009-11-261-0/+6