summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Added method AbstractFile.toString and used itpaltherr2004-03-213-3/+3
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-0/+2
* - Changed Scanner and SourceFile to work with c...paltherr2004-03-212-7/+40
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-1/+4
* - Added flag -encodingpaltherr2004-03-212-0/+8
* - Added methods Global.getSourceFilepaltherr2004-03-212-19/+34
* - Replaced file String by an AbstractFile in So...paltherr2004-03-215-31/+28
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-217-591/+8
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-2131-33/+37
* - Added parse methods in UnPicklepaltherr2004-03-203-12/+31
* - Name.toAsciiUnsafepaltherr2004-03-193-11/+34
* - Added classes TermName and TypeName and made ...paltherr2004-03-193-80/+216
* - Removed Name.ERRORpaltherr2004-03-194-5/+3
* - Removed Name.fromSourcepaltherr2004-03-191-9/+0
* - Moved methods precedence and isLeftAssoc from...paltherr2004-03-191-42/+0
* - Removed method Name.appendpaltherr2004-03-184-9/+3
* - Removed method Definitions.getModule(Stringm ...paltherr2004-03-181-8/+1
* - Removed method subName in class Namepaltherr2004-03-1814-126/+75
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-185-24/+19
* - Simplified Symbol.isThisSympaltherr2004-03-181-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-1823-294/+279
* - make it at least compileschinz2004-03-181-1/+1
* - completely non-working run-time types for Sca...schinz2004-03-181-0/+474
* - added definitions related to run-time typesschinz2004-03-181-1/+116
* - added names used by TypesAsValuesPhaseschinz2004-03-181-2/+14
* - Fixed a broken compilation problemmihaylov2004-03-171-0/+5
* - Removed a diagnostic print statement.mihaylov2004-03-171-1/+0
* - Made the 'fail' family of methods static to a...mihaylov2004-03-171-6/+6
* - Added support for enumeration comparison oper...mihaylov2004-03-171-133/+353
* - Switched off the symbol name decoding for the...mihaylov2004-03-171-1/+1
* *** empty log message ***mihaylov2004-03-171-25/+55
* - Added support for comparison operations on .N...mihaylov2004-03-171-14/+25
* - Changed accessibility of some fields that rep...mihaylov2004-03-171-18/+19
* - Fixed id of terminal phasepaltherr2004-03-162-5/+5
* - Simplified methods parseField and parseMethodpaltherr2004-03-151-50/+56
* - Added method skipAttributes()paltherr2004-03-151-0/+10
* - Added methods Symbol.newVParampaltherr2004-03-151-0/+16
* *** empty log message ***Martin Odersky2004-03-152-0/+26
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-138-354/+420
* - Replaced byte array in Name by a stringpaltherr2004-03-131-9/+9
* - Replaced byte array in Name by a stringpaltherr2004-03-135-175/+61
* - Removed method Symbol.isGeneratedpaltherr2004-03-131-4/+0
* - Removed TreeSymbolCloner.javapaltherr2004-03-131-103/+0
* - Removed PatternNormalizer.javapaltherr2004-03-131-588/+0
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-132-2/+2
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-134-22/+22
* - Removed unused methodspaltherr2004-03-131-9/+0
* - Removed unused methodspaltherr2004-03-121-27/+0
* - Made TermSymbol.clasz finalpaltherr2004-03-121-14/+22
* - Removed method Symbol.updatepaltherr2004-03-121-11/+0