summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/jvm
Commit message (Expand)AuthorAgeFilesLines
* - changed the way the class initialisation meth...schinz2004-10-141-56/+70
* *** empty log message ***Martin Odersky2004-07-081-3/+3
* *** empty log message ***Martin Odersky2004-07-012-3/+3
* - bug fix: differentiate between jumping and no...schinz2004-06-151-3/+21
* - Removed calls to Debug.toStringpaltherr2004-06-151-2/+2
* - Removed method GenJVM.maybeGenLoadUnitpaltherr2004-06-021-21/+2
* - Added Tree.Createpaltherr2004-04-061-0/+2
* - Removed Tree.Badpaltherr2004-04-041-2/+0
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-6/+3
* - Replaced file String by an AbstractFile in So...paltherr2004-03-211-1/+1
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+2
* - Removed method subName in class Namepaltherr2004-03-181-1/+1
* - completed the hack to create Java static fiel...schinz2004-03-091-16/+31
* - Generalized the use of static types/trees in ...paltherr2004-03-061-59/+25
* - hack: turn private, constant fields into stat...schinz2004-03-051-45/+105
* - Renamed method Primitives.getJavaSignature in...paltherr2004-02-291-7/+4
* - Changed Global.symdata from Map<FullName,Pick...paltherr2004-02-281-19/+16
* - Removed use of fullNamepaltherr2004-02-281-3/+2
* - Simplified typeStoJpaltherr2004-02-281-14/+9
* - Added method Primitives.getJavaSignaturepaltherr2004-02-271-16/+9
* - also generate line numbers for mirror classesschinz2004-02-231-56/+62
* - added new field 'isRemote' to class 'Context'.michelou2004-02-121-16/+57
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-12/+3
* - bug fix: do not include the path in the Sourc...schinz2004-02-091-1/+1
* - bug fix: the string concatenation operator (+...schinz2004-02-031-1/+1
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-011-5/+1
* - Generalized use of AConstant to represent con...paltherr2004-02-011-40/+67
* - add "Bridge" attribute to bridge methodsschinz2004-01-151-0/+6
* - finished implementation for "synchronized"schinz2004-01-131-1/+14
* - implemented first (and not complete) support ...schinz2004-01-131-2/+27
* - Replaced comparisons with CONSTRUCTOR_NAME by...paltherr2003-12-191-4/+2
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
* - inline conversion primitivesschinz2003-12-051-27/+22
* - Added primitive COERCEpaltherr2003-12-041-0/+1
* - Removed AS_x primitivespaltherr2003-12-041-14/+0
* - Added conversion primitivespaltherr2003-12-041-0/+7
* - Added primitive UNBOXpaltherr2003-12-031-0/+1
* - bug fix (#242): added support for wide GOTO i...schinz2003-12-021-39/+83
* - oops fix: oarray is really recognised as a pr...schinz2003-11-181-2/+2
* - recognise scala.runtime.Runtime.oarray as a p...schinz2003-11-181-6/+34
* - Added primitive AS__ARRAYpaltherr2003-11-171-0/+1
* - Normalized member names of class Definitionpaltherr2003-10-301-2/+2
* - removed BCEL-based JVM back-endschinz2003-10-232-1617/+0
* - Changed extractPrimitiveArgs to not unbox fir...paltherr2003-10-101-45/+82
* - Replaced usage of ANY_TYPE by ANY_CLASSpaltherr2003-09-301-1/+1
* - bug fix [#98]: only treat top-level modules s...schinz2003-09-291-13/+9
* Bugfixes.Matthias Zenger2003-09-241-2/+13
* I hacked the problem with Byte, Short, etc.Matthias Zenger2003-09-101-0/+6
* - removed hack to work around ExpandMixin bug, ...schinz2003-08-291-4/+1
* - handle returnschinz2003-08-291-0/+6