summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/PackageParser.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-232/+0
* - Added origin to loaded symbols.paltherr2005-02-011-4/+10
* - Added method isValidNamepaltherr2004-12-131-0/+10
* - Added loop shortcuts in removeHiddenMemberspaltherr2004-12-131-0/+2
* - Changed PackageParsers to use .symbl filespaltherr2004-12-021-1/+51
* - In [CLR]PackageParser split doComplete/preIni...paltherr2004-12-021-37/+70
* - Separated the JVM package parser from the CLR...mihaylov2004-09-091-64/+22
* - Accomodated the changes in CLRPackageParsermihaylov2004-06-021-16/+10
* - When using the MSIL backend import classes fr...mihaylov2004-05-311-11/+66
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-141-1/+4
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-231-42/+30
* - Removed reference from CLRPackageParser on Pa...paltherr2004-03-211-6/+2
* - Avoided recomputations of files that are alre...paltherr2004-03-211-7/+4
* - Standardized names used in ClassPathpaltherr2004-03-211-2/+0
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-211-1/+1
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Added new factory methods in class Symbolpaltherr2004-03-101-106/+112
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-091-11/+5
* - Removed special case for scala.Object (which ...paltherr2004-02-291-11/+7
* - Rewrote SourceRepresentation.externalizeFileN...paltherr2004-02-291-3/+1
* - added common superclass (MetadataParser) for ...mihaylov2003-12-081-10/+11
* - Added phase changespaltherr2003-10-281-0/+3
* - Replaced test of name length by call to isRootpaltherr2003-10-061-3/+2
* *** empty log message ***Martin Odersky2003-08-251-32/+12
* *** empty log message ***Martin Odersky2003-08-111-5/+7
* *** empty log message ***Martin Odersky2003-08-061-10/+31
* *** empty log message ***Martin Odersky2003-08-041-3/+4
* *** empty log message ***Martin Odersky2003-07-311-6/+6
* *** empty log message ***Martin Odersky2003-07-221-17/+27
* * .scala files always dominate .class files; co...Matthias Zenger2003-03-171-19/+21
* Initial version.Martin Odersky2003-02-131-0/+129