summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
...
* - added a hack to make sure that flags are tran...schinz2003-08-041-0/+2
* *** empty log message ***Martin Odersky2003-07-312-5/+5
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-1/+1
* - implemented (but didn't test because of lack ...schinz2003-07-291-10/+35
* - bug fix: for calls to "super", use the name o...schinz2003-07-281-1/+3
* - avoid creating several temporary variables wh...schinz2003-07-281-24/+14
* - added line numbers to generated class filesschinz2003-07-251-1/+33
* - changed to use the Primitives wherever possiblemihaylov2003-07-242-269/+424
* - introduced the new JVM backend as default, wh...schinz2003-07-102-1117/+1083
* - renamed GenJVM[Phase].java to GenJVMBCEL[Phas...schinz2003-07-102-0/+1605
* - Fixed Symbol.isClass to return false if symbo...paltherr2003-07-041-5/+4
* - Added a call to unalias in the definition of ...paltherr2003-07-041-17/+10
* Added a new apply method to each phase which al...Matthias Zenger2003-07-022-3/+8
* - bug fix: comparison with boolean literals now...schinz2003-06-251-0/+2
* - Removed file from encoded positionspaltherr2003-06-242-2/+2
* - various small changesmihaylov2003-06-231-27/+50
* - resolved a merge conflictmihaylov2003-06-231-188/+166
* - Made SourceFile and Position scala-independan...paltherr2003-06-163-12/+8
* - added generation of line-number informationschinz2003-05-151-0/+35
* - adapted to the new version of AddConstructorsschinz2003-05-141-1/+1
* renamed Tuple to Sequenceburaq2003-05-131-1/+1
* *** empty log message ***Martin Odersky2003-05-011-1/+0
* *** empty log message ***Martin Odersky2003-04-301-1/+1
* *** empty log message ***Martin Odersky2003-04-021-24/+24
* - Fixed erasure to replace length calls on unbo...paltherr2003-03-281-6/+10
* - Added array length primitivespaltherr2003-03-282-18/+92
* - renamed JVMGenerator to GenJVM, to match file...schinz2003-03-242-3/+3
* - Removed fields True & False in class scala.Bo...paltherr2003-03-243-7/+3
* - Removed class Phase.paltherr2003-03-215-27/+14
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-212-6/+4
* - bug fix: properly handle overloaded values in...schinz2003-03-211-1/+2
* - print names of generated files when -verbose ...schinz2003-03-141-1/+3
* - bug fix: initialise module instance field as ...schinz2003-03-131-19/+26
* - inside of a module, use "this" directly to ac...schinz2003-03-131-11/+25
* - do not generate Java-compatible class for mod...schinz2003-03-121-2/+6
* - bug fix: correctly detect calls to constructorsschinz2003-03-101-3/+3
* - bug fix: the new internal notation for Unit (...schinz2003-03-041-4/+8
* *** empty log message ***Martin Odersky2003-03-031-1/+1
* Initial import of the MSIL code generator.mihaylov2003-02-263-0/+2731
* - Added field RUNTIME_TYPEpaltherr2003-02-211-0/+3
* *** empty log message ***schinz2003-02-192-0/+1549
* - Replaced call to isJavaPackageClass by a call...paltherr2003-02-191-2/+2
* - Added scalac/backend/Primitivespaltherr2003-02-191-0/+885
* - Added scalac/backend/Primitive.javapaltherr2003-02-191-0/+158