summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* -Ycasetags optimizationBurak Emir2007-08-061-0/+7
| | | | | fixed 1253
* Added test for structural refinement error cases.Gilles Dubochet2007-07-272-0/+64
|
* update check files with -uncheckedmichelou2007-07-272-2/+2
|
* Fixed bug1210Martin Odersky2007-07-263-0/+44
|
* updated check filesmichelou2007-07-262-2/+2
|
* fixed bugs 1237, 1241Martin Odersky2007-07-254-1/+28
|
* fixed bug 1241Martin Odersky2007-07-251-0/+8
|
* added more test casesmichelou2007-07-252-38/+68
|
* new testMartin Odersky2007-07-252-0/+9
|
* fixed problems in subtyping.Martin Odersky2007-07-241-0/+14
| | | | | fixed unsafe isInstanceOf's
* added class scala.Randommichelou2007-07-241-1/+1
|
* many bug fixes; short syntax for structural types.Martin Odersky2007-07-237-8/+31
|
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-232-0/+15
| | | | | Added multidimensional arrays (up to 9 dimensions).
* (no commit message)Lex Spoon2007-07-221-1/+2
|
* Explicitly import java.lang.Integer in test/fil...mihaylov2007-07-202-16/+3
| | | | | Explicitly import java.lang.Integer in test/files/jvm5/annotations.scala
* fixed scalatest so that check files for jvm tes...Adriaan Moors2007-07-202-6/+6
| | | | | | fixed scalatest so that check files for jvm tests are filesystem-location-independent
* quick fix for the first part of bug1210 (compil...Adriaan Moors2007-07-201-0/+10
| | | | | quick fix for the first part of bug1210 (compiler loops in normalize), so that the other problem is revealed: escaping variable is not detected. For the first part, I added an ugly explicit if to `normalize` -- I haven't figured out why it's needed yet.
* fixed 1231 (erroneously overriding abstract hig...Adriaan Moors2007-07-202-0/+15
| | | | | | fixed 1231 (erroneously overriding abstract higher-kinded type member with type member of kind * is not detected) --> added [type|term]SymbolDirect, which returns the symbol directly associated with a Type (i.e., without normalizing first)
* argh.. added a comment after fixing the check fileAdriaan Moors2007-07-201-4/+4
|
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-204-3/+27
| | | | | | | classOf[Integer] now properly resolves to classOf[java.lang.Integer] because Predef.Integer (and Character) are @deprecated, had to update check files to include these warnings
* Qualifying Integer/Character references with ja...Sean McDirmid2007-07-202-2/+3
| | | | | Qualifying Integer/Character references with java.lang
* Added test file for contribution #701mihaylov2007-07-181-0/+3
|
* Fixed scalatest to use changed command-lines op...Gilles Dubochet2007-07-161-1/+1
| | | | | Fixed scalatest to use changed command-lines options.
* (no commit message)Lex Spoon2007-07-166-6/+6
|
* added elapsed time infomichelou2007-07-161-2/+8
|
* changes in check fileMartin Odersky2007-07-141-1/+1
|
* (no commit message)Lex Spoon2007-07-132-0/+21
|
* (no commit message)Lex Spoon2007-07-1312-0/+40
|
* Rolled back the change to trick the constant fo...Iulian Dragos2007-07-131-2/+1
| | | | | Rolled back the change to trick the constant folder.
* Fixed bug #1205 to optimize even more tail calls.Iulian Dragos2007-07-122-0/+27
|
* Guarded one test against the constant folder.Iulian Dragos2007-07-121-1/+2
|
* 1.Martin Odersky2007-07-127-3/+44
| | | | | | | 2. some new tests. 3. split Type.symbol to typeSymbol/termSymbol 4. some fixes to lub opertation
* minor changesmichelou2007-07-121-37/+39
|
* test harness for io.utf8codecBurak Emir2007-07-101-0/+25
|
* 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
|