summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/ArrayBuffer.scala
Commit message (Expand)AuthorAgeFilesLines
* Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-091-1/+1
* SI-8554 Two-arg remove throws exception on large countRex Kerr2015-07-191-5/+8
* SI-9043 ArrayBuffer.insert and insertAll are very slowDenton Cockburn2014-12-141-6/+7
* Merge pull request #4084 from vigdorchik/usecase_sigsGrzegorz Kossakowski2014-11-211-2/+2
|\
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-2/+2
* | cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-2/+2
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* make Future scaladoc examples up-to-date and compilableEugene Platonov2013-02-151-1/+1
* 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-2/+2
* Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-141-6/+0
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-2/+2
* 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
* A conceivably pretty bad performance bug in bui...Paul Phillips2011-08-151-1/+1
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-6/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+3
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-0/+5
* use arraycopy not Array.copy in Arraybuffer.siz...Lukas Rytz2010-08-171-1/+1
* Revert ArrayBuffer's sizeHint as I had a typo a...Lukas Rytz2010-08-161-2/+1
* use arraycopy instead of Array.copy in ArrayBuf...Lukas Rytz2010-08-161-1/+2
* Several renamings not included. no reviewAleksandar Pokopec2010-07-231-3/+3
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-181-1/+5
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* more documentationMartin Odersky2010-04-131-2/+2
* More docs. No review.Aleksandar Pokopec2010-04-101-1/+1
* docs. no reviewAleksandar Pokopec2010-04-101-0/+4
* Docs. No review.Aleksandar Pokopec2010-04-091-23/+35
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-3/+3
* 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-3/+3
* Fixes #3046 once more. No review is necessary.Aleksandar Pokopec2010-02-121-1/+1
* fixes #3046Aleksandar Pokopec2010-02-101-1/+1
* Closes #2853. No review necessary.Martin Odersky2010-01-051-1/+1
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-4/+3
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Removed erroneous return type comment in scalad...Donna Malayeri2009-10-221-1/+0
* removed some of the code duplication that Marti...Adriaan Moors2009-10-221-4/+1
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-2/+2
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-2/+4
* ++: replaced by ++=:Martin Odersky2009-10-141-1/+1
* Changed mutable +: to +=:Martin Odersky2009-10-131-1/+1
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* add @since annotationsstepancheg2009-09-261-0/+2
* Collections refactoring.Martin Odersky2009-09-251-7/+8