summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/ResizableArray.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-231-9/+13
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* 2nd round of clean ups (see r25285)michelou2011-07-151-9/+11
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Tests which run have to be called "Test".Paul Phillips2011-04-141-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Some performance tweaks to ResizableArray.Paul Phillips2010-12-311-8/+9
* close #3709. no review.Lukas Rytz2010-08-091-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-121-0/+2
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* PriorityQueue fixed, should work ok now.Aleksandar Pokopec2009-11-201-0/+3
* fixed #2546 using patch from dlwh -- please rev...Adriaan Moors2009-11-111-17/+14
* removed some of the code duplication that Marti...Adriaan Moors2009-10-221-4/+1
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-3/+3
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+4
* Sequence->SeqMartin Odersky2009-10-021-2/+2
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-5/+6
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* cleaned up collection builder frameworkMartin Odersky2009-05-141-8/+5
* separated mutable and immutable mapsMartin Odersky2009-05-121-1/+1
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-2/+2
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-23/+45
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* added comments; better errror messages; trace u...Martin Odersky2008-12-081-1/+1
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-251-2/+2
* speed up ArrayBuffer by replacing BoxedAnyArray...stepancheg2008-06-201-5/+5
* ResizableArray: s/val initialSize/def initialSi...stepancheg2008-06-131-1/+1
* import Predefmichelou2007-05-241-14/+17
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-3/+14
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-301-6/+6
* fixed bugs 948/971;Martin Odersky2007-03-051-1/+1
* 1.Martin Odersky2007-01-031-6/+15
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-4/+3
* removed leading/trailing tabs/blanks in collect...michelou2006-10-041-44/+42
* Small refactoring of ResizableArray/ArrayBuffermihaylov2006-06-271-12/+26
* (no commit message)Martin Odersky2006-03-101-1/+1
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-2/+1
* Rearranged header and updated copyright messagemihaylov2006-03-021-2/+4
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+64