summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab
Commit message (Expand)AuthorAgeFilesLines
* - Added Tree.Createpaltherr2004-04-061-1/+0
* - Removed Symbol.ERROR and Kinds.ERRORpaltherr2004-04-043-54/+0
* - Removed references to Symbol.ERRORpaltherr2004-04-041-6/+2
* - Added method Type.isErrorpaltherr2004-04-042-4/+23
* - Fixed error tests to use isErrorpaltherr2004-04-041-1/+1
* - Fixed error tests to use isErrorpaltherr2004-04-041-2/+2
* - Added class ErrorScopepaltherr2004-04-042-1/+23
* - Added name argument to Symbol.newAnonymousClasspaltherr2004-04-041-2/+1
* - Moved newErrorClasspaltherr2004-04-041-11/+11
* - Changed to use Symbol.newErrorClasspaltherr2004-04-041-3/+1
* - Added attribute IS_ERRORpaltherr2004-04-041-3/+25
* - Added Methods mapSymbol and mapTypepaltherr2004-03-281-10/+49
* *** empty log message ***Martin Odersky2004-03-263-2/+4
* - Added a methods newAccessMethod and isAccessM...paltherr2004-03-251-6/+20
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-251-4/+16
* - Removed ".type" for NoPrefixpaltherr2004-03-251-1/+0
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-251-0/+46
* - Reremoved bridge methods (for java 1.5)paltherr2004-03-231-3/+6
* - Remove TYPE_TYPEpaltherr2004-03-231-3/+1
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-232-43/+31
* - Implemented the actual metadata import in doC...mihaylov2004-03-221-6/+7
* - Added support for bitwise logical operations ...mihaylov2004-03-221-3/+14
* - Added functions to gather files from paths an...paltherr2004-03-211-15/+13
* - Moved creation of root class loader into Globalpaltherr2004-03-212-5/+3
* - Removed reference from CLRPackageParser on Pa...paltherr2004-03-212-14/+9
* - Avoided recomputations of files that are alre...paltherr2004-03-215-45/+85
* - Standardized names used in ClassPathpaltherr2004-03-211-2/+0
* - Simplified method lateEnter in Analyzer and A...paltherr2004-03-211-14/+1
* - Added method AbstractFile.toString and used itpaltherr2004-03-213-3/+3
* - Added methods Global.getSourceFilepaltherr2004-03-211-5/+3
* - Replaced file String by an AbstractFile in So...paltherr2004-03-211-1/+3
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-214-1/+4
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-2112-12/+13
* - Added parse methods in UnPicklepaltherr2004-03-203-12/+31
* - Name.toAsciiUnsafepaltherr2004-03-191-1/+1
* - Removed Name.ERRORpaltherr2004-03-191-1/+1
* - Removed method Name.appendpaltherr2004-03-181-1/+1
* - Removed method Definitions.getModule(Stringm ...paltherr2004-03-181-8/+1
* - Removed method subName in class Namepaltherr2004-03-187-55/+64
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-181-3/+11
* - Simplified Symbol.isThisSympaltherr2004-03-181-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-188-142/+182
* - added definitions related to run-time typesschinz2004-03-181-1/+116
* - Fixed a broken compilation problemmihaylov2004-03-171-0/+5
* - 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-161-3/+1
* - 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