summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/CLRPackageParser.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-151/+0
* - Added origin to loaded symbols.paltherr2005-02-011-1/+3
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-131-1/+3
* - Added loop shortcuts in removeHiddenMemberspaltherr2004-12-131-0/+1
* - Changed PackageParsers to use .symbl filespaltherr2004-12-021-1/+2
* - In [CLR]PackageParser split doComplete/preIni...paltherr2004-12-021-66/+71
* - Separated the JVM package parser from the CLR...mihaylov2004-09-091-338/+102
* - Load assembly vjscor explicitly, since it may...mihaylov2004-07-201-4/+6
* - Create a new CLRClassParser for evey imported...mihaylov2004-06-211-23/+25
* - Load all assemblies specified with the -r optionmihaylov2004-06-071-0/+1
* - Import all types, including private onesmihaylov2004-06-041-2/+2
* - No longer extends class SymbolLoader.mihaylov2004-06-021-90/+60
* - Removed the obviated scalalib.dll loadingmihaylov2004-06-021-14/+0
* - Sort the array of types and perform binary se...mihaylov2004-05-311-69/+178
* - Added support for separate compilation, i.e.mihaylov2004-04-271-4/+27
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-141-1/+3
* - Replace calls to module() by calls to moduleC...paltherr2004-04-091-2/+2
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-231-1/+1
* - Implemented the actual metadata import in doC...mihaylov2004-03-221-6/+7
* - Added functions to gather files from paths an...paltherr2004-03-211-15/+13
* - Removed reference from CLRPackageParser on Pa...paltherr2004-03-211-8/+7
* - Removed method subName in class Namepaltherr2004-03-181-2/+2
* - Added factory methods for term symbol in clas...paltherr2004-03-181-2/+0
* - Changed accessibility of some fields that rep...mihaylov2004-03-171-18/+19
* - Added new factory methods in class Symbolpaltherr2004-03-101-11/+2
* - Removed staticsParser and aliasParser in Clas...paltherr2004-03-091-2/+4
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-091-2/+2
* - Removed calls to fullNamepaltherr2004-02-291-4/+8
* - Major code cleanup.mihaylov2004-02-231-33/+46
* *** empty log message ***mihaylov2004-01-261-1/+1
* *** empty log message ***Martin Odersky2004-01-091-1/+0
* - initial CLR type import capabilitiesmihaylov2003-12-081-0/+275