summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added bug 361paltherr2004-09-131-0/+16
|
* - Added a missing substitution for cloned type ...paltherr2004-09-131-0/+8
| | | | | - Added a missing substitution for cloned type parameters
* - Replaced a regular pattern match with a regul...mihaylov2004-09-101-1/+1
| | | | | | - Replaced a regular pattern match with a regular pattern match (no kidding!)
* - Fix handling of switches and labelsmihaylov2004-09-101-27/+33
|
* - Try to find the most specific '==' method to ...mihaylov2004-09-101-2/+41
| | | | | | - Try to find the most specific '==' method to avoid unnecessary boxing/unboxing in code generated by the pattern matcher
* *** 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
| | | | | - [MSIL] instantiate CLRPackageParser as the root parser
* - Initialize CLRTypes instead of CLRPackageParsermihaylov2004-09-091-3/+6
|
* - [MSIL] use System.Exception instead of java.l...mihaylov2004-09-091-8/+7
| | | | | - [MSIL] use System.Exception instead of java.lang.Throwable
* - Parse Pico meta attributes used in the Java p...mihaylov2004-09-091-53/+66
| | | | | - Parse Pico meta attributes used in the Java part of the Scala library
* - Added class scalac.symtab.classfile.CLRTypesmihaylov2004-09-091-1/+2
|
* - Separated the JVM package parser from the CLR...mihaylov2004-09-093-402/+436
| | | | | - Separated the JVM package parser from the CLR package parser
* *** empty log message ***mihaylov2004-09-091-8/+16
|
* *** empty log message ***Martin Odersky2004-09-091-10/+14
|
* - Added cygwin support in target generatepaltherr2004-09-031-2/+3
|
* - Removed scalac.util.Reporter (replaced by sca...paltherr2004-09-031-239/+0
| | | | | - Removed scalac.util.Reporter (replaced by scala.tools.util.Reporter)
* - Fixed raised exceptionpaltherr2004-09-031-2/+2
|
* - Fixed assert msgpaltherr2004-09-031-1/+1
|
* *** empty log message ***Martin Odersky2004-09-034-6/+17
|
* - changed 'lstlistinline' to 'lstinline'.michelou2004-09-031-3/+3
|
* - Added logo & Idpaltherr2004-09-031-0/+10
|
* *** empty log message ***Martin Odersky2004-09-0244-134/+457
|
* Initial import.mihaylov2004-09-022-0/+40
|
* - added class scalac.symtab.classfile.MetaParsermihaylov2004-09-021-0/+1
|
* - factored out class MetaParsermihaylov2004-09-022-373/+388
| | | | | - fixed indentation and trailing space
* - 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
|
* - updated with new methods added by Martin.michelou2004-08-311-4/+5
|
* - 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
| | | | | - Removed field "context" from class "TypeTransformer"
* - Rewrote getNewArgsOfpaltherr2004-08-301-56/+98
|
* - Added tests on blockspaltherr2004-08-304-1/+116
|
* - Added code to forbid non-value terms as last ...paltherr2004-08-301-1/+1
| | | | | - Added code to forbid non-value terms as last block expression
* - Replaced array of outers by link to outerpaltherr2004-08-261-46/+41
|
* - Removed isStablepaltherr2004-08-261-49/+26
|
* - Added bug 360paltherr2004-08-261-0/+11
|
* - Changed type of outers from "type()" to "type...paltherr2004-08-261-1/+1
| | | | | - Changed type of outers from "type()" to "typeOfThis()"
* - Added bug 359paltherr2004-08-251-0/+30
|
* *** empty log message ***Martin Odersky2004-08-252-15/+3
|
* *** empty log message ***Martin Odersky2004-08-255-29/+75
|
* - Added assert to avoid modifications of Scope....paltherr2004-08-251-0/+1
| | | | | - Added assert to avoid modifications of Scope.EMPTY
* - Made deAlias staticpaltherr2004-08-251-1/+1
|
* - Added code in Symbol to clone thisSymspaltherr2004-08-253-17/+67
| | | | | | - Removed special case for thisSyms in AddInterfaces Changed - ExplicitOuter to handle compoundSyms differently from normal classes
* - Changed RefCheck.transformModule to enter sym...paltherr2004-08-241-2/+4
| | | | | - Changed RefCheck.transformModule to enter symbols only into classes
* - Removed noise at end of filepaltherr2004-08-241-8/+0
|
* - Fixed type signature (Nil -> Nil.type)paltherr2004-08-241-1/+1
|