summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed bug in FlatHashTable; intern Symbols; rem...Martin Odersky2007-01-301-1/+1
| | | | | | fixed bug in FlatHashTable; intern Symbols; removed view bound in Set.empty
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-292-0/+50
|
* method Source::getLinesBurak Emir2007-01-241-0/+30
|
* forgot check file and removed flags fileBurak Emir2007-01-241-0/+1
|
* moved working tests to filesBurak Emir2007-01-243-0/+114
|
* new testsMartin Odersky2007-01-232-0/+154
|
* Moved collection test to pendingIulian Dragos2007-01-192-138/+0
|
* Added tests for HashTreeSet and HashTreeMapLex Spoon2007-01-192-0/+10
|
* (no commit message)Martin Odersky2007-01-102-0/+26
|
* Changed the checkfile to match old field initia...Iulian Dragos2007-01-051-6/+6
| | | | | Changed the checkfile to match old field initialization order
* 1.Martin Odersky2007-01-037-9/+161
|
* unapply <-> as in "Matching with Objects"Burak Emir2006-12-252-3/+37
|
* updated check files with new tuple syntaxmichelou2006-12-134-31/+34
|
* more on Xkilloption, and a PM fixBurak Emir2006-12-032-4/+32
|
* more fun with positions, and updated docBurak Emir2006-11-281-3/+3
|
* Fixed bug with calls in tail position with fina...Iulian Dragos2006-11-272-0/+43
| | | | | Fixed bug with calls in tail position with final handlers.
* (no commit message)Lex Spoon2006-11-242-24/+0
|
* Fixed the test to be clearerLex Spoon2006-11-242-5/+6
|
* *** empty log message ***Lex Spoon2006-11-241-1/+1
|
* (no commit message)Lex Spoon2006-11-242-0/+23
|
* (no commit message)Martin Odersky2006-11-162-0/+34
|
* Fixed test/files/run/richs.scala according to t...mihaylov2006-11-141-2/+2
| | | | | Fixed test/files/run/richs.scala according to the latest RichChar
* Improved the fix and test case for bug #819mihaylov2006-11-132-7/+11
|
* Added test for bug 891 (unboxing and promotion)Iulian Dragos2006-11-132-0/+14
|
* Improved class-level value initializationmihaylov2006-11-061-6/+6
|
* caseclass->productBurak Emir2006-11-052-7/+7
|
* added tests for rich charactersmichelou2006-11-022-6/+44
|
* - added runtime.RichException with a getStackTr...mihaylov2006-11-022-2/+2
| | | | | | | - added runtime.RichException with a getStackTraceString method (the - .NET version will be more extensive) added a split(c: Char) method to - RichString
* Refactored portability supportmihaylov2006-11-015-17/+18
|
* fixed problems in type patternsMartin Odersky2006-10-201-1/+1
| | | | | made some type error messages more precise
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-141-0/+55
|
* Made some test cases platform-independentmihaylov2006-10-1011-206/+185
|
* Moved Java-specific tests to test/files/jvm/mihaylov2006-10-105-131/+0
|
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-087-10/+10
|
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-064-20/+20
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* fixed bugs in ListBuffer and ArrayBuffer, added...Burak Emir2006-10-041-0/+95
| | | | | fixed bugs in ListBuffer and ArrayBuffer, added unit test
* (no commit message)Lex Spoon2006-10-042-0/+12
|
* writes 'tmpfilename' to directory 'outputdir' i...michelou2006-09-261-15/+15
| | | | | writes 'tmpfilename' to directory 'outputdir' in run/inner.scala
* Fixed bug regarding 'return's inside try-finall...Iulian Dragos2006-09-252-0/+40
| | | | | Fixed bug regarding 'return's inside try-finally blocks
* Changed -cp to -classpath to make it compatible...Iulian Dragos2006-09-251-1/+1
| | | | | Changed -cp to -classpath to make it compatible with Java 1.4