summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Moved TermSymbol.{lookup,define} into Analyzerpaltherr2004-03-121-34/+5
* - Added factory methods for abstract types and ...paltherr2004-03-128-73/+67
* - Added method Symbol.newFactorypaltherr2004-03-116-27/+15
* - Forced all class creators to use factory meth...paltherr2004-03-111-32/+8
* - Redesigned symbol cloningpaltherr2004-03-111-49/+50
* - Modified SymbolTablePrinter.getSymbolKeyword ...paltherr2004-03-111-0/+1
* - Modified SymbolTablePrinter.getSymbolKind to ...paltherr2004-03-111-1/+3
* - Fixed recognition of redefined packagespaltherr2004-03-111-11/+8
* - Changed Pickle to encode NoPrefix into ThisTy...paltherr2004-03-111-1/+9