summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/SourceCompleter.java
Commit message (Expand)AuthorAgeFilesLines
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-141-1/+1
* - Avoided recomputations of files that are alre...paltherr2004-03-211-14/+25
* - Simplified method lateEnter in Analyzer and A...paltherr2004-03-211-14/+1
* - Added method AbstractFile.toString and used itpaltherr2004-03-211-1/+1
* - Added methods Global.getSourceFilepaltherr2004-03-211-5/+3
* - Replaced file String by an AbstractFile in So...paltherr2004-03-211-1/+3
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-091-37/+14
* - Rewrote SourceRepresentation.externalizeFileN...paltherr2004-02-291-1/+3
* - Removed duplicate SourceRepresentation.java i...paltherr2004-02-281-0/+1
* *** empty log message ***Martin Odersky2004-01-051-1/+4
* *** empty log message ***Martin Odersky2003-11-181-2/+9
* - Added currentPhase modificationpaltherr2003-10-071-0/+4
* - rewrote the phase creation processpaltherr2003-08-181-3/+3
* - Removed printing of stack traces if not in de...paltherr2003-08-111-1/+1
* *** empty log message ***Martin Odersky2003-08-041-8/+7
* *** empty log message ***Martin Odersky2003-07-161-1/+1
* *** empty log message ***Martin Odersky2003-07-161-1/+1
* Added a new apply method to each phase which al...Matthias Zenger2003-07-021-19/+19
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-1/+3
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-4/+4
* - Moved field "console" from class Sourcefile i...paltherr2003-03-131-1/+1
* Initial version.Martin Odersky2003-02-131-0/+53