summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Lex Spoon2007-07-132-0/+21
|
* 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-122-0/+9
| | | | | | | 2. some new tests. 3. split Type.symbol to typeSymbol/termSymbol 4. some fixes to lub opertation
* 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
* Added a test case for bug contribution #674mihaylov2007-07-041-0/+19
|
* 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
|
* Use "res" instead of "unnamed" as the base of Lex Spoon2007-07-021-1/+1
| | | | | variable names generated by the interpreter.
* Fixed bug 1194, overriding lazy values.Iulian Dragos2007-07-022-0/+32
|
* added bug 1189 to run/existentials.scalamichelou2007-07-021-0/+15
|
* refined (fixed) incompleteness checkBurak Emir2007-06-301-1/+1
|
* Merged lazy values branch to trunk.Iulian Dragos2007-06-277-2/+608
|
* updated take/dropmichelou2007-06-272-0/+41
|
* fixed test files.Martin Odersky2007-06-223-1/+13
|
* fixed alternative detection, handling of variab...Burak Emir2007-06-211-0/+8
| | | | | fixed alternative detection, handling of variables for unapply patterns
* test cases for pattern matchingBurak Emir2007-06-201-6/+29
|
* 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-192-6/+36
|
* fixed test file; fixed Long/Long bugMartin Odersky2007-06-191-1/+10
|
* 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-152-0/+51
|
* fixed split method on JVMmichelou2007-06-133-50/+69
|
* 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
* 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.
* Added structural subtyping.Gilles Dubochet2007-06-052-0/+160
|
* deprecated &f, .f, requires.Martin Odersky2007-06-057-19/+19
| | | | | 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
|
* account for new welcome messageLex Spoon2007-05-301-1/+1
|
* (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
|
* fixed bug1084Martin Odersky2007-05-142-0/+17
|
* renamed tests for contribs #460 and #461michelou2007-05-094-0/+0
|
* added tests for contribs #460 and #461michelou2007-05-094-0/+22
|
* 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
|
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-012-42/+75
|