summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added .dll test library (Win32)michelou2007-06-123-6/+105
|
* added 64-bit librarymichelou2007-06-113-1/+2
|
* added test for @native attributemichelou2007-06-117-1/+67
|
* Improved interface of scala.compat.StringBuildermihaylov2007-06-111-1/+1
|
* fixed test fileMartin Odersky2007-06-061-1/+1
|
* The AST “Literal(Constant(t))” for t a value ty...Gilles Dubochet2007-06-062-2/+2
| | | | | | The AST “Literal(Constant(t))” for t a value type (int et al.) compiles consistently accross compilation targets.
* Fixed structural subtyping to work when JVM 1.5...Gilles Dubochet2007-06-062-4/+0
| | | | | | Fixed structural subtyping to work when JVM 1.5 target is used. Bug 711 no longer is “neg” thanks to structural subtyping.
* Added structural subtyping.Gilles Dubochet2007-06-052-0/+160
|
* deprecated &f, .f, requires.Martin Odersky2007-06-0537-86/+52
| | | | | Added existential types.
* some debug output for fatal errors during typingBurak Emir2007-06-031-0/+6
|
* The parser no longer signals "incomplete input"...Lex Spoon2007-06-032-0/+26
| | | | | | The parser no longer signals "incomplete input" in cases where the input already has an outright syntax error.
* fix #1163Burak Emir2007-06-021-1/+18
|
* Capitalized type params in Predef, fixed bug in...michelou2007-05-314-7/+7
| | | | | Capitalized type params in Predef, fixed bug in URLZipArchive
* fixed bug in checkKindBounds (type parameters d...Adriaan Moors2007-05-311-0/+10
| | | | | fixed bug in checkKindBounds (type parameters defined outside the abstract type that was being checked, were not properly transformed using asSeenFrom) -- regression test included in commit
* fixed bug 1123Martin Odersky2007-05-306-0/+59
|
* account for new welcome messageLex Spoon2007-05-301-1/+1
|
* (no commit message)Lex Spoon2007-05-302-0/+10
|
* added regression tests for bugs 1106 and 1136Adriaan Moors2007-05-304-0/+22
|
* (no commit message)Lex Spoon2007-05-292-0/+15
|
* (no commit message)Lex Spoon2007-05-241-1/+1
|
* Didn't revert enough before.Sean McDirmid2007-05-221-1/+1
|
* rolling back tests.Sean McDirmid2007-05-224-14/+7
|
* Updated tests to reflect new range behavior. Sean McDirmid2007-05-224-7/+15
|
* Added a test with an array of integersLex Spoon2007-05-211-0/+4
|
* Updated STARR to Scala 2.5.0-finalmichelou2007-05-212-6/+6
|
* updated check fileMartin Odersky2007-05-191-1/+1
|
* Support running individual *.res testsLex Spoon2007-05-181-1/+1
|
* (no commit message)Lex Spoon2007-05-184-0/+15
|