summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* - Allowed flag --objdir= with no argumentpaltherr2004-09-211-1/+0
* - Removed ./test/bin/scala-test from distribpaltherr2004-09-211-1/+1
* - Merged ./test/bin/scala-test info ./bin/.scal...paltherr2004-09-211-8/+511
* - 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
* - Removed unsupported !paltherr2004-09-161-1/+3
* - Changed scala_wrapper so that tools are run a...paltherr2004-09-158-803/+371
* - Added Idpaltherr2004-09-151-0/+2
* - I added an example and a link to the Pilib pa...cremet2004-09-151-1/+13
* - I added the variance display for class declar...cremet2004-09-143-1/+9
* - 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
* - Replaced a regular pattern match with a regul...mihaylov2004-09-101-1/+1
* - 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-103-8/+4
* - Several bugfixes and small optimizationsmihaylov2004-09-092-33/+138
* - [MSIL] instantiate CLRPackageParser as the ro...mihaylov2004-09-091-1/+4
* - Initialize CLRTypes instead of CLRPackageParsermihaylov2004-09-091-3/+6
* - [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
* *** empty log message ***Martin Odersky2004-09-091-10/+14
* - Removed scalac.util.Reporter (replaced by sca...paltherr2004-09-031-239/+0
* - Fixed raised exceptionpaltherr2004-09-031-2/+2
* - Fixed assert msgpaltherr2004-09-031-1/+1
* *** empty log message ***Martin Odersky2004-09-033-5/+16
* - Added logo & Idpaltherr2004-09-031-0/+10
* *** empty log message ***Martin Odersky2004-09-0226-89/+377
* Initial import.mihaylov2004-09-022-0/+40
* - factored out class MetaParsermihaylov2004-09-022-373/+388
* - Moved tree elimination code into AddAccessorspaltherr2004-08-313-13/+8
* - 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
* - Added code to forbid non-value terms as last ...paltherr2004-08-301-1/+1
* - 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-252-15/+3
* *** empty log message ***Martin Odersky2004-08-254-15/+61
* - Added assert to avoid modifications of Scope....paltherr2004-08-251-0/+1