summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Moved newErrorClasspaltherr2004-04-041-11/+11
* - Changed to use Symbol.newErrorClasspaltherr2004-04-041-3/+1
* - Added attribute IS_ERRORpaltherr2004-04-041-3/+25
* - Added Methods mapSymbol and mapTypepaltherr2004-03-281-10/+49
* *** empty log message ***Martin Odersky2004-03-263-2/+4
* - Added a methods newAccessMethod and isAccessM...paltherr2004-03-251-6/+20
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-251-4/+16
* - Removed ".type" for NoPrefixpaltherr2004-03-251-1/+0
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-251-0/+46
* - Reremoved bridge methods (for java 1.5)paltherr2004-03-231-3/+6
* - Remove TYPE_TYPEpaltherr2004-03-231-3/+1
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-232-43/+31
* - Implemented the actual metadata import in doC...mihaylov2004-03-221-6/+7
* - Added support for bitwise logical operations ...mihaylov2004-03-221-3/+14
* - Added functions to gather files from paths an...paltherr2004-03-211-15/+13
* - Moved creation of root class loader into Globalpaltherr2004-03-212-5/+3
* - Removed reference from CLRPackageParser on Pa...paltherr2004-03-212-14/+9