summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/msil/GenMSIL.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-2632/+0
* Removed the special handling of the += and -= m...mihaylov2005-10-041-34/+1
* Added delegate supportmihaylov2005-07-071-3/+70
* Implemented support for the scala.Cloneable att...mihaylov2005-06-241-7/+14
* - Added method "ne" in class AnyRefpaltherr2005-04-111-2/+2
* Fixed the implicit coercion of Enums to their u...mihaylov2005-04-051-3/+2
* Don't emit widening casts.mihaylov2005-03-291-1/+2
* Removed in import that prevented proper compila...mihaylov2004-12-141-1/+0
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-131-15/+29
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-081-5/+16
* - Properly distinguish between scala.Unit and voidmihaylov2004-10-061-24/+27
* - Clear the exit label in Assign nodes processingmihaylov2004-09-141-19/+12
* - Cleaned up some old comments and added some n...mihaylov2004-09-141-33/+3
* - Don't generate unreachable branches; used to ...mihaylov2004-09-141-33/+50
* - Fix handling of switches and labelsmihaylov2004-09-101-27/+33
* - Several bugfixes and small optimizationsmihaylov2004-09-091-16/+121
* - Small fixesmihaylov2004-07-201-27/+85
* *** empty log message ***Martin Odersky2004-07-011-3/+3
* *** empty log message ***mihaylov2004-06-211-20/+54
* - Perform the primitive type conversion instead...mihaylov2004-06-081-13/+20
* - Got rid of ApplicationError; use Debug.abort ...mihaylov2004-06-071-18/+16
* - Traverse the trees prior to code generation t...mihaylov2004-06-041-91/+15
* - Changed the way to get the CLRPackage instancemihaylov2004-06-021-1/+1
* - Emit debugging info only with the -g optionmihaylov2004-06-021-19/+35
* - Added debugging information to the emitted MS...mihaylov2004-04-271-4/+27
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-5/+3
* - For objects whose name doesn't coincide with ...mihaylov2004-03-291-16/+29
* - Added support for the Any.eq methodmihaylov2004-03-261-54/+28
* - Added support for bitwise logical operations ...mihaylov2004-03-221-3/+3
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+2
* - Added support for enumeration comparison oper...mihaylov2004-03-171-133/+353
* - Changed Global.symdata from Map<FullName,Pick...paltherr2004-02-281-1/+1
* - Major code cleanup.mihaylov2004-02-231-655/+686
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-19/+10
* - Removed top-level ValDefs (modules)paltherr2004-02-011-10/+0
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-011-3/+0
* - Generalized use of AConstant to represent con...paltherr2004-02-011-48/+107
* - Implemented the new synchronized primitive.mihaylov2004-01-261-18/+18
* - added arithmetic conversions for charsmihaylov2003-12-171-1/+29
* - emit the symbol table as an attribute of top-...mihaylov2003-12-081-20/+44
* - Removed field Primitive.tagpaltherr2003-12-041-2/+2
* - Removed AS_x primitivespaltherr2003-12-041-3/+0
* - fixed handling of object "main" functionmihaylov2003-11-101-37/+30
* - more extensive tranlsation of java.lang.Strin...mihaylov2003-11-061-116/+184
* - Normalized member names of class Definitionpaltherr2003-10-301-4/+4
* - updated to the new msil library; works on ex...mihaylov2003-10-201-32/+30
* *** empty log message ***mihaylov2003-08-251-46/+36
* *** empty log message ***Martin Odersky2003-08-151-2/+2
* - Removed printing of stack traces if not in de...paltherr2003-08-111-3/+3
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-1/+1