summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/CLRClassParser.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-538/+0
* Added delegate supportmihaylov2005-07-071-35/+99
* Implemented support for the scala.Cloneable att...mihaylov2005-06-241-0/+3
* Fix import of deeply nested classes.mihaylov2005-04-131-13/+3
* - Added origin to loaded symbols.paltherr2005-02-011-2/+4
* - Make interfaces inherit from scala.AnyRef (or...mihaylov2004-10-061-2/+2
* - Parse Pico meta attributes used in the Java p...mihaylov2004-09-091-53/+66
* - Only transform the names of methods Equals, T...mihaylov2004-07-201-28/+20
* - Handle index properties by assigning the name...mihaylov2004-06-211-124/+206
* - Changed methods Debug.show to add separators ...paltherr2004-06-031-1/+1
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-1/+1
* - Minor bugfixmihaylov2004-05-311-1/+1
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-141-3/+7
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-091-2/+3
* - Improved the verbose output with the assembly...mihaylov2004-04-061-1/+1
* - Added method Type.isErrorpaltherr2004-04-041-1/+1
* - Added support for bitwise logical operations ...mihaylov2004-03-221-3/+14
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Removed method Name.appendpaltherr2004-03-181-1/+1
* - Removed method subName in class Namepaltherr2004-03-181-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-8/+6
* - Fixed a broken compilation problemmihaylov2004-03-171-0/+5
* - Added support for comparison operations on .N...mihaylov2004-03-171-14/+25
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-131-1/+25
* - Added factory methods for abstract types and ...paltherr2004-03-121-8/+2
* - Added factory method Symbol.newConstructorpaltherr2004-03-101-2/+6
* - Simplified some type initializationspaltherr2004-03-101-10/+7
* - Added new factory methods in class Symbolpaltherr2004-03-101-6/+4
* - Fixed the initialization of the inner class a...paltherr2004-03-091-14/+3
* - Removed staticsParser and aliasParser in Clas...paltherr2004-03-091-1/+2
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-091-10/+7
* - Replaced some calls to Symbol.typeConstructor...paltherr2004-03-061-3/+3
* - Added methods objectType and stringType in Ja...paltherr2004-03-061-2/+2
* - Removed alias scala.Stringpaltherr2004-03-061-2/+2
* - Replaced Symbol.fullNameString calls by Primi...paltherr2004-02-291-1/+1
* - Removed Global.firstPos & Symbol.setFirstInfopaltherr2004-02-271-8/+8
* - Major code cleanup.mihaylov2004-02-231-65/+114
* - Added automatic rebinding and unaliasing in T...paltherr2004-01-261-1/+1
* - initial CLR type import capabilitiesmihaylov2003-12-081-0/+309