summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Made value types flatpaltherr2003-12-045-248/+304
|
* - Added flags needed for flat value typespaltherr2003-12-041-0/+1
|
* - Changed so that optype doesn't rely on subtypingpaltherr2003-12-042-14/+70
|
* - Fixed for flattened value typespaltherr2003-12-045-20/+20
|
* - Removed AS_x primitivespaltherr2003-12-045-120/+0
|
* - Modified erasure to use unbox and x2x methods...paltherr2003-12-042-29/+49
| | | | | - Modified erasure to use unbox and x2x methods instead of asX methods
* - Added method boxUnboxedTypepaltherr2003-12-041-0/+29
|
* - Changed name of box primitivespaltherr2003-12-045-90/+80
|
* - Changed name of unbox primitivespaltherr2003-12-043-58/+60
|
* - Added conversion primitivespaltherr2003-12-041-0/+7
|
* - Added methods primitive mapping for x2x symbolspaltherr2003-12-041-0/+49
|
* - fixed code for empty arraysmichelou2003-12-041-5/+9
|
* - adapted to new Scala compilermichelou2003-12-041-7/+36
|
* - use getProject() instead of project member va...michelou2003-12-042-4/+8
| | | | | | - use getProject() instead of project member variables which is deprecated starting from version 1.6 of Ant
* - Added methods getConvertSymbolpaltherr2003-12-041-0/+110
|
* - Added conversion primitivespaltherr2003-12-041-0/+149
|
* - Added conversion primitivespaltherr2003-12-041-0/+53
|
* - Added conversion primitivespaltherr2003-12-041-0/+50
|
* - reverted back to version 1.27 for now, as 1.2...schinz2003-12-041-39/+3
| | | | | - reverted back to version 1.27 for now, as 1.28 prevents bootstraping