summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - bug fix: made MapTo class public in order to ...schinz2005-01-171-1/+1
| | | | | | | - bug fix: made MapTo class public in order to avoid run-time errors (this used to be hidden by a bug in AddInterfaces which I fixed) - removed trailing white spaces
* *** empty log message ***schinz2005-01-178-0/+277
|
* - minor typo fixedschinz2005-01-171-1/+1
|
* - Introduced new compilation looppaltherr2005-01-038-68/+186
|
* added new token XMLSTART,buraq2004-12-173-110/+132
| | | | | | fixed char,int to Char,Int fixed Tree$ to Tree.
* code readabilityburaq2004-12-171-2/+5
|
* minor fixes NodeBufferburaq2004-12-162-1/+24
|
* minor fixes Scannerburaq2004-12-161-2/+3
|
* minor fix Scanner, NodeBufferburaq2004-12-163-24/+25
|
* Removed in import that prevented proper compila...mihaylov2004-12-141-1/+0
| | | | | | Removed in import that prevented proper compilation from the CVS repository
* No longer needs a special .NET version of scala...mihaylov2004-12-131-1/+1
| | | | | No longer needs a special .NET version of scala.runtime.ScalaRunTime
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-136-22/+60
| | | | | | [MSIL] Prevent the loading of synthetic Scala classes by marking them with a special attribute.
* - Fixed for no .symbl filespaltherr2004-12-131-2/+2
|
* - Disabled generation of .symbl filespaltherr2004-12-131-9/+13
|
* - Added method isValidNamepaltherr2004-12-131-0/+10
|
* - Added loop shortcuts in removeHiddenMemberspaltherr2004-12-132-0/+3
|
* - Added NAMER test in compilation looppaltherr2004-12-101-1/+2
|
* - Added phase NAMERpaltherr2004-12-104-4/+25
|
* - Fixed indexes in phase creation codepaltherr2004-12-101-3/+10
|
* - Replaced some "return EmptyPhase.class" by ab...paltherr2004-12-101-2/+2
| | | | | - Replaced some "return EmptyPhase.class" by abstract methods
* - fixed a bug in the "refinements" method (note...schinz2004-12-091-2/+8
| | | | | | - fixed a bug in the "refinements" method (note: all of this will disappear soon, but I just want to keep the history)
* - Disabled WholeProgPhasepaltherr2004-12-084-10/+10
| | | | | - Removed method Phase.apply(CompilationUnit[])
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-0813-194/+57
| | | | | | | | - Removed GenJVMPhase, GenMSILPhse and GenJVMFromICodePhase. - Added method Global.dump. - Added a call to Global.dump in class Main. - The backends are no longer phases. They are now invoked by the new method dump of class Global.
* - Removed HTMLGeneratorPhase and HTMLGeneratorP...paltherr2004-12-084-86/+23
| | | | | - Removed HTMLGeneratorPhase and HTMLGeneratorPhases
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-0730-172/+116
| | | | | | | - Removed method Transformer.apply(CompilationUnit[] - Added method ) Phase.apply(CompilationUnit - Adapted most phases to implement method ) Phase.apply(CompilationUnit instead of Phase.apply(CompilationUnit[] )
* - Removed some obsolete references class TextTr...paltherr2004-12-0612-24/+6
| | | | | | - Removed some obsolete references class TextTreePrinter and package printer
* - Removed field units in class Globalpaltherr2004-12-0318-166/+139
|
* - Removed fail methods in class Globalpaltherr2004-12-033-41/+4
|
* - Removed graph methods in class Phasepaltherr2004-12-032-13/+1
|
* - Removed old files rewritten to scalapaltherr2004-12-033-558/+0
|
* - Removed old checkerspaltherr2004-12-0315-240/+2
|
* - 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
|