summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* - fixed handling of object "main" functionmihaylov2003-11-101-37/+30
| | | | | | - do not generate global entrypoint function if there isn't suitable "main" function
* - fixed handling of object instance fieldsmihaylov2003-11-101-21/+17
|
* *** empty log message ***Martin Odersky2003-11-073-25/+44
|
* - Added methods resultType and nextResultTypepaltherr2003-11-071-0/+10
|
* - Removed atree/ACodeFactory.javapaltherr2003-11-061-18/+115
| | | | | - Added atree/ATreeFactory.java
* - Added +atree/ATreeTyper.javapaltherr2003-11-061-0/+272
|
* - Changed type into kindpaltherr2003-11-062-27/+27
|
* - more extensive translation of java.lang.Strin...mihaylov2003-11-061-238/+354
| | | | | - more extensive translation of java.lang.String methods code cleanups
* - more extensive tranlsation of java.lang.Strin...mihaylov2003-11-061-116/+184
| | | | | - more extensive tranlsation of java.lang.String methods code cleanups
* - Added atree/ACodeFactory.javapaltherr2003-11-051-0/+135
|
* - Added jvm correspondancepaltherr2003-11-051-0/+41
|
* - Added case AFunction.NewArraypaltherr2003-11-052-5/+9
| | | | | - Fixed AInvokeStyle typos in ATreePrinter
* - Modified AFunction.Method to use InvokeStylepaltherr2003-11-052-6/+8
|
* - Added atree/AInvokeStyle.javapaltherr2003-11-051-0/+41
|
* - Completed class ACodepaltherr2003-11-052-0/+86
|
* - Added atree/AFunction.javapaltherr2003-11-052-0/+50
|
* - Added ACode.Thispaltherr2003-11-052-0/+8
| | | | | - Added ACode.Constant
* - Fixed error messagepaltherr2003-11-051-1/+1
|
* - Added atree/ALocation.javapaltherr2003-11-052-0/+53
|
* - Added field Unit.repositorypaltherr2003-11-052-0/+8
|
* - Added atree/AClass.javapaltherr2003-11-056-0/+496
| | | | | | | | - Added atree/AField.java - Added atree/AMember.java - Added atree/AMethod.java - Added atree/ARepository.java
* - Added atree/ACode.javapaltherr2003-11-052-0/+44
|
* - Added atree/AConstant.javapaltherr2003-11-052-3/+74
|
* *** empty log message ***Martin Odersky2003-11-051-3/+4
|
* - Added atree/APrimitive.javapaltherr2003-11-052-0/+114
|
* - Added atree/ATreePrinter.javapaltherr2003-11-051-0/+246
|
* - Added atree/AArithmeticOp.javapaltherr2003-11-056-0/+325
| | | | | | | | | - 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-052-17/+42
|
* - 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
* - Readded STABLE flag to accessorspaltherr2003-11-051-2/+2
|
* - 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
|
* 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
|
* *** empty log message ***Matthias Zenger2003-11-031-1/+2
|
* *** empty log message ***Martin Odersky2003-10-311-3/+4
|
* *** empty log message ***Martin Odersky2003-10-316-26/+99
|
* - Removed condition on super call inlining.paltherr2003-10-311-21/+17
|
* - Changed the return type of initializers to Un...paltherr2003-10-311-6/+2
| | | | | - Changed the return type of initializers to Unit also for interpreter
* - 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-305-21/+88
| | | | | | - 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.