summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab
Commit message (Expand)AuthorAgeFilesLines
* - Handle index properties by assigning the name...mihaylov2004-06-211-124/+206
* - Create a new CLRClassParser for evey imported...mihaylov2004-06-211-23/+25
* - When targetting the MSIL backend treat scala....mihaylov2004-06-211-2/+22
* - Added static members of superclasses to stati...paltherr2004-06-171-0/+27
* - Moved method "eq" into AnyRef, changed type o...paltherr2004-06-111-3/+4
* - Marked the public only needed because of "jav...paltherr2004-06-091-10/+18
* - Load all assemblies specified with the -r optionmihaylov2004-06-071-0/+1
* made classes *public*, because they are accesse...buraq2004-06-071-8/+8
* - Import all types, including private onesmihaylov2004-06-041-2/+2
* - Removed tabs and trailing white spacespaltherr2004-06-031-2/+2
* *** empty log message ***Martin Odersky2004-06-031-19/+34
* *** empty log message ***Martin Odersky2004-06-036-32/+149
* - Changed methods Debug.show to add separators ...paltherr2004-06-034-6/+6
* - Accomodated the changes in CLRPackageParsermihaylov2004-06-021-16/+10
* - No longer extends class SymbolLoader.mihaylov2004-06-021-90/+60
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-022-65/+99
* - Removed the obviated scalalib.dll loadingmihaylov2004-06-021-14/+0
* - Minor bugfixmihaylov2004-05-311-1/+1
* - Sort the array of types and perform binary se...mihaylov2004-05-311-69/+178
* - When using the MSIL backend import classes fr...mihaylov2004-05-311-11/+66
* - Escape the printed value of string constants ...mihaylov2004-05-311-2/+2
* - Fixed and optimized isStatic and isStaticOwnerpaltherr2004-05-171-2/+2
* - Fixed readAttribute by replacing all return s...paltherr2004-05-141-6/+6
* *** empty log message ***Martin Odersky2004-05-131-1/+1
* *** empty log message ***Martin Odersky2004-05-072-2/+2
* - Added support for separate compilation, i.e.mihaylov2004-04-271-4/+27
* - Improved the condition for when the unpicklin...mihaylov2004-04-271-1/+1
* *** empty log message ***Martin Odersky2004-04-231-7/+13
* - reverted change, which seems buggy (sorry)schinz2004-04-211-2/+1
* - changed the ordering relation used on symbols...schinz2004-04-211-6/+11
* *** empty log message ***Martin Odersky2004-04-201-1/+1
* *** empty log message ***Martin Odersky2004-04-152-3/+3
* - Removed assertion that prevents module cloningpaltherr2004-04-151-1/+0
* - Added flag IS_CONSTRUCTORpaltherr2004-04-151-11/+6
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-1411-213/+344
* - Removed usage of Symbol.module() in Pickle/Un...paltherr2004-04-133-25/+37
* - Removed automatic SYNTHETIC flag on root clas...paltherr2004-04-102-3/+3
* - Replace calls to module() by calls to moduleC...paltherr2004-04-091-2/+2
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-098-116/+166
* *** empty log message ***Martin Odersky2004-04-082-2/+3
* *** empty log message ***Martin Odersky2004-04-065-12/+105
* - Improved the verbose output with the assembly...mihaylov2004-04-061-1/+1
* - Added Tree.Createpaltherr2004-04-061-1/+0
* - Removed Symbol.ERROR and Kinds.ERRORpaltherr2004-04-043-54/+0
* - Removed references to Symbol.ERRORpaltherr2004-04-041-6/+2
* - Added method Type.isErrorpaltherr2004-04-042-4/+23
* - Fixed error tests to use isErrorpaltherr2004-04-041-1/+1
* - Fixed error tests to use isErrorpaltherr2004-04-041-2/+2
* - Added class ErrorScopepaltherr2004-04-042-1/+23
* - Added name argument to Symbol.newAnonymousClasspaltherr2004-04-041-2/+1