summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better return types for List.unapplySeq and Seq...Burak Emir2007-07-062-2/+2
* fixed bug in zipAll (thanks to Manojo, Prog4)michelou2007-07-041-1/+1
* xml parsing deal with processing instructions (...Burak Emir2007-06-292-0/+16
* modified test in "drop" (like Stream)michelou2007-06-271-2/+2
* minor changemichelou2007-06-271-1/+1
* updated take/dropmichelou2007-06-271-2/+2
* fixed bug in Stream.copyToArraymihaylov2007-06-261-1/+1
* belongs to 12113.Martin Odersky2007-06-221-1/+1
* added support for higher-kinded existentials; a...Martin Odersky2007-06-221-0/+4
* fixed bug in ParallelMatching:MixLiterals (symp...Burak Emir2007-06-211-3/+3
* Corrected Scaladoc comment for Array.slice (con...mihaylov2007-06-181-1/+1
* Fixed contrib #658 - Iterable.isEmptymihaylov2007-06-171-1/+1
* added prefix method, for more useful Benchmark ...Burak Emir2007-06-161-1/+6
* corrected another typomichelou2007-06-141-4/+4
* added Nik's contrib to script.jsmichelou2007-06-142-27/+27
* fixed split method on JVMmichelou2007-06-131-3/+15