summaryrefslogtreecommitdiff
path: root/sources/scalac/ast
Commit message (Collapse)AuthorAgeFilesLines
...
* added missing case '_' for symbol litburaq2004-02-101-1/+1
|
* - Removed flag STATICpaltherr2004-02-031-4/+0
|
* - Removed method TreeGen.This(int,Type)paltherr2004-02-021-13/+0
|
* - Introduced local and global refspaltherr2004-02-011-136/+140
| | | | | | - Fixed related bugs in ExplicitOuter - Replaced TreeGen.mkPrimaryConstr by TreeGen.mkPrimaryConstructorRef methods
* - Added test to avoid printing Select prefixes ...paltherr2004-02-011-2/+4
| | | | | - Added test to avoid printing Select prefixes equal to Ident(<root>)
* - Generalized use of AConstant to represent con...paltherr2004-02-014-125/+44
| | | | | - Generalized use of AConstant to represent constant values
* - Improved assertion messagepaltherr2004-01-231-1/+2
|
* - Fixed handling of ClassDef in GenTransformer ...paltherr2004-01-211-4/+9
| | | | | | - Fixed handling of ClassDef in GenTransformer for phases after AddConstructors
* do not allow top-level sequence patternsburaq2004-01-201-0/+20
|
* *** empty log message ***Martin Odersky2004-01-092-10/+18
|
* disallowing forms of binding that lead to bugburaq2004-01-092-10/+45
|
* - Removed old methods Nil and Cons in TreeGenpaltherr2004-01-081-10/+0
|
* - Added array and list creation methodspaltherr2004-01-081-11/+114
|
* - Fixed method changeOwners to use definesSymbo...paltherr2003-12-161-1/+1
| | | | | | - Fixed method changeOwners to use definesSymbol instead of broken TreeInfo.isDefinition.
* - Redesigned the tree printing scheme to enable...paltherr2003-12-113-27/+18
| | | | | | - Redesigned the tree printing scheme to enable printing of attributed trees
* a possible fix of bug#246buraq2003-12-031-1/+18
|
* added debugprint code creationburaq2003-12-021-2/+22
|
* *** empty log message ***Matthias Zenger2003-12-021-800/+0
|
* *** empty log message ***Martin Odersky2003-12-021-17/+11
|
* - Added some code to avoid printing bounds like...paltherr2003-12-011-4/+9
| | | | | - Added some code to avoid printing bounds like <: Any and >: All
* *** empty log message ***Martin Odersky2003-11-281-15/+7
|
* - Fixed ClassDef to use typeOfThis of next phase;paltherr2003-11-281-3/+7
|
* - Fixed for new Identifier defpaltherr2003-11-281-4/+8
|
* - Removed method symbolStringpaltherr2003-11-281-18/+14
| | | | | - Changed method print for Identifier
* *** empty log message ***Martin Odersky2003-11-251-8/+20
|
* - Added class GenTreeClonerpaltherr2003-11-251-0/+43
|
* - Added type and symbol transformationpaltherr2003-11-251-19/+72
| | | | | - Added some missing cases
* - Added some methods Typedpaltherr2003-11-251-3/+9
|
* - Added AbsTypeDef and AliasTypeDefpaltherr2003-11-241-2/+6
|
* handling of Symbol and Labelled changed towards...buraq2003-11-211-1/+9
| | | | | | handling of Symbol and Labelled changed towards Symbol and scala.xml.nobinding.Element
* *** empty log message ***Martin Odersky2003-11-191-2/+2
|
* *** empty log message ***Martin Odersky2003-11-181-7/+4
|
* - Added code to print type members from symbol ...paltherr2003-11-181-7/+40
| | | | | | - Added code to print type members from symbol table after explicitouter phase
* - Added method type()paltherr2003-11-181-1/+6
|
* - Removed field toTypepaltherr2003-11-171-39/+51
|
* *** empty log message ***Martin Odersky2003-11-143-12/+12
|
* - Fixed computation of type of initializerpaltherr2003-11-121-1/+4
|
* - Added assertionspaltherr2003-11-121-0/+3
|
* - Fixed mkDefaultValue for type ALLpaltherr2003-11-121-1/+1
|
* *** empty log message ***Martin Odersky2003-11-113-11/+12
|
* *** empty log message ***Martin Odersky2003-11-072-14/+29
|
* *** empty log message ***Martin Odersky2003-11-051-11/+22
|
* - Fixed Ident for initializer methodspaltherr2003-11-051-1/+6
|
* - Added missing transformpaltherr2003-11-051-1/+1
|
* binds now printed correctlyburaq2003-11-041-1/+1
|
* modified case for Bind(...) nodesburaq2003-11-041-0/+3
|
* - Added class GenTransformerpaltherr2003-10-301-0/+150
|
* *** empty log message ***Martin Odersky2003-10-301-1/+1
|
* added handling of Typed nodes to isSequenceValuedburaq2003-10-301-3/+3
|
* - Normalized member names of class Definitionpaltherr2003-10-301-5/+7
| | | | | - Cleaned code of Definition