summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile
Commit message (Expand)AuthorAgeFilesLines
...
* - 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-151-3/+2
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-147-33/+41
* - Removed usage of Symbol.module() in Pickle/Un...paltherr2004-04-132-24/+35
* - Replace calls to module() by calls to moduleC...paltherr2004-04-091-2/+2
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-094-19/+20
* *** empty log message ***Martin Odersky2004-04-062-3/+18
* - Improved the verbose output with the assembly...mihaylov2004-04-061-1/+1
* - Added method Type.isErrorpaltherr2004-04-041-1/+1
* - Changed to use Symbol.newErrorClasspaltherr2004-04-041-3/+1
* - Reremoved bridge methods (for java 1.5)paltherr2004-03-231-3/+6
* - 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
* - Removed reference from CLRPackageParser on Pa...paltherr2004-03-212-14/+9
* - Avoided recomputations of files that are alre...paltherr2004-03-214-31/+60
* - Standardized names used in ClassPathpaltherr2004-03-211-2/+0
* - Added method AbstractFile.toString and used itpaltherr2004-03-212-2/+2
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-214-1/+4
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-218-8/+8
* - Added parse methods in UnPicklepaltherr2004-03-203-12/+31
* - Name.toAsciiUnsafepaltherr2004-03-191-1/+1
* - Removed method Name.appendpaltherr2004-03-181-1/+1
* - Removed method subName in class Namepaltherr2004-03-185-6/+6
* - Added factory methods for term symbol in clas...paltherr2004-03-185-57/+52
* - Fixed a broken compilation problemmihaylov2004-03-171-0/+5
* - Added support for comparison operations on .N...mihaylov2004-03-171-14/+25
* - Changed accessibility of some fields that rep...mihaylov2004-03-171-18/+19
* - Simplified methods parseField and parseMethodpaltherr2004-03-151-50/+56
* - Added method skipAttributes()paltherr2004-03-151-0/+10
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-138-354/+420
* - Replaced byte array in Name by a stringpaltherr2004-03-133-5/+7
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-1/+1
* - Added factory methods for abstract types and ...paltherr2004-03-123-26/+15
* - Changed Pickle to encode NoPrefix into ThisTy...paltherr2004-03-111-1/+9
* - Added factory method Symbol.newConstructorpaltherr2004-03-104-13/+21
* - Removed usage of methods Symbol.makeModulepaltherr2004-03-101-21/+20
* - Simplified some type initializationspaltherr2004-03-102-21/+16
* - Added new factory methods in class Symbolpaltherr2004-03-106-130/+125
* - Fixed the initialization of the inner class a...paltherr2004-03-092-18/+4
* - Removed staticsParser and aliasParser in Clas...paltherr2004-03-094-99/+6
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-095-72/+25
* - Improved error messagespaltherr2004-03-091-9/+13
* - Generalized the use of static types/trees in ...paltherr2004-03-061-1/+1
* - Replaced some calls to Symbol.typeConstructor...paltherr2004-03-064-18/+18
* - Added methods objectType and stringType in Ja...paltherr2004-03-063-3/+15
* - Removed alias scala.Stringpaltherr2004-03-062-7/+7
* - Added methods JavaTypeFactory.classType(Symbol)paltherr2004-03-062-1/+7