summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* fixed bug1292Martin Odersky2007-08-272-0/+108
|
* Fixed bug #1287, lazy vals in trait methods.Iulian Dragos2007-08-231-0/+7
|
* fix #1286Burak Emir2007-08-231-0/+4
|
* fixed method slice both in arrays and lists (se...michelou2007-08-222-0/+82
| | | | | fixed method slice both in arrays and lists (see run/slices.scala)
* Ident(sym) => mkIdent(sym), avoids unattributed...Burak Emir2007-08-221-4/+12
| | | | | Ident(sym) => mkIdent(sym), avoids unattributed ident blowing up Erasure
* unapplySeq-optimization works in combination wi...Burak Emir2007-08-211-0/+22
| | | | | unapplySeq-optimization works in combination with guards
* fixed #1281, reverted Sean's lazy generator in ...Burak Emir2007-08-211-0/+22
| | | | | | fixed #1281, reverted Sean's lazy generator in Main which broke the build
* fix #1282, optimized translation of List.unappl...Burak Emir2007-08-211-0/+9
| | | | | | fix #1282, optimized translation of List.unapplySeq / List(p1...pN) patterns
* fixed some bugs related to existentials.Martin Odersky2007-08-202-0/+14
| | | | | | | fixed unboxing bug fixed ByNameFunction problem some cleanups in parser
* fixed #1277, more conservative when generating ...Burak Emir2007-08-201-6/+45
| | | | | fixed #1277, more conservative when generating equals test, +test cases
* fix #1276, encoding equals test in types means ...Burak Emir2007-08-191-0/+12
| | | | | | | fix #1276, encoding equals test in types means one has be careful when using <:<... for an "equalsclass" type, extracts the type of the value which is to be compared by equality, used in optimization
* scala.Math.Pi instead of scala.compat.Math.PImichelou2007-08-171-3/+3
|
* updated several tests for MSILmichelou2007-08-176-134/+133
|
* fixed Philipp's bug #1256 for real this time, u...Burak Emir2007-08-151-0/+16
| | | | | | fixed Philipp's bug #1256 for real this time, use switch for characters (includes ugly boxing bug workaround), use StdNames in CodeFactory
* disabled test for #1196Burak Emir2007-08-141-1/+2
|
* implemented #1196 by typer change and added tes...Burak Emir2007-08-141-0/+44
| | | | | implemented #1196 by typer change and added test cases
* Definitions, Par: encoding equality patterns us...Burak Emir2007-08-133-13/+13
| | | | | | | Definitions, Par: encoding equality patterns using <equals> pattern type code generation: if pattern body is throw, generate throw directly (no sharing) tests:moved unboxmatch into patmatnew
* fix #1257,#1258Burak Emir2007-08-081-0/+10
|
* -Ycasetags optimizationBurak Emir2007-08-061-0/+7
| | | | | fixed 1253
* update check files with -uncheckedmichelou2007-07-271-1/+1
|
* updated check filesmichelou2007-07-261-1/+1
|
* added more test casesmichelou2007-07-252-38/+68
|
* fixed problems in subtyping.Martin Odersky2007-07-241-0/+14
| | | | | fixed unsafe isInstanceOf's
* many bug fixes; short syntax for structural types.Martin Odersky2007-07-234-2/+12
|
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-232-0/+15
| | | | | Added multidimensional arrays (up to 9 dimensions).