summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/IndexedSeqLike.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9823 Collections perf: favor virtual call over instanceofJason Zaugg2016-08-301-0/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+0
* 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
* Remove unused imports in library.Paul Phillips2012-11-191-1/+0
* 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-1/+0
|/
* Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-211-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Made more traits universal.Martin Odersky2012-02-221-1/+1
* Refinements of "def seq" and murmurhash.Paul Phillips2011-11-241-3/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* A patch for views. Most relevant change:Paul Phillips2011-03-111-36/+29
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Some collections overrides for more efficient t...Paul Phillips2010-12-011-0/+9
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+2
* Fixes #3444. Review by phaller.Aleksandar Pokopec2010-05-181-2/+2
* 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-2/+2
* Updated documentationMartin Odersky2010-04-091-5/+4
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-263/+11
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-0/+2
* allowed $super variables in doc comment; some m...Martin Odersky2009-12-111-47/+112
* new doc comment generation, including some new ...Martin Odersky2009-12-071-1/+12
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-0/+273