summaryrefslogtreecommitdiff
path: root/src/library/scala/Array.scala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 1.Martin Odersky2008-03-101-18/+10
* Another massive IDE checkin.Sean McDirmid2008-01-271-2/+6
* Changed argument of Array.concat to accept Seqs...Sean McDirmid2007-11-241-1/+3
* fixed #176 (CLDC build)michelou2007-11-181-4/+4
* Settings.scala - added mode to eliminate : betw...Sean McDirmid2007-10-021-1/+1
* Forgot to enable the Array Projection type in A...Sean McDirmid2007-08-291-0/+4
* * Added Array.Projection to facilitate efficien...Sean McDirmid2007-08-291-33/+29
* Fixed Array.slice to use impementation in Rando...Sean McDirmid2007-08-221-4/+4
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-231-0/+48
* Updated Stream to be the projection of List.Sean McDirmid2007-07-181-2/+2
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-171-0/+1
* 1.Martin Odersky2007-07-121-1/+44
* Corrected Scaladoc comment for Array.slice (con...mihaylov2007-06-181-1/+1
* Fixed a problem with previous commitmihaylov2007-05-301-1/+1
* Capitalized type paremeter names in Stream and ...mihaylov2007-05-301-1/+1
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-2/+2
* Synced src/dotnet-library with src/library rev ...mihaylov2007-05-151-1/+0
* - problem with normalisation in the back-end wa...Adriaan Moors2007-04-201-1/+1
* updated for-comprehension syntaxmichelou2007-04-191-16/+14
* fixed bug 1030Adriaan Moors2007-03-291-4/+3
* Removed implicit use of any java.lang classes f...mihaylov2007-03-261-0/+2
* (1) added readLong to Console.Martin Odersky2007-03-221-2/+8
* corrected code example in Scala commentmichelou2007-03-221-27/+35
* added Array.deepEquals, improved external links...michelou2007-03-201-0/+20
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-161-7/+47
* once more.Martin Odersky2007-01-251-1/+1
* fixed build problem for Array.makeMartin Odersky2007-01-251-1/+1
* fixed bugs 900,892, contrib 296.Martin Odersky2007-01-251-2/+17
* matching on arrays via unapplySeqBurak Emir2007-01-251-0/+8
* updated Optiona and ArrayMartin Odersky2007-01-181-2/+2
* 1.Martin Odersky2007-01-031-3/+79