summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* fixed bugs and cleaned up code in AlgMatcher th...buraq2003-10-304-281/+12
| | | | | | fixed bugs and cleaned up code in AlgMatcher that was duplicated of Pattern Matcher
* added test case for bug#195buraq2003-10-302-5/+20
|
* the curse of static variables...buraq2003-10-301-0/+1
|
* need only one build.xml file to build and test ...buraq2003-10-302-42/+21
| | | | | need only one build.xml file to build and test the scala ant task
* added options classpath, bootclasspathburaq2003-10-302-2/+26
|
* - Removed ROOT_TYPEpaltherr2003-10-291-3/+0
|
* - Removed reference to Definitions.ROOT_TYPEpaltherr2003-10-291-3/+5
|
* - Removed fields JAVA*, JAVALANG*, SCALA* and S...paltherr2003-10-291-51/+1
| | | | | - Removed fields JAVA*, JAVALANG*, SCALA* and SCALARUNTIME*
* - Removed reference to Definitions.JAVALANGpaltherr2003-10-291-1/+5
|
* - Simplified import tree generationpaltherr2003-10-292-53/+12
|
* - Added STABLE flag to companion modulespaltherr2003-10-291-1/+1
|
* - Simplified computation of list typepaltherr2003-10-291-4/+1
|
* - Added methods Importpaltherr2003-10-291-0/+24
| | | | | - Added methods mkImportAll
* - Removed method _scalapaltherr2003-10-291-5/+0
|
* - Removed field RUNTIME_TYPEpaltherr2003-10-291-3/+0
|
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-2915-101/+92
| | | | | - In Definitions, replaced primitive _TYPE fields by methods
* - bug fix: clear FINAL flag for interfaces and ...schinz2003-10-291-0/+2
| | | | | - bug fix: clear FINAL flag for interfaces and their members
* fixed bug in patterns()buraq2003-10-292-6/+15
|
* added the clear() methodburaq2003-10-291-2/+6
|
* fixed bug in isSequenceValuedburaq2003-10-291-1/+3
|
* fixed bug196 with a wild hackburaq2003-10-291-21/+39
|
* fixed bug196 with a wild hackburaq2003-10-291-4/+20
|
* added test case for bug196buraq2003-10-292-2/+15
|
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-2915-149/+163
| | | | | - Replaced most of the Definition <...>_TYPE fields by methods
* indentationburaq2003-10-291-1/+1
|
* still initial. added a title to the result f.a.q.buraq2003-10-293-8/+52
|