summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-2/+2
* Integrated J2ME version of the library as of re...mihaylov2007-06-1312-13/+37
* in BoxesUtility.unboxTo* cast directly to the e...mihaylov2007-06-131-21/+7
* Moved Proxy as the last supertype of RichString...mihaylov2007-06-121-1/+1
* minor change in compat.StringBuildermihaylov2007-06-111-1/+1
* minor changesmichelou2007-06-111-36/+40
* Improved interface of scala.compat.StringBuildermihaylov2007-06-116-71/+83
* Added patch to allow definition of native metho...Iulian Dragos2007-06-091-0/+24
* fixed typo in scaladoc commentsmichelou2007-06-081-23/+23
* minor changesmichelou2007-06-083-9/+11
* removed primitive type aliases from the standar...michelou2007-06-0837-480/+501
* deprecated &f, .f, requires.Martin Odersky2007-06-0518-27/+29
* Fixed contribution #650 in mutable.Map.getOrEls...mihaylov2007-06-051-2/+1
* Capitalized type params in Predef, fixed bug in...michelou2007-05-312-122/+122
* Fixed a problem with previous commitmihaylov2007-05-301-1/+1
* Capitalized type paremeter names in Stream and ...mihaylov2007-05-303-53/+53