summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Added Type.NoPrefixpaltherr2004-03-042-4/+14
* - Named the java access modifierspaltherr2004-03-022-16/+33
* - Replaced Symbol.fullNameString calls by Primi...paltherr2004-02-291-1/+1
* - Removed use of Symbol.fullNamepaltherr2004-02-291-2/+2
* - Removed calls to fullNamepaltherr2004-02-291-4/+8
* - Removed Definitions.ROOTpaltherr2004-02-292-6/+14
* - Removed special case for scala.Object (which ...paltherr2004-02-291-11/+7
* - Rewrote SourceRepresentation.externalizeFileN...paltherr2004-02-293-6/+4
* - Removed Global.firstPos & Symbol.setFirstInfopaltherr2004-02-274-29/+29
* - Reorganized phase creation so that types are ...paltherr2004-02-262-2/+2
* - Added support for static inner classes in JavaMatthias Zenger2004-02-241-10/+34