summaryrefslogtreecommitdiff
path: root/src/library/scala/Array.scala
Commit message (Expand)AuthorAgeFilesLines
* Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-091-2/+1
* SD-208 Restore 2.11 names for arrayOps implicitsJason Zaugg2016-08-311-10/+0
* SI-9620: add doc annotation to hide specific conversionsFelix Mulder2016-02-091-0/+31
* Remove references to the old PDF version of the specificationGuillaume Martres2015-04-301-1/+1
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* Don't wrap an array just to get its length.Jason Zaugg2013-02-251-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-5/+5
* Optimize primitive Array(e1, ..., en)Jason Zaugg2012-11-071-0/+10
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Moved constant empty arrays into Array companion.Paul Phillips2012-09-161-0/+10
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-141-1/+1
* minor fixes scaladocxuwei-k2012-08-011-2/+2
* removes array tagsEugene Burmako2012-06-081-23/+23
* Missed a straggling doc comment.Heather Miller2012-05-151-1/+1
* Small documentation fixes & small fix to Scaladoc @see formattingHeather Miller2012-05-151-5/+4
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-2/+2
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-27/+27
* 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