summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Replaced getClass(...).module() by getModule(...paltherr2004-03-082-8/+8
| | | | | - Replaced getClass(...).module() by getModule(...)
* *** empty log message ***Matthias Zenger2004-03-081-2/+28
|
* xml literal parsingburaq2004-03-082-40/+59
|
* moved removal of Sequence Nodes to UnCurryburaq2004-03-082-5/+48
|
* All sequence nodes removed before LambdaLiftburaq2004-03-081-1/+1
|
* Improved error messages for failed pattern matc...Matthias Zenger2004-03-084-527/+479
| | | | | Improved error messages for failed pattern matching expressions.
* - Generalized the use of static types/trees in ...paltherr2004-03-069-131/+80
| | | | | | | - Generalized the use of static types/trees in static contextes. Now all this-types should refer to an enclosing class and all Tree.Select should refer a non-static class member.
* - Simplified and fixed (use isSameAs, not equal...paltherr2004-03-061-25/+14
| | | | | | - Simplified and fixed (use isSameAs, not equals) methods addAdd and addSub
* - Simplified definitions of Global.isStaticpaltherr2004-03-061-1/+1
|
* - Removed methods Global.isGlobalModule and Glo...paltherr2004-03-062-15/+1
| | | | | - Removed methods Global.isGlobalModule and Global.isGlobalModuleClass
* - Replaced some calls to Symbol.typeConstructor...paltherr2004-03-064-18/+18
| | | | | | - Replaced some calls to Symbol.typeConstructor by calls to JavaTypeFactory.classType
* - Added methods objectType and stringType in Ja...paltherr2004-03-063-3/+15
| | | | | - Added methods objectType and stringType in JavaTypeFactory
* - Removed alias scala.Stringpaltherr2004-03-061-3/+3
| | | | | | | - Renamed in Definitions: OBJECT_CLASS into SCALAOBJECT_CLASS - Renamed in Definitions: JAVA_<X> into <X> Renamed in Definitions: - ANYREF_SYNCHRONIZED into OBJECT_SYNCHRONIZED
* - Removed alias scala.Stringpaltherr2004-03-0616-102/+90
| | | | | | | - Renamed in Definitions: OBJECT_CLASS into SCALAOBJECT_CLASS - Renamed in Definitions: JAVA_<X> into <X> Renamed in Definitions: - ANYREF_SYNCHRONIZED into OBJECT_SYNCHRONIZED
* - Added methods JavaTypeFactory.classType(Symbol)paltherr2004-03-062-1/+7
|
* - Added methods isStaticOwner, staticType and s...paltherr2004-03-061-0/+37
| | | | | - Added methods isStaticOwner, staticType and staticPrefix
* - Fixed start phases of Import, Select and Identpaltherr2004-03-061-3/+3
|
* - Fixed phase for import creationpaltherr2004-03-061-0/+2
|
* - Replaced isGlobalModule by isModule && isStaticpaltherr2004-03-063-3/+3
|
* pattern normalizerburaq2004-03-052-59/+61
|
* removed BUG in append(TreeList)buraq2004-03-051-1/+5
|
* translated PatternNormalizerburaq2004-03-052-1/+2
|
* commentburaq2004-03-051-0/+3
|
* translated to Scalaburaq2004-03-051-0/+575
|
* - hack: turn private, constant fields into stat...schinz2004-03-051-45/+105
| | | | | | - hack: turn private, constant fields into static fields, to support serialization
* added MarkupParser.scalaburaq2004-03-051-0/+1
|
* markup parsingburaq2004-03-053-303/+340
|
* - Fixed ordering of symPathOrderpaltherr2004-03-051-15/+23
|
* - Removed duplicated codepaltherr2004-03-042-10/+1
|
* - Removed duplicated codepaltherr2004-03-042-51/+14
|
* - Removed duplicated codepaltherr2004-03-041-54/+2
|
* - Removed duplicated codepaltherr2004-03-041-60/+6
|
* - Removed duplicated codepaltherr2004-03-041-189/+21
|
* - Fixed method DocSyms.constainspaltherr2004-03-041-1/+1
|
* - Renamed SymbolTablePrinter into MySymbolTable...paltherr2004-03-043-12/+12
| | | | | | - Renamed SymbolTablePrinter into MySymbolTablePrinter in scala.tools.scaladoc
* - Replaced localThisType by NoPrefixpaltherr2004-03-041-1/+1
|
* - Removed Type.localThisTypepaltherr2004-03-045-14/+8
|
* - Optimized creation of ThisTypeMapspaltherr2004-03-041-18/+28
|
* - == NONE -> isNone()paltherr2004-03-041-1/+1
|
* - Added Type.NoPrefixpaltherr2004-03-042-2/+8
| | | | | - Replaced ThisType(NONE) by NoPrefix
* - Removed now useless isNone testpaltherr2004-03-041-1/+1
|
* - Added Type.NoPrefixpaltherr2004-03-0415-29/+64
| | | | | - Replaced ThisType(NONE) by NoPrefix
* - Replaced "java" by "scala"paltherr2004-03-031-7/+6
|
* - Removed CheckOwnerspaltherr2004-03-0210-177/+2
|
* - Named the java access modifierspaltherr2004-03-022-16/+33
|
* - Removed CheckNamespaltherr2004-03-0210-58/+1
|
* command line switch for XMLburaq2004-03-021-0/+2
|
* xml parsing with commentsburaq2004-03-022-42/+58
|
* command line option -Xmarkupburaq2004-03-021-0/+5
|
* - Fixed case Identpaltherr2004-03-021-8/+2
|