summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Removed unused method Symbol.enclToplevelClasspaltherr2004-03-095-27/+18
* - Changed new ClassSymbol into Symbol.newClasspaltherr2004-03-091-4/+4
* - Fixed computation of SCALA_CLASS and JAVA_CLASSpaltherr2004-03-091-3/+3
* - Added method Symbol.newCompoundClasspaltherr2004-03-092-26/+28
* - Removed staticsParser and aliasParser in Clas...paltherr2004-03-095-104/+9
* - completed the hack to create Java static fiel...schinz2004-03-091-16/+31
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-096-109/+39
* - Added class scalac.symtab.SymbolLoaderpaltherr2004-03-091-0/+144
* - Added missing cases in method equalspaltherr2004-03-091-0/+6
* Some modifications on the intermediate codeNAME2004-03-092-4/+4
* - Added temporary hack in ClassSymbol.dualClass...paltherr2004-03-091-1/+7
* - Improved error messagespaltherr2004-03-091-9/+13
* - Added method Symbol.dualClass();paltherr2004-03-091-0/+10
* - Added a node DocDef for documentation comments.cremet2004-03-082-5/+3
* - Added field ClassSymbol.dualpaltherr2004-03-081-1/+66
* - Added constant CLASS2MODULEFLAGSpaltherr2004-03-081-0/+2
* - Added method enterNoHidepaltherr2004-03-081-0/+5
* - Replaced getClass(...).module() by getModule(...paltherr2004-03-081-6/+6
* moved removal of Sequence Nodes to UnCurryburaq2004-03-082-5/+48
* Improved error messages for failed pattern matc...Matthias Zenger2004-03-084-527/+479
* - Generalized the use of static types/trees in ...paltherr2004-03-068-129/+78
* - Simplified and fixed (use isSameAs, not equal...paltherr2004-03-061-25/+14
* - Simplified definitions of Global.isStaticpaltherr2004-03-061-1/+1
* - Removed methods Global.isGlobalModule and Glo...paltherr2004-03-061-14/+0
* - Replaced some calls to Symbol.typeConstructor...paltherr2004-03-064-18/+18
* - Added methods objectType and stringType in Ja...paltherr2004-03-063-3/+15
* - Removed alias scala.Stringpaltherr2004-03-0611-94/+82
* - Added methods JavaTypeFactory.classType(Symbol)paltherr2004-03-062-1/+7
* - Added methods isStaticOwner, staticType and s...paltherr2004-03-061-0/+37
* - Fixed phase for import creationpaltherr2004-03-061-0/+2
* - Replaced isGlobalModule by isModule && isStaticpaltherr2004-03-062-2/+2
* - hack: turn private, constant fields into stat...schinz2004-03-051-45/+105
* - Removed duplicated codepaltherr2004-03-041-1/+1
* - Removed duplicated codepaltherr2004-03-041-2/+9
* - Removed Type.localThisTypepaltherr2004-03-044-13/+7
* - Optimized creation of ThisTypeMapspaltherr2004-03-041-18/+28
* - == NONE -> isNone()paltherr2004-03-041-1/+1
* - Added Type.NoPrefixpaltherr2004-03-041-1/+2
* - Removed now useless isNone testpaltherr2004-03-041-1/+1
* - Added Type.NoPrefixpaltherr2004-03-0413-25/+60
* - Removed CheckOwnerspaltherr2004-03-027-172/+0
* - Named the java access modifierspaltherr2004-03-022-16/+33
* - Removed CheckNamespaltherr2004-03-027-54/+0
* command line switch for XMLburaq2004-03-021-0/+2
* command line option -Xmarkupburaq2004-03-021-0/+5
* - Fixed case Identpaltherr2004-03-021-8/+2
* - Added missing nextPhase/prevPhase around asse...paltherr2004-03-021-0/+2
* - Added type cloning in SymbolClonerpaltherr2004-03-022-47/+102
* - Removed methods Symbol.fullName and Symbol.fu...paltherr2004-03-011-27/+0
* - Replaced Symbol.fullNameString calls by Primi...paltherr2004-02-292-4/+4