summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile
Commit message (Expand)AuthorAgeFilesLines
* - Fixed Pickle and UnPickle to handle correctly...paltherr2004-08-122-4/+21
* - Enhanced initialization of thrown RuntimeExce...paltherr2004-08-111-1/+1
* - Removed usage of Debug in error messagepaltherr2004-07-211-1/+1
* - Hard-coded the symbols of java.lang.Object an...mihaylov2004-07-201-3/+17
* - Hard coded the types of java.lang.Object and ...mihaylov2004-07-201-4/+5
* - Load assembly vjscor explicitly, since it may...mihaylov2004-07-201-4/+6
* - Only transform the names of methods Equals, T...mihaylov2004-07-201-28/+20
* *** empty log message ***Martin Odersky2004-07-152-1/+14
* *** empty log message ***Martin Odersky2004-07-082-5/+7
* *** empty log message ***Martin Odersky2004-07-012-2/+28
* - Handle index properties by assigning the name...mihaylov2004-06-211-124/+206
* - Create a new CLRClassParser for evey imported...mihaylov2004-06-211-23/+25
* - Added static members of superclasses to stati...paltherr2004-06-171-0/+27
* - Load all assemblies specified with the -r optionmihaylov2004-06-071-0/+1
* - Import all types, including private onesmihaylov2004-06-041-2/+2
* *** empty log message ***Martin Odersky2004-06-033-3/+6
* - Changed methods Debug.show to add separators ...paltherr2004-06-031-1/+1
* - 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-021-1/+1
* - 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 readAttribute by replacing all return s...paltherr2004-05-141-6/+6
* - 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