summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixed bug1183Martin Odersky2007-07-022-1/+22
* fixed bug1189Martin Odersky2007-07-021-1/+3
* tweak to printed output: do not print any extra...Lex Spoon2007-07-021-2/+11
* refined (fixed) incompleteness checkBurak Emir2007-06-301-24/+25
* fixed bug1170Martin Odersky2007-06-291-85/+109
* small changes to the way symbols get printed.Martin Odersky2007-06-292-8/+15
* Modified definitions to take advantage of the n...Iulian Dragos2007-06-293-133/+74
* xml parsing deal with processing instructions (...Burak Emir2007-06-292-0/+16
* modified test in "drop" (like Stream)michelou2007-06-271-2/+2
* Merged lazy values branch to trunk.Iulian Dragos2007-06-2718-73/+392
* minor changemichelou2007-06-271-1/+1