summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/IndexedSeqView.scala
Commit message (Expand)AuthorAgeFilesLines
* General cleanups and less warnings during a Scala buildsoc2016-04-041-1/+0
* SI-8950 SeqView and StreamView allow indexing out of a sliceRex Kerr2014-12-061-1/+1
* SI-4332 Plugs the gaps in viewsJason Zaugg2013-11-261-0/+1
* 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
* | Remove unused private members.Paul Phillips2012-11-011-2/+0
|/
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-5/+8
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-1/+1
* Oh yeah, now I remember why I started with leng...Paul Phillips2011-03-191-0/+1
* Fix for a slice related array view regression.Paul Phillips2011-03-191-2/+0
* A patch for views. Most relevant change:Paul Phillips2011-03-111-36/+37
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* more documentationMartin Odersky2010-04-131-15/+17
* more docsMartin Odersky2010-04-091-0/+2
* Optimized toArray for ArrayOps and WrappedArrays.Martin Odersky2010-04-061-5/+18
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-1/+4
* Reverts r20311 since I'm not seeing what's goin...Paul Phillips2010-01-131-1/+4
* Created team of private[collection] abstract cl...Paul Phillips2009-12-231-4/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More world-shaking deprecation work.Paul Phillips2009-11-201-2/+1
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-0/+97