summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/jvm
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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-021-3/+5
* - bug fix: comparison with boolean literals now...schinz2003-06-251-0/+2
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-0/+2
* - 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
* - Fixed erasure to replace length calls on unbo...paltherr2003-03-281-6/+10
* - renamed JVMGenerator to GenJVM, to match file...schinz2003-03-242-3/+3
* - Removed fields True & False in class scala.Bo...paltherr2003-03-241-0/+3
* - Removed class Phase.paltherr2003-03-212-14/+3
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-3/+2
* - 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
* *** empty log message ***schinz2003-02-192-0/+1549