summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - fixed a typo in the definition of the conform...schinz2004-10-141-2/+2
| | | | | - fixed a typo in the definition of the conformance relation
* Added a page with details on the .NET implement...mihaylov2004-10-141-0/+1
| | | | | Added a page with details on the .NET implementation.
* - added typesAsValues phaseschinz2004-10-141-0/+7
|
* - added getType methodschinz2004-10-143-0/+27
|
* - added option -Xrtt to enable support for run-...schinz2004-10-142-0/+8
| | | | | - added option -Xrtt to enable support for run-time types
* - changed the way the class initialisation meth...schinz2004-10-141-56/+70
| | | | | | | | - changed the way the class initialisation method (<clinit>) is built, so that it works when such a method is already present in the class being compiled, - replaced modifiersStoJ by javaModifiers function, to handle static members correctly
* - handle static members correctlyschinz2004-10-141-1/+1
|
* - handle static members correctly (i.e.schinz2004-10-142-2/+3
| | | | | make them appear in the interface)
* - adapted definitions related to run-time types...schinz2004-10-141-19/+52
| | | | | | - adapted definitions related to run-time types according to recent changes
* - added initial support for static membersschinz2004-10-141-1/+14
|
* - added a few names related to run-time typesschinz2004-10-141-1/+16
|
* - almost complete rewriteschinz2004-10-141-170/+680
|
* - moved all subclasses to their own filesschinz2004-10-141-180/+14
|
* - added files related to run-time typesschinz2004-10-141-0/+18
|
* *** empty log message ***schinz2004-10-1417-0/+1001
|
* fixes, changes, add Node::toString(stripComments)buraq2004-10-123-135/+148
|
* - [MSIL] Removed call to printStackTrace() in o...mihaylov2004-10-123-8/+3
| | | | | | - [MSIL] Removed call to printStackTrace() in order to compile without modifications for .NET
* - removed 'do' in for loop syntax.michelou2004-10-082-18/+17
|
* - updated output.michelou2004-10-071-0/+12
|
* - added tests for classes TreeMap, TreeSet.michelou2004-10-071-32/+60
| | | | | - added test for XML processing.
* - added java.io.Serializablemichelou2004-10-071-2/+2
|
* *** empty log message ***michelou2004-10-071-2/+2
|
* - added java.io.Serializable.michelou2004-10-071-3/+3
|
* - Improved module name handlingmihaylov2004-10-071-1/+2
|
* - Import java.lang.System.out and use out inste...mihaylov2004-10-071-9/+10
| | | | | - Import java.lang.System.out and use out instead of System.out
* *** empty log message ***mihaylov2004-10-071-0/+46
|
* [MSIL] Added object TestMain as an entry point...mihaylov2004-10-071-1/+11
| | | | | [MSIL] Added object TestMain as an entry point on .NET
* - Moved object Test in the beginning of the fil...mihaylov2004-10-071-23/+23
| | | | | | - Moved object Test in the beginning of the file so that it defines the entry point for the MSIL backend
* [MSIL] Use toString instead of String.valueOf()...mihaylov2004-10-071-2/+2
| | | | | | [MSIL] Use toString instead of String.valueOf() to make it compile for .NET
* - [MSIL] added object TestMain that serves as a...mihaylov2004-10-071-1/+12
| | | | | | - [MSIL] added object TestMain that serves as an entry point with the - MSIL backend properly handle command line arguments
* - Separate the directory and name part of the a...mihaylov2004-10-061-18/+25
| | | | | | - Separate the directory and name part of the assembly name specified with the -o option
* [MSIL] Fixed the testing procedure for the MSIL...mihaylov2004-10-062-3/+3
| | | | | [MSIL] Fixed the testing procedure for the MSIL backend.
* added convenience mathodburaq2004-10-061-0/+4
|
* *** empty log message ***buraq2004-10-064-28/+51
|
* - In Attributed nodes ransform the definition B...mihaylov2004-10-061-4/+5
| | | | | | - In Attributed nodes ransform the definition BEFORE using its symbol to map the attributes list
* - Properly distinguish between scala.Unit and voidmihaylov2004-10-061-24/+27
|
* - Make interfaces inherit from scala.AnyRef (or...mihaylov2004-10-061-2/+2
| | | | | | | - Make interfaces inherit from scala.AnyRef (or rather, System.Object) instead of scala.Any; solves typing issues in arrays.scala from the test suit.
* - Added deletion of old filepaltherr2004-10-051-0/+1
|
* - added more tests.michelou2004-10-052-92/+186
|
* commentsburaq2004-10-051-1/+22
|
* added testing/SUnit for unit testingburaq2004-10-051-0/+1
|
* unit testingburaq2004-10-051-0/+163
|
* Fixed the CVS Id tagmihaylov2004-10-051-1/+1
|
* *** empty log message ***Martin Odersky2004-10-0414-138/+317
|
* [MSIL] Do not look for the System.Serializable ...mihaylov2004-10-041-1/+1
| | | | | | | [MSIL] Do not look for the System.Serializable interface. There's no such thing under on .NET. This should be solved platform-independently using attributes.
* - fixed the definition of "default.distclean" t...schinz2004-10-041-1/+1
| | | | | | - fixed the definition of "default.distclean" to pass a path to the "find" command, as required on most Unices
* - changed the definition of "ROOT" to make it w...schinz2004-10-041-1/+1
| | | | | - changed the definition of "ROOT" to make it work on OS/X
* - changed comment formatting.michelou2004-10-011-10/+27
|
* - Fixed the problem from bug contribution #41mihaylov2004-10-011-1/+1
|
* - Added a toString() methodmihaylov2004-10-011-0/+3
|