summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/msil
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-182-4081/+0
* Added scala._trait_ to the list of special attr...mihaylov2005-10-041-1/+3
* Removed the special handling of the += and -= m...mihaylov2005-10-041-34/+1
* Added support for applying .NET attributesmihaylov2005-10-031-16/+91
* Added delegate supportmihaylov2005-07-072-3/+150
* Added support for the cloneable, serializable a...mihaylov2005-06-241-9/+31
* 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
* - Correctly differentiate between methods that ...mihaylov2005-03-011-1/+3
* - Give private inner classes assembly visibility.mihaylov2005-03-011-1/+5
* Removed in import that prevented proper compila...mihaylov2004-12-141-1/+0
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-132-18/+33
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-083-73/+22
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-1/+6
* - Removed fail methods in class Globalpaltherr2004-12-031-4/+3
* - Improved module name handlingmihaylov2004-10-071-1/+2
* - Separate the directory and name part of the a...mihaylov2004-10-061-18/+25
* - 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-092-33/+138
* - Small fixesmihaylov2004-07-202-54/+134
* *** empty log message ***Martin Odersky2004-07-081-2/+3
* *** empty log message ***Martin Odersky2004-07-013-10/+10
* *** empty log message ***mihaylov2004-06-212-26/+60
* - 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
* - 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
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-5/+3
* - For objects whose name doesn't coincide with ...mihaylov2004-03-292-59/+120
* - 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 support for bitwise logical operations ...mihaylov2004-03-221-3/+3
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+2
* - Removed method subName in class Namepaltherr2004-03-181-6/+6
* - Removed a diagnostic print statement.mihaylov2004-03-171-1/+0
* - Added support for enumeration comparison oper...mihaylov2004-03-171-133/+353
* *** empty log message ***mihaylov2004-03-171-25/+55
* - Removed unused method Symbol.enclToplevelClasspaltherr2004-03-091-1/+1
* - Replaced getClass(...).module() by getModule(...paltherr2004-03-081-6/+6