summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* small fixes to newline behavior.Martin Odersky2007-02-122-2/+3
|
* Fixed exhaustiveness warningIulian Dragos2007-02-121-0/+1
|
* renamed attributes to annotations; added @syntax.Martin Odersky2007-02-092-7/+7
|
* made subtyping decidable.Martin Odersky2007-02-092-4/+4
|
* Merged the dotnet-scala branchmihaylov2007-02-068-34/+99
|
* clean upBurak Emir2007-02-061-3/+16
|
* exhaustivity reworkedBurak Emir2007-02-054-7/+52
|
* changed pair(...) to {...}Martin Odersky2007-02-051-0/+1
|
* removed the executable propertiy from test casesmihaylov2007-02-0518-0/+0
|
* Fixed svn properties in test/files/runmihaylov2007-02-053-0/+0
|
* MSIL-firendly test suitmihaylov2007-02-0520-3/+849
|
* (no commit message)Martin Odersky2007-02-032-3/+3
|
* added comment & test caseMartin Odersky2007-02-022-0/+23
|
* refined exhaustivity checkBurak Emir2007-02-021-0/+4
|
* matching: + exhaustivity check, warningsBurak Emir2007-02-023-0/+110
| | | | | | | | 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
|
* Added test for console classIulian Dragos2007-01-312-0/+17
|
* fixed Console.printfMartin Odersky2007-01-311-0/+11
|
* made pattern constructors termsymbolsMartin Odersky2007-01-313-4/+22
|
* 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
|
* 1.Martin Odersky2007-01-257-2/+36
| | | | | | 2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching
* fsee message for 9732Martin Odersky2007-01-252-0/+17
|
* 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-2415-0/+360
|
* new testsMartin Odersky2007-01-236-0/+184
|
* updated check fileMartin Odersky2007-01-221-2/+2
|
* Moved collection test to pendingIulian Dragos2007-01-192-138/+0
|
* updated check files for cli testsmichelou2007-01-196-54/+21
|
* Added tests for HashTreeSet and HashTreeMapLex Spoon2007-01-192-0/+10
|
* Fixed test/files/jvm/serialization.check due to...mihaylov2007-01-171-10/+10
| | | | | | Fixed test/files/jvm/serialization.check due to change in collection.Set.toString()
* enabled -Xunapply.Martin Odersky2007-01-161-0/+30
| | | | | | | | fixed bug contrib 291. Added Map/Set types to Predef. Option no longer inherits from Iterable, but there's an implicit conversion. various other small things.
* (no commit message)Martin Odersky2007-01-102-0/+26
|
* fixed bug877Martin Odersky2007-01-101-1/+1
|
* fixed bug875Martin Odersky2007-01-109-0/+94
|
* added test case in neg/scopes.scalamichelou2007-01-082-7/+12
|
* added one test, changed to check files.Martin Odersky2007-01-083-1/+19
|
* added colonBurak Emir2007-01-0782-125/+125
|
* Changed the checkfile to match old field initia...Iulian Dragos2007-01-051-6/+6
| | | | | Changed the checkfile to match old field initialization order
* Fixed serialization throughout RedBlack hierarchyIulian Dragos2007-01-051-6/+6
|
* changed collection librariesMartin Odersky2007-01-042-1/+2
|
* 1.Martin Odersky2007-01-0312-10/+201
|
* unapply <-> as in "Matching with Objects"Burak Emir2006-12-252-3/+37
|
* fixed test case + strict checking for atomBurak Emir2006-12-222-6/+10
|
* added test in neg/scopes.scalamichelou2006-12-142-12/+19
|
* moved from pendingmichelou2006-12-132-0/+36
|
* updated check files with new tuple syntaxmichelou2006-12-135-33/+36
|
* Fixed bug 853, protected accessors crash with p...Iulian Dragos2006-12-121-0/+22
| | | | | Fixed bug 853, protected accessors crash with path dependent types.