summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed bug1112Adriaan Moors2007-05-152-0/+18
|
* added OSGi bundle supportmichelou2007-05-151-0/+9
|
* fixed bug1084Martin Odersky2007-05-142-0/+17
|
* Added test/files/pos/contrib467.scalamihaylov2007-05-111-0/+22
|
* renamed tests for contribs #460 and #461michelou2007-05-094-0/+0
|
* added tests for contribs #460 and #461michelou2007-05-094-0/+22
|
* fixed bug1090Adriaan Moors2007-05-071-0/+16
| | | | | widen now only normalizes when necessary
* pending test for bug 1085Adriaan Moors2007-05-031-0/+9
|
* corrected typomichelou2007-05-011-1/+1
|
* added example in Scala commentmichelou2007-05-011-2/+4
|
* added scala.Range and test casesmichelou2007-05-012-28/+51
|
* fixed check fileMartin Odersky2007-05-011-4/+4
|
* more additions to checknull.Martin Odersky2007-05-012-0/+28
|
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-012-42/+75
|
* fixed tests run/bridges.scala and jvm/inner.sca...michelou2007-04-304-14/+62
| | | | | fixed tests run/bridges.scala and jvm/inner.scala on IBM J9
* Improved test case for annotations with array c...mihaylov2007-04-275-9/+19
| | | | | Improved test case for annotations with array constants
* added missing .info to a symbol.typeParams..Adriaan Moors2007-04-251-0/+4
| | | | | oops!
* Updated bug533 and functions to use scala.actors.Philipp Haller2007-04-252-5/+7
|
* Updated bug533 to use scala.actors instead of s...Philipp Haller2007-04-251-1/+1
| | | | | Updated bug533 to use scala.actors instead of scala.concurrent.