summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Collapse)AuthorAgeFilesLines
* added namespace testBurak Emir2007-03-021-0/+1
|
* fixed xml02Burak Emir2007-03-021-24/+13
|
* * small lib addition to testing.SUnit, made Uni...Burak Emir2007-03-023-41/+40
| | | | | | | | * small lib addition to testing.SUnit, made UnitTest @deprecated added * xml pattern matching on prefixes (in SymbolicXMLBuilder) xml name * parsing ensures that names do not end in a colon (namespaces) rewrote * xml02 to use SUnit
* added @serializable annotation to ListBuffermichelou2007-03-022-132/+164
|
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-271-0/+5
| | | | | | made Elem serializable again, added Utility.sort method for attribute sorting
* xml.Elem has now {apply,unapply} !Burak Emir2007-02-271-1/+26
| | | | | | + Utility.trim function to remove whitespace + tests
* * fixed x @ unapplypat bindingBurak Emir2007-02-251-0/+9
| | | | | * added Node.unapply, QNode.unapply
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-201-2/+2
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* Improved annotations testmihaylov2007-02-181-1/+0
|
* fixed testsMartin Odersky2007-02-151-8/+8
|
* Merged the dotnet-scala branchmihaylov2007-02-062-0/+23
|
* MSIL-firendly test suitmihaylov2007-02-052-0/+91
|
* (no commit message)Martin Odersky2007-02-031-2/+2
|
* Added test for console classIulian Dragos2007-01-312-0/+17
|
* updated check fileMartin Odersky2007-01-221-2/+2
|
* 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()
* Fixed serialization throughout RedBlack hierarchyIulian Dragos2007-01-051-6/+6
|
* changed collection librariesMartin Odersky2007-01-042-1/+2
|
* 1.Martin Odersky2007-01-031-1/+1
|
* fixed test case + strict checking for atomBurak Emir2006-12-222-6/+10
|
* updated check files with new tuple syntaxmichelou2006-12-131-2/+2
|
* Fixed bug 853, protected accessors crash with p...Iulian Dragos2006-12-121-0/+22
| | | | | Fixed bug 853, protected accessors crash with path dependent types.
* Fixed bugs in protected accessors.Iulian Dragos2006-11-092-10/+51
|
* Compiled with java 1.4Iulian Dragos2006-11-041-1/+1
|
* Added a value for Java static inner classes to ...Iulian Dragos2006-11-024-0/+38
| | | | | | Added a value for Java static inner classes to allow access to static members.
* Refactored portability supportmihaylov2006-11-012-10/+9
|
* More tests for protected accessors.Iulian Dragos2006-10-262-1/+4
|
* Fixed accessors for functions which access prot...Iulian Dragos2006-10-262-0/+4
| | | | | Fixed accessors for functions which access protected members.
* Added protected accessors in super accessors.Iulian Dragos2006-10-262-0/+94
|
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-145-1/+22
|
* checkfileBurak Emir2006-10-111-0/+10
|
* fixBurak Emir2006-10-111-1/+1
|
* attribute nillableBurak Emir2006-10-111-0/+23
|
* Moved Java-specific tests to test/files/jvm/mihaylov2006-10-104-0/+131
|
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-2/+2
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* changed ppBurak Emir2006-09-071-4/+4
|
* xml changesBurak Emir2006-09-076-0/+174
|
* added indexOf method to Iterable, added squeeze...Burak Emir2006-09-062-4/+6
| | | | | | added indexOf method to Iterable, added squeezeBlock code optimization to PatternMatcher
* Moved Predef.Array* to scala.Array.apply*mihaylov2006-09-051-1/+1
|
* added group and changed metadataBurak Emir2006-09-033-4/+19
|
* test files for more xml parsing-extensionBurak Emir2006-07-012-0/+28
|
* Fixed test files after syntax change for closures.Martin Odersky2006-06-211-1/+1
|
* added test case for xml libBurak Emir2006-03-312-0/+294
|
* test case for xml libraryBurak Emir2006-03-312-0/+230
|
* Fixed check filesmihaylov2006-03-091-6/+6
|
* Adjusted for the changed outputmihaylov2006-01-251-2/+2
|
* use the mutable.Set interface of BitSetmihaylov2006-01-241-4/+6
|
* (no commit message)Martin Odersky2006-01-201-2/+40
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-164-0/+444
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-1614-1657/+0
| | | | | Removed old scala tests from new Scala core module.