summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Changed visibility of several internal methods ...Philipp Haller2007-07-094-35/+27
| | | | | | Changed visibility of several internal methods to private. Small optimization in Actor.send.
* 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
| | | | | updated svn:keywords, file headers, and scaladoc comments
* 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
| | | | | | got rid of warning by using copyToArray instead of toArray (difference? why is toArray deprecated but copyToArray isn't? beats me)
* replaced Tuple4 by case class Row for readabilityBurak Emir2007-07-084-88/+158
| | | | | specializing some data structures for faster compilation.
* fixed undetermined problem causing very slow co...Burak Emir2007-07-081-21/+20
| | | | | fixed undetermined problem causing very slow compilation
* 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
| | | | | optimizing case class matches via tags (experimental)
* detecting matches on flat case class hierarchie...Burak Emir2007-07-071-7/+24
| | | | | | detecting matches on flat case class hierarchies (can use tag here), not active yet
* 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
| | | | | deprecated the old parsing stuff in favour of the new combinator library in scala.util.parsing.{combinator, input, ...}
* 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
| | | | | | optimzing unapply calls returning Some[T], saving emptynessCheck fix of #999 (better late than never), added test case to run/unapply.scala
* Better return types for List.unapplySeq and Seq...Burak Emir2007-07-062-2/+2
| | | | | Better return types for List.unapplySeq and Seq.unapplySeq - these can be optimized, return type Some[T] means we don't need isEmpty check.
* (only added code in a comment) suggestion, rela...Burak Emir2007-07-061-2/+6
| | | | | (only added code in a comment) suggestion, related to #1196 - handling of refined types seems somehow broken, prevents a feature enhancement
* 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
| | | | | Fixed small bug in try-finally generation in conjunction with inlining.
* in makeXMLseq, replaced chained append calls wi...Burak Emir2007-07-051-4/+13
| | | | | | in makeXMLseq, replaced chained append calls with a statements in a block
* 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
| | | | | | replaced "string.replace(string,string)" calls, java1.4 does not have them
* added scaladocBurak Emir2007-07-031-0/+9
|
* added -sourceReader option and nsc.io.AladdinRe...Burak Emir2007-07-033-2/+73
| | | | | added -sourceReader option and nsc.io.AladdinReader
* fixed bug 1192, 1168, plus a problem with exist...Martin Odersky2007-07-034-15/+50
| | | | | fixed bug 1192, 1168, plus a problem with existentials
* 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
| | | | | variable names generated by the interpreter.
* 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
|