summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-064-10/+46
* 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
* --quick also requires lib/actors in classpathmichelou2007-07-051-3/+10
* 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
* Added a test case for bug contribution #674mihaylov2007-07-041-0/+19
* increased -Xss value on IBM J9michelou2007-07-041-1/+1
* fixed bug in zipAll (thanks to Manojo, Prog4)michelou2007-07-042-59/+59
* 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-034-5/+20
* increased -Xss value for IBM J9michelou2007-07-031-1/+1
* Use "res" instead of "unnamed" as the base of Lex Spoon2007-07-022-2/+2
* updated check fileMartin Odersky2007-07-021-4/+4
* fixed bug1181Martin Odersky2007-07-022-9/+1
* Fixed bug 1194, overriding lazy values.Iulian Dragos2007-07-024-1/+34
* fixed pattern matching, variable binding problemBurak Emir2007-07-021-3/+3
* fixed bug1183Martin Odersky2007-07-025-1/+85
* added bug 1189 to run/existentials.scalamichelou2007-07-021-0/+15
* 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-302-25/+26
* fixed bug1170Martin Odersky2007-06-293-87/+173
* fxied .check files for tcpolyMartin Odersky2007-06-292-4/+4
* 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
* New STARR which supports lazy values.Iulian Dragos2007-06-293-3/+3
* xml parsing deal with processing instructions (...Burak Emir2007-06-292-0/+16
* (Hopefully) made test/files/jvm5/annotations.sc...mihaylov2007-06-272-3/+32
* modified test in "drop" (like Stream)michelou2007-06-271-2/+2
* Merged lazy values branch to trunk.Iulian Dragos2007-06-2727-75/+1051
* minor changemichelou2007-06-271-1/+1
* updated take/dropmichelou2007-06-273-2/+43
* fixed bug in Stream.copyToArraymihaylov2007-06-261-1/+1
* fixed SCALAC_OPTSmichelou2007-06-261-1/+1
* allows overriding of SCALAC_OPTSmichelou2007-06-261-1/+1
* updated check filemichelou2007-06-262-13/+13
* also prints ownermichelou2007-06-251-3/+5
* Added annotations tests for fields and methodsmihaylov2007-06-242-7/+42