summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added atree/AArithmeticOp.javapaltherr2003-11-057-0/+332
| | | | | | | | | - Added atree/AComparisonOp.java - Added atree/ALogicalOp.java - Added atree/AShiftOp.java - Added atree/ATestOp.java - Added atree/ATypeKind.java
* - Added constant coercepaltherr2003-11-051-0/+1
|
* *** empty log message ***Martin Odersky2003-11-055-33/+65
|
* - Implemented initializers without type argumentspaltherr2003-11-051-127/+105
| | | | | - Updated phase description
* - Added method setParamOwners to fix owners of ...paltherr2003-11-051-2/+17
| | | | | | - Added method setParamOwners to fix owners of MethodType and PolyType params
* - Changed return type (because Function is not ...paltherr2003-11-052-2/+2
| | | | | | - Changed return type (because Function is not a subclass of scala.Object)
* - Readded STABLE flag to accessorspaltherr2003-11-051-2/+2
|
* - Fixed superclasspaltherr2003-11-051-1/+1
|
* - Fixed Ident for initializer methodspaltherr2003-11-051-1/+6
|
* - Fixed typo (replaced "i" by "j")paltherr2003-11-051-3/+3
|
* - Added missing transformpaltherr2003-11-051-1/+1
|
* - replaced tabs by spacesschinz2003-11-041-6/+7
|
* binds now printed correctlyburaq2003-11-041-1/+1
|
* fixed erroneous handling of typed pattersburaq2003-11-041-37/+54
|
* modified case for Bind(...) nodesburaq2003-11-041-0/+3
|
* - version updated manuallymichelou2003-11-031-1/+1
|
* - Added distrbi-build-websitepaltherr2003-11-031-0/+7
|
* - Added PROJECT_WEBSITEDIRpaltherr2003-11-031-0/+2
| | | | | - Added PROJECT_HTDOCSDIR
* - Added website.lstpaltherr2003-11-031-0/+65
|
* - Resynced versionpaltherr2003-11-031-1/+1
|
* XPAth expreburaq2003-11-031-0/+2
|
* new filesburaq2003-11-031-0/+12
|
* XPath expressionburaq2003-11-031-0/+30
|
* code cleanup + added parsing of content modelsburaq2003-11-0315-253/+416
|
* - Added Makefile.importpaltherr2003-11-035-40/+60
| | | | | | - Moved some stuff from Makefile and Makefile.config into Makefile.import
* *** empty log message ***Matthias Zenger2003-11-031-1/+2
|
* - added xsltproc toolmichelou2003-10-311-0/+7
|
* - Fixed problem with <init> methodspaltherr2003-10-312-6/+9
|
* - corrected call to printType for ConstantTypemichelou2003-10-311-2/+3
|
* *** empty log message ***Martin Odersky2003-10-312-4/+5
|
* *** empty log message ***Martin Odersky2003-10-317-27/+108
|
* - Removed condition on super call inlining.paltherr2003-10-311-21/+17
|
* - Changed the return type of initializers to Un...paltherr2003-10-313-8/+12
| | | | | - Changed the return type of initializers to Unit also for interpreter
* *** empty log message ***cremet2003-10-311-2/+2
|
* - Fixed so that initalizers have new tparams an...paltherr2003-10-311-1/+1
| | | | | - Fixed so that initalizers have new tparams and new vparams symbols
* - Fixed so that initalizers have new tparams an...paltherr2003-10-301-48/+67
| | | | | - Fixed so that initalizers have new tparams and vparams symbols
* - Modified to use GenTransformerpaltherr2003-10-301-80/+3
| | | | | - Removed duplicated code
* - Modified to use GenTransformerpaltherr2003-10-301-121/+6
| | | | | - Removed duplicated code
* - Added class GenTransformerpaltherr2003-10-301-0/+150
|
* - Fixed, in Definitions, type of primitive type...paltherr2003-10-306-25/+91
| | | | | | - Fixed, in Definitions, type of primitive types and array types after erasure
* Removed the special cases for the JVM backend; ...mihaylov2003-10-301-14/+10
| | | | | | Removed the special cases for the JVM backend; MSIL backend will now expect the same input as the JVM backend.
* *** empty log message ***Martin Odersky2003-10-301-0/+270
|
* - added compatibility function scala-regexp-opt...schinz2003-10-301-3/+10
| | | | | | - added compatibility function scala-regexp-opt-charset to work around different versions in GNU Emacs and XEmacs
* *** empty log message ***Martin Odersky2003-10-3016-101/+404
|
* Typed patterns x:T and variable patterns x are ...buraq2003-10-301-4/+6
| | | | | | | | Typed patterns x:T and variable patterns x are desugarized to x@ _ : T resp x @ _. thus some cases here become unnecessary
* added handling of Typed nodes to isSequenceValuedburaq2003-10-301-3/+3
|
* desugarizing of x:Typed in patternsburaq2003-10-302-27/+62
|
* - Added bug 213paltherr2003-10-302-0/+26
|
* - Normalized member names of class Definitionpaltherr2003-10-3021-450/+458
| | | | | - Cleaned code of Definition
* removed tabs!buraq2003-10-301-1198/+1198
|