summaryrefslogtreecommitdiff
path: root/src/library/scala/Array.scala
Commit message (Expand)AuthorAgeFilesLines
* Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-131-0/+13
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-92/+1
* Adds more documentation to Array.Heather Miller2011-08-091-5/+12
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-55/+31
* Additional documentation for the Array type, wi...Paul Phillips2011-07-151-1/+31
* 2nd round of clean ups (see r25285)michelou2011-07-151-0/+8
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-131-16/+16
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-14/+14
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-5/+4
* After having to update the code for someone els...Paul Phillips2011-04-301-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-14/+14
* Removed long deprecated and obscure CloneableCo...Paul Phillips2011-03-191-31/+16
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Modify scala.Array to extend java.io.Serializable.Donna Malayeri2011-01-101-1/+1
* documentation for scala.Array.Lukas Rytz2010-08-161-66/+94
* Most of the iterate implementations were callin...Paul Phillips2010-06-071-6/+11
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Added size hints to Array.{ iterate, range, tab...Paul Phillips2010-04-231-0/+5
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-2/+2
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-5/+5
* Array copy method fixed, Fixes #3065.Aleksandar Pokopec2010-02-171-3/+6
* Exposed native Array clone() method.Paul Phillips2010-01-161-0/+8
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Removed all traces of Boxed*Array. New starr.Paul Phillips2009-11-221-4/+0
* Restoring an embarassingly large quantity of de...Paul Phillips2009-11-191-0/+42
* More deprecation work.Paul Phillips2009-11-181-42/+0
* simplified re-ordering packagesLukas Rytz2009-11-051-2/+1
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-3/+3
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-5/+9
* Sequence->SeqMartin Odersky2009-10-021-2/+2
* new arrays are done.Martin Odersky2009-09-211-159/+115
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-14/+35
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-37/+206
* refined range positions some more; eliminated A...Martin Odersky2009-07-021-7/+0
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-46/+44
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-10/+10
* cleaned up collection builder frameworkMartin Odersky2009-05-141-3/+4
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-184/+75
* Modernized DRMacIver's languishing array patch ...Paul Phillips2009-05-071-44/+23
* 1.Martin Odersky2009-01-291-2/+14
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* removed leading tabsmichelou2008-09-301-36/+35
* Fix for ticket #1301Antonio Cunei2008-09-271-2/+36
* fixed #768 for HashSet.Martin Odersky2008-04-211-0/+37
* New reorg planGeoffrey Washburn2008-04-071-0/+452
* The great library reorg!Geoffrey Washburn2008-04-041-452/+0
* fixed #713michelou2008-04-021-28/+40