summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
* - Perform the primitive type conversion instead...mihaylov2004-06-081-13/+20
* - Fixed a bug in determining the name of the ge...mihaylov2004-06-081-7/+9
* - Got rid of ApplicationError; use Debug.abort ...mihaylov2004-06-071-18/+16
* - Traverse the trees prior to code generation t...mihaylov2004-06-043-190/+292
* - Changed the way to get the CLRPackage instancemihaylov2004-06-022-2/+2
* - Removed method GenJVM.maybeGenLoadUnitpaltherr2004-06-021-21/+2
* - Emit debugging info only with the -g optionmihaylov2004-06-021-19/+35
* - Improved handling of typesmihaylov2004-06-021-69/+103
* - Added debugging information to the emitted MS...mihaylov2004-04-271-4/+27
* *** empty log message ***mihaylov2004-04-271-9/+18
* - Added Tree.Createpaltherr2004-04-061-0/+2
* - Removed Tree.Badpaltherr2004-04-041-2/+0
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-042-11/+6
* - For objects whose name doesn't coincide with ...mihaylov2004-03-292-59/+120
* - Remove useless setNameDecoding(false)paltherr2004-03-281-1/+1
* - Added support for the Any.eq methodmihaylov2004-03-261-54/+28
* - Moved a MSIL specific feature from Erasure to...mihaylov2004-03-261-18/+54
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-251-6/+2
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-251-2/+2
* - Added support for bitwise logical operations ...mihaylov2004-03-221-3/+3
* - Replaced file String by an AbstractFile in So...paltherr2004-03-211-1/+1
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-212-2/+4
* - Removed method subName in class Namepaltherr2004-03-183-8/+8
* - Removed a diagnostic print statement.mihaylov2004-03-171-1/+0
* - Added support for enumeration comparison oper...mihaylov2004-03-171-133/+353
* - Switched off the symbol name decoding for the...mihaylov2004-03-171-1/+1
* *** empty log message ***mihaylov2004-03-171-25/+55
* - Removed unused method Symbol.enclToplevelClasspaltherr2004-03-091-1/+1
* - completed the hack to create Java static fiel...schinz2004-03-091-16/+31
* - Replaced getClass(...).module() by getModule(...paltherr2004-03-081-6/+6
* - Generalized the use of static types/trees in ...paltherr2004-03-061-59/+25
* - Simplified and fixed (use isSameAs, not equal...paltherr2004-03-061-25/+14
* - Removed alias scala.Stringpaltherr2004-03-062-13/+13
* - hack: turn private, constant fields into stat...schinz2004-03-051-45/+105
* - Replaced Symbol.fullNameString calls by Primi...paltherr2004-02-291-3/+3
* - Renamed method Primitives.getJavaSignature in...paltherr2004-02-292-18/+27
* - Rewrote getJavaSignature to use SymbolNameWriterpaltherr2004-02-291-11/+6
* - Changed Global.symdata from Map<FullName,Pick...paltherr2004-02-282-20/+17
* - Removed use of fullNamepaltherr2004-02-281-3/+2
* - Simplified typeStoJpaltherr2004-02-281-14/+9
* - Added method Primitives.getJavaSignaturepaltherr2004-02-272-31/+28
* - Major code cleanup.mihaylov2004-02-233-852/+851
* - 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-122-31/+13
* - 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 flag STATICpaltherr2004-02-031-28/+15
* - Removed top-level ValDefs (modules)paltherr2004-02-011-10/+0
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-012-8/+1