summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-194-4/+4
* Forgot to add author fields.Geoffrey Washburn2008-08-193-0/+8
* deprecated SUnitLukas Rytz2008-08-191-0/+5
* Fixing #1189.Lukas Rytz2008-08-185-5/+5
* Reverting for now..Lukas Rytz2008-08-185-5/+5
* Fixed #1189Lukas Rytz2008-08-185-5/+5
* Backed out from addition of vararg += in Buffer.Martin Odersky2008-08-153-8/+12
* Buffer gets vararg +, += methods; small fixes.Martin Odersky2008-08-151-0/+22
* Forgot to add author field.Geoffrey Washburn2008-08-131-0/+1
* Added David's OpenHashMap (from #1190)Geoffrey Washburn2008-08-131-0/+200
* Fixed #1187, so that maps respect 'stringPrefix'Iulian Dragos2008-08-121-1/+1
* Added David's fix for #1184 and authorIulian Dragos2008-08-121-1/+13
* Add in configurable behavior for parsing numeri...Derek Chen-Beker2008-08-112-2/+39
* Checked in David's update to LongMap and IntMap.Geoffrey Washburn2008-08-062-2/+23
* Reverting a premature change to retain opportun...Philipp Haller2008-08-051-20/+3
* Added David's additional collections.Geoffrey Washburn2008-08-054-0/+1145
* Improved the documentation for Application to b...Geoffrey Washburn2008-08-051-2/+22
* Changed "," to ", " in Queue.toString.Martin Odersky2008-08-011-1/+1
* Fix for #1151Geoffrey Washburn2008-07-301-13/+1
* 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