summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Generalized use of AConstant to represent con...paltherr2004-02-012-88/+174
* *** empty log message ***mihaylov2004-01-261-5/+10
* - Implemented the new synchronized primitive.mihaylov2004-01-261-18/+18
* - add "Bridge" attribute to bridge methodsschinz2004-01-151-0/+6
* - finished implementation for "synchronized"schinz2004-01-131-1/+14
* - Redefined SYNCHRONIZEDpaltherr2004-01-132-7/+6
* - implemented first (and not complete) support ...schinz2004-01-131-2/+27
* - Added primitive SYNCHRONIZEDpaltherr2004-01-132-0/+7
* - Replaced comparisons with CONSTRUCTOR_NAME by...paltherr2003-12-191-4/+2
* - added arithmetic conversions for charsmihaylov2003-12-171-1/+29
* - emit the symbol table as an attribute of top-...mihaylov2003-12-081-20/+44
* - removed the remnants of the code for traversi...mihaylov2003-12-081-209/+120
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
* - inline conversion primitivesschinz2003-12-051-27/+22
* - Added coerce primitivespaltherr2003-12-041-0/+6
* - Added primitives from Byte, Short and Charpaltherr2003-12-041-5/+59
* - Added primitive COERCEpaltherr2003-12-042-0/+4
* - Removed field Primitive.tagpaltherr2003-12-043-131/+125
* - Made value types flatpaltherr2003-12-041-4/+4
* - Removed AS_x primitivespaltherr2003-12-044-118/+0
* - Modified erasure to use unbox and x2x methods...paltherr2003-12-041-18/+18
* - Changed name of box primitivespaltherr2003-12-042-51/+41
* - Changed name of unbox primitivespaltherr2003-12-042-39/+41
* - Added conversion primitivespaltherr2003-12-041-0/+7
* - Added methods primitive mapping for x2x symbolspaltherr2003-12-041-0/+49
* - Added methods getConvertSymbolpaltherr2003-12-041-0/+110
* - Added conversion primitivespaltherr2003-12-041-0/+149
* - Added conversion primitivespaltherr2003-12-041-0/+50
* - Added primitive UNBOXpaltherr2003-12-031-0/+1