summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* fixed warning messagesmichelou2007-07-262-7/+6
* deleted unreachable codeBurak Emir2007-07-251-6/+0
* fixed problems in subtyping.Martin Odersky2007-07-248-36/+51
* added class scala.Randommichelou2007-07-242-4/+75
* many bug fixes; short syntax for structural types.Martin Odersky2007-07-231-6/+0
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-231-0/+48
* removed some more type aliasesmichelou2007-07-231-4/+4
* minor changesmichelou2007-07-202-27/+32
* Synced dotnet-library/ with rev 12365mihaylov2007-07-191-0/+3
* Added Stream.Definite toString method to counte...Sean McDirmid2007-07-191-1/+2
* Fixed overload resolution problem that resulted...Sean McDirmid2007-07-191-2/+2
* Fixed ++[B >: A] overload problem.Sean McDirmid2007-07-191-0/+7
* added an embarrassing number of CBN modifiers t...Adriaan Moors2007-07-181-22/+22
* minor changemichelou2007-07-181-6/+6
* added a generalised version of rep1 that allows...Adriaan Moors2007-07-181-2/+16
* Updated Stream to be the projection of List.Sean McDirmid2007-07-1812-89/+234
* removed "fromString" warningsmichelou2007-07-171-5/+5
* added isEmpty and getOrElse to ParseResultAdriaan Moors2007-07-171-0/+5
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-1736-249/+569
* - fixed bug in rep1 (optimised version returned...Adriaan Moors2007-07-171-23/+29
* removed unnecessary dependency of Scanners on T...Adriaan Moors2007-07-171-7/+10
* 1.Lex Spoon2007-07-171-1/+1
* Fixed contribution #692mihaylov2007-07-171-4/+4
* removed warnings.. (hello guys)michelou2007-07-161-1/+8
* removed type aliases, old for-syntax, ..michelou2007-07-121-4/+4
* 1.Martin Odersky2007-07-123-3/+71
* minor changesmichelou2007-07-121-4/+4
* changed constructor call String(bytes) to Strin...Burak Emir2007-07-121-1/+1
* fixed warnings..Adriaan Moors2007-07-113-11/+12
* added Stepan's patch ops/SyncVarmichelou2007-07-112-17/+36
* removed type aliases, updated scaladoc comments...michelou2007-07-1111-160/+246
* added UTF8Codec.encode(ch:Int):Array[Byte]Burak Emir2007-07-103-5/+41
* Removed deprecated classes Actor, NameServer, P...Philipp Haller2007-07-104-241/+0
* obfuscated e-mail addressesAdriaan Moors2007-07-094-4/+4
* added @deprecated annotationmichelou2007-07-093-12/+25
* updated svn:keywords, file headers, and scalado...michelou2007-07-0910-133/+218
* trying encoding utf 8 to satisfy scalatestBurak Emir2007-07-091-1/+1
* got rid of warning by using copyToArray instead...Burak Emir2007-07-081-2/+3
* JSON parsing by Derek Chen-BeckerBurak Emir2007-07-073-0/+146
* renamed file, so ant doesn't always compile itBurak Emir2007-07-071-0/+0
* deprecated the old parsing stuff in favour of t...Adriaan Moors2007-07-073-0/+3
* oops..Adriaan Moors2007-07-071-2/+2
* integrating combinators into trunkAdriaan Moors2007-07-072-0/+73
* integrating combinators into trunkAdriaan Moors2007-07-077-0/+324
* integrating combinators into trunkAdriaan Moors2007-07-072-0/+365
* integrating combinators into trunkAdriaan Moors2007-07-0710-0/+1335
* fix#1182Burak Emir2007-07-061-1/+1
* tentative fix that of bug causing divergenceBurak Emir2007-07-061-2/+3
* revert, predef doesn't know type "Some"Burak Emir2007-07-061-2/+2
* Pair,Triple # unapply:Option->SomeBurak Emir2007-07-061-2/+2