summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-185-7517/+0
* Added arithmetic operations to Long for Int, Sh...Iulian Dragos2005-12-151-14/+14
* Added primitive operations to (Byte|Char|Short|...Iulian Dragos2005-12-051-56/+56
* 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
* Throw an exception if the jump width adjustment...mihaylov2005-06-281-1/+2
* Added support for the cloneable, serializable a...mihaylov2005-06-241-9/+31
* Implemented support for the scala.Cloneable att...mihaylov2005-06-241-7/+14
* 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-114-6/+11
* Fixed the implicit coercion of Enums to their u...mihaylov2005-04-051-3/+2
* Don't emit widening casts.mihaylov2005-03-291-1/+2
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-262-4/+4
* - added a new kind of literal, SYMBOL_NAME, whi...schinz2005-03-141-0/+3
* - 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
* - Disabled generation of .symbl filespaltherr2004-12-131-9/+13
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-085-123/+29
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-072-4/+9
* - Removed fail methods in class Globalpaltherr2004-12-031-4/+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
* - Removed Function1 and ScalaObject from Array ...paltherr2004-11-161-1/+1
* - changed the way the class initialisation meth...schinz2004-10-141-56/+70
* - 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
* - For the value types, do not consider the ==(O...mihaylov2004-07-201-16/+57
* *** empty log message ***Martin Odersky2004-07-082-5/+6