summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* compilation-only test caseBurak Emir2007-07-071-0/+6
|
* optimzing unapply calls returning Some[T], savi...Burak Emir2007-07-061-0/+14
| | | | | | optimzing unapply calls returning Some[T], saving emptynessCheck fix of #999 (better late than never), added test case to run/unapply.scala
* --quick also requires lib/actors in classpathmichelou2007-07-051-3/+10
|
* 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-041-58/+58
|
* Fixed lazy vals to allow for patterns.Iulian Dragos2007-07-032-0/+14
|
* increased -Xss value for IBM J9michelou2007-07-031-1/+1
|
* Use "res" instead of "unnamed" as the base of Lex Spoon2007-07-021-1/+1
| | | | | variable names generated by the interpreter.
* updated check fileMartin Odersky2007-07-021-4/+4
|
* fixed bug1181Martin Odersky2007-07-021-8/+0
|
* Fixed bug 1194, overriding lazy values.Iulian Dragos2007-07-022-0/+32
|
* fixed bug1183Martin Odersky2007-07-023-0/+63
|
* added bug 1189 to run/existentials.scalamichelou2007-07-021-0/+15
|
* refined (fixed) incompleteness checkBurak Emir2007-06-301-1/+1
|
* fixed bug1170Martin Odersky2007-06-292-2/+64
|
* fxied .check files for tcpolyMartin Odersky2007-06-292-4/+4
|
* (Hopefully) made test/files/jvm5/annotations.sc...mihaylov2007-06-272-3/+32
| | | | | (Hopefully) made test/files/jvm5/annotations.scala JVM-independant
* Merged lazy values branch to trunk.Iulian Dragos2007-06-279-2/+659
|
* updated take/dropmichelou2007-06-272-0/+41
|
* fixed SCALAC_OPTSmichelou2007-06-261-1/+1
|
* allows overriding of SCALAC_OPTSmichelou2007-06-261-1/+1
|
* updated check filemichelou2007-06-262-13/+13
|
* Added annotations tests for fields and methodsmihaylov2007-06-242-7/+42
|
* fixed test files.Martin Odersky2007-06-224-2/+14
|
* test cases for unbox problemBurak Emir2007-06-222-0/+12
|
* fixed alternative detection, handling of variab...Burak Emir2007-06-211-0/+8
| | | | | fixed alternative detection, handling of variables for unapply patterns
* added a test for the syntax: "0 : @annot", i.e. anLex Spoon2007-06-201-0/+2
| | | | | annotation but no explicit type
* fixed bug1188Adriaan Moors2007-06-203-5/+22
| | | | | | | | | | | fix kind-checking in adapt: it checked tree.symbol.typeParams, which makes m[t] look like a higher-kinded type, even though it's of kind * (the symbol doesn't know about the application to t)... now using tree.tpe.typeParams removed check for tree.hasSymbol (TypeTree's must also be checked, and they don't directly have a symbol) replaced tree.symbol by tree.tpe.symbol
* test cases for pattern matchingBurak Emir2007-06-201-6/+29
|
* added prompt/fileEnding propertiesmichelou2007-06-191-4/+12
|
* Decrease the size of array used for the stress ...Lex Spoon2007-06-192-2/+2
| | | | | Decrease the size of array used for the stress test
* Skip the first line of output, because now it i...Lex Spoon2007-06-192-3/+31
| | | | | Skip the first line of output, because now it includes a version number
* added wildcards. Changed for_some to forSome.Martin Odersky2007-06-194-117/+36
|
* changed test files: bug1001 compiles now.Martin Odersky2007-06-193-0/+118
|
* fixed test file; fixed Long/Long bugMartin Odersky2007-06-192-6/+25
|
* added setting Xmatchalgo + cleanup of PatternMa...Burak Emir2007-06-181-3/+48
| | | | | | added setting Xmatchalgo + cleanup of PatternMatchers * more control on which algo get used * removed some obsolete code * added test case
* added tests for scala.Iterablemichelou2007-06-183-43/+59
|
* more existentialsMartin Odersky2007-06-156-2/+81
|
* fixed paths on Cygwinmichelou2007-06-151-4/+8
|
* added 2 failure testsmichelou2007-06-141-5/+15
|
* corrected typomichelou2007-06-141-2/+2
|
* displays settings for .NETmichelou2007-06-141-12/+42
|
* fixed split method on JVMmichelou2007-06-134-79/+84
|
* Fxied test/scalatest to find the assemblies at ...mihaylov2007-06-131-1/+1
| | | | | | Fxied test/scalatest to find the assemblies at their original places thus obviating the need to copy them (thanks to Stephane)
* Fixed test script to look for build/msil/predef...mihaylov2007-06-131-1/+1
| | | | | Fixed test script to look for build/msil/predef.dll, not lib/predef.dll
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-2/+2
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases
* in BoxesUtility.unboxTo* cast directly to the e...mihaylov2007-06-131-1/+1
| | | | | | in BoxesUtility.unboxTo* cast directly to the expected box class before unboxing
* svn:keywordsmichelou2007-06-133-4/+25
|
* disabled debug flagmichelou2007-06-121-5/+5
|