summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed tests run/bridges.scala and jvm/inner.sca...michelou2007-04-302-0/+33
| | | | | fixed tests run/bridges.scala and jvm/inner.scala on IBM J9
* added Java options to test bridges.scalamichelou2007-04-241-0/+1
|
* fixed bug 1065Adriaan Moors2007-04-242-0/+24
| | | | | | | | This was caused by the Uncurry phase not fully expanding alias types. More specifically, the argument&result types of anonymous functions (Function node) weren't normalized. Presumably other combinations weren't covered either. These should now be fixed.
* changed argument in &sumsmichelou2007-04-231-1/+1
|
* updated self aliases, for-comprehensions michelou2007-04-232-0/+111
|
* added a new line at the end, so that hopefully ...Lex Spoon2007-04-192-1/+2
| | | | | | added a new line at the end, so that hopefully the test is more robust on different machines
* scala.Int -> Intmichelou2007-04-191-45/+45
|
* updated tests for productElement/-Aritymichelou2007-04-192-7/+7
|
* (no commit message)Lex Spoon2007-04-192-0/+221
|
* added test for bug #1041michelou2007-04-161-31/+38
|
* "fixed" bug 1040, re-opened as 1046Adriaan Moors2007-04-161-5/+5
| | | | | tcpoly_parseridioms no longer uses exotic method names -- exoticnames.scala is a dedicated test that I feel should pass (it doesn't)
* added options to scaladoc Ant taskmichelou2007-04-101-53/+58
| | | | | removed several unchecked warnings
* check for variables in pattern alternatives; ch...Martin Odersky2007-04-102-2/+2
| | | | | | check for variables in pattern alternatives; changes to enable presupercall initialization.
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-066-0/+170
| | | | | adding test files from tcpoly branch without history -- much faster this way, sorry
* Got rid of warningsSean McDirmid2007-03-302-29/+7
|
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-3012-177/+199
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* Fixed tail call elimination for calls in the rh...Iulian Dragos2007-03-282-0/+4
| | | | | Fixed tail call elimination for calls in the rhs of boolean &&.
* Added test case for bug #1020.Iulian Dragos2007-03-261-3/+16
|
* added test for unapply in StreamsLex Spoon2007-03-231-1/+14
|
* added test cases in deeps.scalamichelou2007-03-222-0/+29
|
* modified sinsibility checks and test casesMartin Odersky2007-03-222-13/+0
|
* new pattern matching algoBurak Emir2007-03-223-24/+35
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* added Array.deepEquals, improved external links...michelou2007-03-203-41/+110
| | | | | added Array.deepEquals, improved external links to sources in API doc
* Catch tail calls made from tail boolean or.Iulian Dragos2007-03-192-0/+23
|
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-162-0/+90
|
* fixed test to new MatchError interfaceBurak Emir2007-03-151-2/+2
|
* fixed bug 1000 and david pollaks problem wrt tu...Martin Odersky2007-03-132-0/+13
| | | | | fixed bug 1000 and david pollaks problem wrt tupling
* fixed check file for run/bitsets.scalamichelou2007-03-082-2/+9
|
* added more test cases for class BitSetmichelou2007-03-082-22/+87
|
* fixed 2 bugs in classs BitSet and added scalado...michelou2007-03-072-0/+39
| | | | | | fixed 2 bugs in classs BitSet and added scaladoc comment methods isInstanceOf and synchronized
* fixed bug 979Martin Odersky2007-03-061-0/+14
|
* fixed bug978Martin Odersky2007-03-051-0/+38
|
* now allows & for by-name params and parameters ...Martin Odersky2007-02-202-0/+22
| | | | | now allows & for by-name params and parameters methods.
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-205-33/+33
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* re-enabled stability test; added sections.Martin Odersky2007-02-161-2/+2
|
* more changes to make tuples (...)Martin Odersky2007-02-145-14/+39
|
* changed tuple syntax to (...)Martin Odersky2007-02-132-9/+9
|
* Merged the dotnet-scala branchmihaylov2007-02-068-57/+99
|
* clean upBurak Emir2007-02-061-3/+16
|
* exhaustivity reworkedBurak Emir2007-02-052-0/+38
|
* Fixed svn properties in test/files/runmihaylov2007-02-053-0/+0
|
* MSIL-firendly test suitmihaylov2007-02-0520-94/+849
|
* (no commit message)Martin Odersky2007-02-031-1/+1
|
* matching: + exhaustivity check, warningsBurak Emir2007-02-021-0/+31
| | | | | | | | Iterator: gets mkString method Iterable: only whitespace Definitions: value classes no longer SEALED test cases for exhaustivity + unapply/array
* added test case 4 select unapplyBurak Emir2007-01-311-3/+20
|
* made pattern constructors termsymbolsMartin Odersky2007-01-312-0/+21
|
* fixed flathashtable.Martin Odersky2007-01-302-0/+51
|