summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* *** empty log message ***schinz2004-10-1417-0/+1001
|
* fixes, changes, add Node::toString(stripComments)buraq2004-10-123-135/+148
|
* - 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
|
* - 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-061-2/+2
| | | | | [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
|
* commentsburaq2004-10-051-1/+22
|
* unit testingburaq2004-10-051-0/+163
|
* Fixed the CVS Id tagmihaylov2004-10-051-1/+1
|
* *** empty log message ***Martin Odersky2004-10-0411-136/+315
|
* [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.
* - 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
|
* - Fixed the CVS Id tagmihaylov2004-10-011-2/+2
|
* better error message for xml parsingburaq2004-09-302-4/+23
|
* some (commented out) code indicating where to c...buraq2004-09-301-0/+9
| | | | | some (commented out) code indicating where to continue
* moved code for readabilityburaq2004-09-301-15/+20
|
* changed ensureSize of ResizableArray to simpler...buraq2004-09-305-34/+26
| | | | | changed ensureSize of ResizableArray to simpler meaning
* - added java.io.Serializable.michelou2004-09-296-48/+49
|
* - serialization test of Scala collection classes.michelou2004-09-291-2/+2
|
* - rewritten the 'toString' method.michelou2004-09-291-24/+11
|
* fixed ( >>> )buraq2004-09-291-1/+1
|
* rmovedburaq2004-09-291-26/+0
|
* removed unused scala files, added BitSet to listburaq2004-09-298-637/+1
|
* bitset addition, unit test additionburaq2004-09-284-7/+16
|
* faster equality checking for immutable bitsetburaq2004-09-281-0/+20
|
* fixed documentation to valid xhtmlburaq2004-09-283-5/+5
|
* - Moved TEST_ALL assignment before return state...paltherr2004-09-271-1/+1
| | | | | - Moved TEST_ALL assignment before return statement
* - Fixed some typospaltherr2004-09-271-3/+3
|
* - added methods 'equals' and 'toString'.michelou2004-09-241-3/+44
|
* - added private method 'readResolveMethod'.michelou2004-09-241-21/+40
| | | | | | - renamed method 'addCaseMethods' in 'addSyntheticMethods'. added call - to 'readResolveMethod' in 'addSyntheticMethods'.
* - added name for Java method 'readResolve' (see...michelou2004-09-241-12/+13
| | | | | | - added name for Java method 'readResolve' (see java.io.Serializable). - rearranged list of names in alphabetic order.