summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2004-10-044-2/+4
* [MSIL] Do not look for the System.Serializable ...mihaylov2004-10-041-1/+1
* - added name for Java method 'readResolve' (see...michelou2004-09-241-12/+13
* - added symbol/type for class java.io.Serializa...michelou2004-09-241-1/+6
* - Generalized the code that transforms local va...paltherr2004-09-161-3/+8
* - Readded a fixed version of the code to handle...paltherr2004-09-161-0/+10
* - removed wrong (?) if-test in method 'liftSymb...michelou2004-09-161-4/+0
* - Changed scala_wrapper so that tools are run a...paltherr2004-09-151-4/+4
* - I added the variance display for class declar...cremet2004-09-141-1/+1
* - 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
* - When selecting the most specific '==' method ...mihaylov2004-09-141-38/+47
* - Added a missing substitution for cloned type ...paltherr2004-09-131-0/+8
* - Fix handling of switches and labelsmihaylov2004-09-101-27/+33
* - Try to find the most specific '==' method to ...mihaylov2004-09-101-2/+41
* *** empty log message ***Martin Odersky2004-09-101-4/+0
* - Several bugfixes and small optimizationsmihaylov2004-09-092-33/+138
* - [MSIL] instantiate CLRPackageParser as the ro...mihaylov2004-09-091-1/+4
* - [MSIL] use System.Exception instead of java.l...mihaylov2004-09-091-8/+7
* - Parse Pico meta attributes used in the Java p...mihaylov2004-09-091-53/+66
* - Separated the JVM package parser from the CLR...mihaylov2004-09-093-402/+436
* - Removed scalac.util.Reporter (replaced by sca...paltherr2004-09-031-239/+0
* - Fixed assert msgpaltherr2004-09-031-1/+1
* *** empty log message ***Martin Odersky2004-09-032-3/+13
* *** empty log message ***Martin Odersky2004-09-028-17/+13
* - factored out class MetaParsermihaylov2004-09-022-373/+388
* - Moved tree elimination code into AddAccessorspaltherr2004-08-312-12/+7
* - Added name of class to constructor symbolspaltherr2004-08-311-0/+5
* - Removed type contextspaltherr2004-08-311-192/+109
* - Fixed order of calls to setOwner and infopaltherr2004-08-311-1/+1
* - Removed unneeded fields from TypeContextpaltherr2004-08-301-25/+6
* - Made creation of outer fields lazypaltherr2004-08-301-59/+28
* - Removed field "context" from class "TypeTrans...paltherr2004-08-301-14/+13
* - Rewrote getNewArgsOfpaltherr2004-08-301-56/+98
* - Replaced array of outers by link to outerpaltherr2004-08-261-46/+41
* - Removed isStablepaltherr2004-08-261-49/+26
* - Changed type of outers from "type()" to "type...paltherr2004-08-261-1/+1
* *** empty log message ***Martin Odersky2004-08-251-6/+2
* *** empty log message ***Martin Odersky2004-08-251-0/+27
* - Added assert to avoid modifications of Scope....paltherr2004-08-251-0/+1
* - Made deAlias staticpaltherr2004-08-251-1/+1
* - Added code in Symbol to clone thisSymspaltherr2004-08-253-17/+67
* *** empty log message ***Martin Odersky2004-08-232-0/+32
* fixes to regexp -> automata implementation(s)buraq2004-08-131-7/+1
* - Fixed Pickle and UnPickle to handle correctly...paltherr2004-08-123-5/+23
* - RefCheck.java has been rewritten in Scalaschinz2004-08-121-1150/+0
* - Added CASE to MODULE2CLASSFLAGS in Modifierspaltherr2004-08-112-7/+5
* - Enhanced initialization of thrown RuntimeExce...paltherr2004-08-111-1/+1
* toString() for case objectsburaq2004-08-111-0/+6