summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Now works with the MSIL backend without modif...mihaylov2004-12-021-1/+0
| | | | | - Now works with the MSIL backend without modifications
* - Use scala.runtime.compat.Platform to make the...mihaylov2004-12-021-1/+1
| | | | | | - Use scala.runtime.compat.Platform to make the test case platform independant
* - Generalized exceptions from java.lang.Excepti...mihaylov2004-12-021-2/+2
| | | | | - Generalized exceptions from java.lang.Exception to java.lang.Throwable
* - Removed generation of scala attribute in clas...paltherr2004-12-021-7/+7
| | | | | - Removed generation of scala attribute in class files
* - Added ability to read .symbl filespaltherr2004-12-021-22/+33
|
* - Added a test to test references to generated ...paltherr2004-12-022-1/+19
| | | | | - Added a test to test references to generated classes
* - Changed PackageParsers to use .symbl filespaltherr2004-12-023-4/+55
|
* - In [CLR]PackageParser split doComplete/preIni...paltherr2004-12-023-132/+146
| | | | | - In [CLR]PackageParser split doComplete/preInitialize into four methods
* - Added method getNameSpaceOfpaltherr2004-12-021-1/+7
|
* - Added method hasPackageFlagpaltherr2004-12-021-0/+5
|
* - Added generation of .symbl filespaltherr2004-11-301-0/+11
|
* - Added method writeSymblFilepaltherr2004-11-301-16/+22
|
* - Changed writeToFile(String) to writeTo(File)paltherr2004-11-301-2/+2
|
* - Replaced global.fail by errors or abortspaltherr2004-11-301-9/+10
|
* - Added method writeClassFilepaltherr2004-11-301-14/+17
|
* - Added method writeToFilepaltherr2004-11-301-0/+6
|
* - Sortedpaltherr2004-11-301-8/+8
|
* - Translated HTMLGeneratorPhases into scalapaltherr2004-11-304-57/+54
|
* - Removed HTMLGeneratorScala.scalapaltherr2004-11-302-22/+9
|
* - Added methods to print attributed treespaltherr2004-11-292-386/+506
|
* - generate local variable table (patch submitte...schinz2004-11-291-2/+35
| | | | | | - generate local variable table (patch submitted by Ross Judson <rjudson@managedobjects.com>) when the "-g" switch is specified
* - added accessor for "debuginfo" command-line a...schinz2004-11-291-0/+2
| | | | | | - added accessor for "debuginfo" command-line argument (a.k.a. the "-g" switch)
* - Simplified the bound printing codepaltherr2004-11-261-1/+0
|
* - Improved recompilation of multi-files documentspaltherr2004-11-261-4/+4
|
* - Simplified the bound printing codepaltherr2004-11-251-24/+14
|
* - Made the modifier printing methods publicpaltherr2004-11-251-3/+3
|
* - Added methods to print attributed types and b...paltherr2004-11-251-40/+144
| | | | | - Added methods to print attributed types and bounds
* - Renamed isParamAccessor to hasParamAccessorFlagpaltherr2004-11-231-3/+3
|
* - Added method isParamAccessorpaltherr2004-11-231-1/+6
|
* Set version to 1.3.0.10paltherr2004-11-231-1/+1
|
* - Fixed export statementpaltherr2004-11-231-1/+2
|
* Set version to 1.3.0.9paltherr2004-11-231-1/+1
|
* Removed a superfluous import clausemihaylov2004-11-231-2/+0
|
* - Moved tagMethod to TreeGen.mkTagMethodmihaylov2004-11-231-14/+6
| | | | | - [MSIL] Do not generate getType methods for the MSIL backend
* - Generate $tag methods for the anonymous funct...mihaylov2004-11-231-1/+2
| | | | | | - Generate $tag methods for the anonymous functions passed as 'def' parameters
* - Do not generate $tag methods for function cla...mihaylov2004-11-232-2/+3
| | | | | | - Do not generate $tag methods for function classes; this is be done by RefCheck
* - Added mkTagMethod that generates tree for Sca...mihaylov2004-11-231-5/+21
| | | | | | | - Added mkTagMethod that generates tree for ScalaObject.$tag - Added a flag to mkUnitFunction and mkFunction whether to generate the $tag method
* [MSIL] Do not initialize the TYPE_CLASS symbol;...mihaylov2004-11-231-1/+1
| | | | | | [MSIL] Do not initialize the TYPE_CLASS symbol; class scala.Type is not in the .NET version of the Scala library
* *** empty log message ***Martin Odersky2004-11-221-1/+1
|
* *** empty log message ***Martin Odersky2004-11-227-10/+93
|
* - Replace "Tree$" by "Tree."paltherr2004-11-221-48/+48
|
* - Modified printTemplatepaltherr2004-11-221-32/+52
|
* - Fixed case of Int and Unitpaltherr2004-11-221-16/+16
| | | | | - Removed tabs
* - Fixed case of Int and Unitpaltherr2004-11-221-19/+19
|
* - Renamed printModifiers into printSModifiers (...paltherr2004-11-221-10/+52
| | | | | | - Renamed printModifiers into printSModifiers (print syntactic ) - modifiers Added method printAModifiers (print attributed modifiers )
* - Added method isOverridepaltherr2004-11-221-0/+5
|
* - Added a field "global" in TextTreePrinterpaltherr2004-11-226-26/+26
|
* *** empty log message ***Iulian Dragos2004-11-222-0/+22
|
* - Removed class UniqueID (symbols have already ...paltherr2004-11-227-40/+4
| | | | | | - Removed class UniqueID (symbols have already an internal unique identifier)
* Synced with library.lstmihaylov2004-11-221-16/+20
|