summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* fixed some tests for jvm-1.5Martin Odersky2007-12-192-5/+5
|
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-191-1/+1
| | | | | dual mode (generics or not) version of compiler and libraries
* updated STARR for Java genericsmichelou2007-12-182-3/+3
|
* #153 still not fixed..michelou2007-12-142-3/+3
|
* Fixed #153 (thanks to Sean)michelou2007-12-122-3/+3
|
* added final modifier, commented out test for #153michelou2007-12-122-3/+3
|
* updated check file (missing in r13483)michelou2007-12-101-0/+3
|
* added test case for fix #272michelou2007-12-101-10/+69
|
* fixed #211Burak Emir2007-12-011-1/+9
|
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-292-0/+125
| | | | | | Structural calls should be faster thanks to method caching. Fixed issue #192.
* Merge from the annots-normtrees branch.Lex Spoon2007-11-282-0/+239
| | | | | | | | now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
* fixed #246. adapted check files.Martin Odersky2007-11-211-1/+1
|
* Fixed ticket #244.Iulian Dragos2007-11-202-0/+18
|
* Added tests for lazy values of type Unit.Iulian Dragos2007-11-192-0/+24
|
* fixed partest, removed mergeLines (useless)michelou2007-11-132-2/+100
|
* fixed ticket #136 (charSeq)michelou2007-11-092-0/+2
|
* fixed ticket #136 (cnt'd)michelou2007-11-092-0/+68
|
* moved runtime.TypeRep to branch (not yet mature)michelou2007-11-052-143/+0
|
* reverted changes (moved implicits to object Typ...michelou2007-11-021-0/+2
| | | | | reverted changes (moved implicits to object TypeRep)
* added basic support for runtime typesmichelou2007-11-022-0/+141
|
* fixed ticket 91Martin Odersky2007-11-012-0/+14
|
* added/modified check filesMartin Odersky2007-10-261-3/+3
|
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-192-58/+0
| | | | | | Moving my tests to pending since they won't pass unless arrays are fixed.
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-192-0/+58
| | | | | | * Tweaked GenerateIDEs to have more coverage * Deprecated * in favor of ** for sets
* moved run/arrays-2.* to pendingmichelou2007-10-192-33/+0
|
* more tests on arrays..michelou2007-10-192-0/+33
|
* added docgenerator testmichelou2007-10-182-0/+262
|
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-112-0/+13
| | | | | | | | | - Improved tail call elimination to handle calls on a different instance. - Improved tail calls by skipping trivial arguments (when the argument to the call is the parameter itself) - added preliminary support for incremental DFA.
* added method partition to Iterable (#171)michelou2007-10-112-3/+18
|
* added length test to run/stream.scalamichelou2007-10-082-1/+5
|
* fixed ticket #153michelou2007-10-052-0/+6
|
* Updated the attributes test because there is a ...Lex Spoon2007-10-022-0/+87
| | | | | | Updated the attributes test because there is a warning when subclassing ClassfileAnnotation
* added a test for multi-line stringsLex Spoon2007-10-021-2/+14
|
* Minor changes to improve the output whenLex Spoon2007-10-021-13/+24
| | | | | there are type errors in the user's code
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-271-2/+2
| | | | | | | | Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?)
* added tests for bin/hex/oct conversionsmichelou2007-09-252-0/+12
|
* Fixed ticket #88 (verify error, exceptions).Iulian Dragos2007-09-242-0/+15
|
* fixed seq matching bug + reorganized test casesBurak Emir2007-09-163-162/+153
|
* Fixed dead code elimination phase: Iulian Dragos2007-09-131-2/+2
| | | | | | | - better handling of 'dead' DROP - fixed computeCompensations (VerifyErrors in corner cases) - fixed generation of LOAD_EXCEPTION on all exceptional paths, when optimizations enabled
* 1. added var pattern = expr syntaxMartin Odersky2007-09-102-0/+10
| | | | | | | 2. better error messages in two situations 3. fixed tickets 5, 33, 42 4. changed check files of 3 failing tests
* fixed odd typing bug #44Burak Emir2007-09-041-1/+21
|
* fixed #11Burak Emir2007-09-041-0/+31
|
* fixed #37Burak Emir2007-09-012-2/+13
|
* fixed ticket #2 (patch from tags/R_2_6_0-RC2), ...Burak Emir2007-09-0111-115/+119
| | | | | fixed ticket #2 (patch from tags/R_2_6_0-RC2), reorganized test cases
* Fixed crash in lazy traits (ticket #39).Iulian Dragos2007-08-311-0/+12
|
* added test files for ticket 17Martin Odersky2007-08-302-0/+18
|
* moved test cases in bug457.scala in to patmatne...Burak Emir2007-08-303-45/+45
| | | | | moved test cases in bug457.scala in to patmatnew.scala
* Removed the explicit force on slice.Sean McDirmid2007-08-291-2/+2
|
* * colltest - changed to jcl.LinkedHashSetSean McDirmid2007-08-292-2/+2
| | | | | * interpreter - Added explicit force in array slice call (implicit in Predefs should handle this, but it doesn't seem like it works here)