summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* removed warning (Random)michelou2008-07-292-5/+6
* moved class Random to package scala.utilmichelou2008-07-293-1/+78
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-281-0/+29
* Fixed initialization order issues (when -Xexper...Iulian Dragos2008-07-283-5/+5
* fixed #842, #945, #83, #996, #1016, + some perf...Martin Odersky2008-07-281-22/+42
* generating java generics signaturesMartin Odersky2008-07-251-1/+0
* Fixed typo.Geoffrey Washburn2008-07-252-2/+2
* Renamed 2nd variant of spawn to spawnNamed.Philipp Haller2008-07-241-1/+1
* Fixed #853.Philipp Haller2008-07-241-3/+21
* Fixed #775.Philipp Haller2008-07-241-1/+7
* Changes/deprecation of Console.format. Geoffrey Washburn2008-07-242-5/+28
* Deprecated slice(n).Geoffrey Washburn2008-07-221-1/+2
* added Iterator.flatten method; refactoring: clo...Martin Odersky2008-07-211-0/+16
* fixed #1100Adriaan Moors2008-07-151-7/+11
* early initialization fixes.Martin Odersky2008-07-094-10/+8
* Applied Ross Judson's patch to fix #1072.Gilles Dubochet2008-07-081-1/+1
* Fixed (most of) the varargs warnings in the com...Miles Sabin2008-07-013-11/+9
* fix for #1064pradel2008-06-291-1/+1
* Refactor proxies: IterableProxy, SeqProxy, Rand...stepancheg2008-06-284-43/+120
* mutable.Set: fix scaladoc param namesstepancheg2008-06-281-2/+2
* fix for #1060pradel2008-06-281-3/+3
* Add RandomAccessSeqProxystepancheg2008-06-274-7/+36
* Seq.apply, RandomAccessSeq.applystepancheg2008-06-252-0/+12
* Fix initialization when constructing a MarkupPa...Geoffrey Washburn2008-06-241-4/+4
* speed up ArrayBuffer by replacing BoxedAnyArray...stepancheg2008-06-203-22/+22
* fixed some bugs; disabled devirtualize; desiabl...Martin Odersky2008-06-171-2/+9
* Change iterator "next" method signatures from "...stepancheg2008-06-141-4/+4
* ResizableArray: s/val initialSize/def initialSi...stepancheg2008-06-131-1/+1
* corrected commentmichelou2008-06-121-2/+2
* Reverted change that introduced conflicting imp...Iulian Dragos2008-06-111-1/+1
* SyncVar enhancements:stepancheg2008-06-102-7/+41
* Implemented #988.Geoffrey Washburn2008-06-101-0/+1
* fix for #1026pradel2008-06-101-1/+1
* added EOLs, missing headersmichelou2008-06-103-30/+53
* int -> Int, etc..michelou2008-06-101-5/+5
* speed up HashTable by replacing BoxedAnyArray w...stepancheg2008-06-092-9/+9
* RandomAccessSeq.empty implementation is Project...stepancheg2008-06-091-1/+3
* Check in revised fix to Console.readLine, etc.Geoffrey Washburn2008-06-091-22/+104
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-062-30/+70
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-063-15/+23
* Removed Proxy from StringBuilder's parentsIulian Dragos2008-06-031-3/+1
* fix documentation of lengthCompare methodstepancheg2008-05-293-6/+27
* drop svn:executable flags from scala sourcesstepancheg2008-05-293-0/+0
* Changed scala.Stream from trait to abstract class.Iulian Dragos2008-05-271-2/+8
* Iterator.collect method (#916)stepancheg2008-05-271-1/+11
* make List.++ faster if argument is List (#887)stepancheg2008-05-271-6/+2
* commented some lines in Sorting.scala (they whe...jeberle2008-05-271-6/+7
* typo: s/assumptopm/assumption/lorch2008-05-261-1/+1
* Implement #886: indexOf, findIndexOfstepancheg2008-05-243-23/+70
* Fixed String.+ when the implicit is applied to ...Iulian Dragos2008-05-221-1/+1