summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/jvm
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-1927/+0
* Throw an exception if the jump width adjustment...mihaylov2005-06-281-1/+2
* Implemented support for the scala.cloneable att...mihaylov2005-06-241-10/+13
* Added support for the transient and volatile at...mihaylov2005-06-091-4/+19
* - Implemented support for the scala.SerialVersi...mihaylov2005-06-071-58/+20
* Initial support for attributes - only works for...mihaylov2005-05-291-1/+8
* - rolled-back to revision 1.103.michelou2005-05-271-24/+2
* - made Scala traits implement java.io.Serializa...michelou2005-05-261-2/+24
* Do not set the *static* modifier for classes.mihaylov2005-05-261-0/+1
* Create class constructors only if necessarymihaylov2005-05-261-31/+39
* - Added method "ne" in class AnyRefpaltherr2005-04-111-4/+7
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-261-2/+2
* - added a new kind of literal, SYMBOL_NAME, whi...schinz2005-03-141-0/+3
* - Disabled generation of .symbl filespaltherr2004-12-131-9/+13
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-082-50/+7
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-3/+3
* - Removed generation of scala attribute in clas...paltherr2004-12-021-7/+7
* - Added generation of .symbl filespaltherr2004-11-301-0/+11
* - Added method writeSymblFilepaltherr2004-11-301-16/+22
* - Replaced global.fail by errors or abortspaltherr2004-11-301-9/+10
* - Added method writeClassFilepaltherr2004-11-301-14/+17
* - generate local variable table (patch submitte...schinz2004-11-291-2/+35
* - 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