summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/IndexedSeq.scala
Commit message (Expand)AuthorAgeFilesLines
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+6
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Modified SI-6150 fix again.Paul Phillips2012-08-171-3/+4
* | Modified SI-6150 fix to use intended ReusableCBF.Paul Phillips2012-08-161-1/+2
* | Fixes SI-6150.Aleksandar Prokopec2012-08-151-1/+1
|/
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-101-1/+1
* Refinements of "def seq" and murmurhash.Paul Phillips2011-11-241-0/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+1
* Added an override to immutable.IndexedSeq#toInd...Paul Phillips2010-09-221-0/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* more documentationMartin Odersky2010-04-131-0/+1
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-1/+1
* Updated documentationMartin Odersky2010-04-091-5/+4
* Made Vector the standard impl of IndexedSeq.Martin Odersky2010-04-051-1/+1
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-2/+3
* Updated copyright notices to 2010Antonio Cunei2009-12-071-2/+2
* separated Vector impl from IndexedSeqTiark Rompf2009-10-301-1076/+9
* removed some of the code duplication that Marti...Adriaan Moors2009-10-221-5/+2
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-0/+1110