summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 0.9.1-b0paltherr2003-12-081-1/+1
|
* - adapted to current Scala versionmichelou2003-12-0810-55/+143
|
* - modified replicate.cremet2003-12-081-4/+5
|
* dont need Elementburaq2003-12-081-1/+1
|
* dont need Elementburaq2003-12-081-1/+0
|
* not testing toString method anymoreburaq2003-12-081-1/+0
|
* toString method is brokenburaq2003-12-081-1/+0
|
* class symbol instead of elementburaq2003-12-082-13/+18
|
* indenting + slight changes because of Element-S...buraq2003-12-081-15/+16
| | | | | indenting + slight changes because of Element-Symbol migration
* turned into traitburaq2003-12-082-10/+8
|
* using the more specific "symbol" class instead ...buraq2003-12-081-3/+3
| | | | | using the more specific "symbol" class instead of attributed node
* added a lot of XML functionality, replacing sca...buraq2003-12-081-6/+60
| | | | | added a lot of XML functionality, replacing scala.xml.nobinding.Element
* using symbol instead of this file nowburaq2003-12-081-24/+0
|
* removed scala.xml.nobinding.Element, using SYmb...buraq2003-12-081-1/+0
| | | | | removed scala.xml.nobinding.Element, using SYmbol instead
* - Added cases for operations on stringspaltherr2003-12-082-34/+38
|
* - emit the symbol table as an attribute of top-...mihaylov2003-12-081-20/+44
| | | | | - emit the symbol table as an attribute of top-level classes
* - removed the remnants of the code for traversi...mihaylov2003-12-081-209/+120
| | | | | | - removed the remnants of the code for traversing the methods from - interfaces modified to work with CLRPackageParser
* handling of escaped sequences x:_*buraq2003-12-082-0/+28
|
* updated commentburaq2003-12-081-3/+4
|
* - added 'import java.lang.System' to allow the ...mihaylov2003-12-0818-19/+55
| | | | | | - added 'import java.lang.System' to allow the tests to compile with the .NET backend
* - initial commitmihaylov2003-12-084-0/+271
|
* - modified to work when invoked under cygwin on...mihaylov2003-12-081-0/+1
| | | | | | - modified to work when invoked under cygwin on a network share (i.e. appearing not as a symbolic link)
* - initial CLR type import capabilitiesmihaylov2003-12-082-0/+584
|
* - added common superclass (MetadataParser) for ...mihaylov2003-12-085-30/+61
| | | | | | - added common superclass (MetadataParser) for PackageParser and ClassParser that handles switching and restoring the compiler phase
* - added a '-r' option to specify the assemblies...mihaylov2003-12-081-0/+5
| | | | | | - added a '-r' option to specify the assemblies referenced by the source program
* - Revised all value typespaltherr2003-12-0812-724/+579
|
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
| | | | | | - bug fix (#250): don't generate any code when "null" is loaded with an expected type of "void"
* Cleanup and commenting of librarystenman2003-12-075-295/+552
|
* - incorporated suggestions by Erik and Stephane.schinz2003-12-051-26/+23
|
* - Added code to remove box(unbox(...)) and unbo...paltherr2003-12-051-1/+20
| | | | | - Added code to remove box(unbox(...)) and unbox(box(...))
* - Added code to remove coerce methodspaltherr2003-12-051-0/+4
|
* - Removed subtyping of value typespaltherr2003-12-051-9/+1
|
* - added a "fast" switch (not completely impleme...schinz2003-12-051-7/+16
| | | | | | | - added a "fast" switch (not completely implemented yet), - use "verbatim" for programs' output, instead of "lstlisting" (which is wrong)
* - inline conversion primitivesschinz2003-12-051-27/+22
| | | | | - replaced genWidenConversion by FJBG's emitT2T function
* *** empty log message ***Martin Odersky2003-12-041-1/+11
|
* - Added coerce primitivespaltherr2003-12-041-0/+6
|
* - Added primitives from Byte, Short and Charpaltherr2003-12-041-5/+59
|
* - Added -Q flag to cvs commandspaltherr2003-12-041-2/+2
|
* Set version to 0.9.0-b11paltherr2003-12-041-1/+1
|
* Set version to 0.9.0-b10paltherr2003-12-041-1/+1
|
* Set version to 0.9.0-b9paltherr2003-12-041-1/+1
|
* Set version to 0.9.0-b8paltherr2003-12-041-1/+1
|
* Set version to 0.9.0-b7paltherr2003-12-041-1/+1
|
* - Added primitive COERCEpaltherr2003-12-042-0/+4
|
* Set version to 0.9.0-b6paltherr2003-12-041-1/+1
|
* - Fixed typopaltherr2003-12-041-1/+1
|
* - Removed scala/tools from scala.jarpaltherr2003-12-041-0/+2
|
* - Removed field Primitive.tagpaltherr2003-12-043-131/+125
|
* - Flattened Byte, Short and Charpaltherr2003-12-049-36/+363
|
* - added sections about case classes and genericityschinz2003-12-041-113/+379
| | | | | - fixed small problems