summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changed visibility of several internal methods ...Philipp Haller2007-07-094-35/+27
* fixed buildPhilipp Haller2007-07-091-3/+3
* Unified sender and reply destination.Philipp Haller2007-07-093-29/+34
* 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
* more small changes to speed upBurak Emir2007-07-092-49/+72
* got rid of warning by using copyToArray instead...Burak Emir2007-07-081-2/+3
* replaced Tuple4 by case class Row for readabilityBurak Emir2007-07-084-88/+158
* fixed undetermined problem causing very slow co...Burak Emir2007-07-081-21/+20
* bah really does not work:/ revertBurak Emir2007-07-071-1/+1
* fixing conditionBurak Emir2007-07-071-2/+3
* disabled tags, hashing still breaksBurak Emir2007-07-071-1/+1
* try fix hashing of case bodiesBurak Emir2007-07-071-2/+2
* optimizing case class matches via tags (experim...Burak Emir2007-07-071-85/+225
* detecting matches on flat case class hierarchie...Burak Emir2007-07-071-7/+24
* 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
* fix #1166.Burak Emir2007-07-061-2/+2
* tentative fix that of bug causing divergenceBurak Emir2007-07-061-2/+3
* implemented #1134, matching on this-identifiersBurak Emir2007-07-061-1/+5
* fixed bug #1033Burak Emir2007-07-061-5/+14
* minor changemichelou2007-07-061-18/+20
* revert, predef doesn't know type "Some"Burak Emir2007-07-061-2/+2
* Pair,Triple # unapply:Option->SomeBurak Emir2007-07-061-2/+2
* optimzing unapply calls returning Some[T], savi...Burak Emir2007-07-063-10/+32
* Better return types for List.unapplySeq and Seq...Burak Emir2007-07-062-2/+2
* (only added code in a comment) suggestion, rela...Burak Emir2007-07-061-2/+6
* Optimize unnecessary boxing/unboxing.Iulian Dragos2007-07-055-21/+62
* Fixed small bug in try-finally generation in co...Iulian Dragos2007-07-051-6/+30
* in makeXMLseq, replaced chained append calls wi...Burak Emir2007-07-051-4/+13
* fixed bug in zipAll (thanks to Manojo, Prog4)michelou2007-07-041-1/+1
* renamed -checknull to -Xchecknullmichelou2007-07-043-10/+10
* replaced "string.replace(string,string)" calls,...Burak Emir2007-07-041-3/+17
* added scaladocBurak Emir2007-07-031-0/+9
* added -sourceReader option and nsc.io.AladdinRe...Burak Emir2007-07-033-2/+73
* fixed bug 1192, 1168, plus a problem with exist...Martin Odersky2007-07-034-15/+50
* Fixed lazy vals to allow for patterns.Iulian Dragos2007-07-032-5/+6
* Use "res" instead of "unnamed" as the base of Lex Spoon2007-07-021-1/+1
* fixed bug1181Martin Odersky2007-07-021-1/+1
* Fixed bug 1194, overriding lazy values.Iulian Dragos2007-07-022-1/+2
* fixed pattern matching, variable binding problemBurak Emir2007-07-021-3/+3