summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Bugfix and tests for #1323.Geoffrey Washburn2008-09-081-20/+52
* logolorch2008-09-081-0/+11
* logolorch2008-09-081-0/+11
* One more attempt to be sound and at the same ti...Martin Odersky2008-09-063-18/+3
* fixed build problemsMartin Odersky2008-09-063-2/+16
* fix to 16043Martin Odersky2008-09-052-1/+14
* more stability/volatile tuning and an escape ha...Martin Odersky2008-09-051-0/+2
* @deprecated taglorch2008-09-041-1/+1
* Applied patch for #1297Philipp Haller2008-08-281-0/+20
* Iterator: document that this iterator behavior ...stepancheg2008-08-261-0/+4
* Fixed serialization of enumsmichelou2008-08-263-32/+45
* 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