summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/WrappedArray.scala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimize slice and take in ArrayOps, WrappedArray"Adriaan Moors2017-04-071-49/+0
* Revert "Handle WrappedArray the same way as ArrayOps for binary compatibility"Adriaan Moors2017-04-071-23/+21
* Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-10/+61
|\
| * Handle WrappedArray the same way as ArrayOps for binary compatibilityStefan Zeiger2017-02-031-21/+23
| * Optimize slice and take in ArrayOps, WrappedArrayMike Skells2017-01-281-0/+49
* | Override equals and hashCode for WrappedArrayAlexey Romanov2016-12-211-0/+54
* | Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-131-5/+4
|/
* Fix many typosMichał Pociecha2015-04-211-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* a few performance improvements for toArrayEugene Burmako2012-12-281-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-141-1/+1
* removes array tagsEugene Burmako2012-06-081-5/+5
* removes tags and their incantations from PredefEugene Burmako2012-06-081-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* resurrects manifests in their pre-2.10 gloryEugene Burmako2012-04-231-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-17/+26
* Next generation of macrosEugene Burmako2012-04-121-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-6/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Avoids the creation of an amazing 106,700,793 e...Paul Phillips2011-01-051-12/+22
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-20/+10
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-1/+13
* 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-1/+11
* Optimized toArray for ArrayOps and WrappedArrays.Martin Odersky2010-04-061-0/+7
* Exposed native Array clone() method.Paul Phillips2010-01-161-1/+3
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-1/+0
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-2/+2
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-2/+4
* fixed #2311.Martin Odersky2009-09-301-2/+1
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-12/+13
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* drop svn:executable from *.scalastepancheg2009-09-231-0/+0
* new arrays are done.Martin Odersky2009-09-211-93/+42
* Preparing for array switchoverMartin Odersky2009-09-121-0/+154
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+51