summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added methods isNew, isDynamic, isStatic, has...paltherr2004-02-091-0/+42
| | | | | - Added methods isNew, isDynamic, isStatic, hasInstance.
* - Added constant EMPTY_ARRAYpaltherr2004-02-091-0/+5
|
* - bug fix: do not include the path in the Sourc...schinz2004-02-091-1/+1
| | | | | - bug fix: do not include the path in the SourceFile attribute
* things to test the xml libraryburaq2004-02-092-0/+65
|
* added projection functionsburaq2004-02-092-3/+55
|
* - Added attribute bit field "attrs"paltherr2004-02-051-10/+25
|
* - Simplified by using isStaticpaltherr2004-02-051-10/+1
|
* - Added method isStaticpaltherr2004-02-051-0/+5
|
* moved to website directoryburaq2004-02-055-356/+0
|
* - Mark the implementations of what is before Ad...mihaylov2004-02-051-0/+1
| | | | | | - Mark the implementations of what is before AddInterfaces 'private' methods, as 'final'.
* - Do not mark lifted functions as 'final' - it'...mihaylov2004-02-051-1/+1
| | | | | | - Do not mark lifted functions as 'final' - it's an implementation detail and should be done in AddInterfaces.
* - Removed asInstanceOf in array creation trees ...paltherr2004-02-041-2/+1
| | | | | - Removed asInstanceOf in array creation trees for interpreter
* - Added proxy field in ScalaTemplatepaltherr2004-02-045-60/+138
| | | | | | | | - Merged Code.IsScala and Code.IsJava into Code.IsAs and added cast - field Added Evaluator.templates and Compiler.templates Rewrote - isInstanceOf and asInstanceOf evaluation code Implemented generation - and evaluation of Code.CreateArray
* - Added proxy fieldpaltherr2004-02-041-1/+7
|
* - Added getClass methodspaltherr2004-02-042-0/+41
|
* - Changed transformation of array creations for...paltherr2004-02-042-21/+17
| | | | | - Changed transformation of array creations for interpreter
* - Added isInstanceOf and asInstanceOf testspaltherr2004-02-042-0/+11
|
* - Make lifted functions private final.mihaylov2004-02-041-1/+1
|
* - bug fix: the string concatenation operator (+...schinz2004-02-031-1/+1
| | | | | | - bug fix: the string concatenation operator (+) now also works with Java arrays
* - added file 'docu/faq.html'michelou2004-02-031-0/+1
|
* - Removed flag STATICpaltherr2004-02-037-52/+19
|
* - changed the way character literals are highli...schinz2004-02-031-3/+3
| | | | | | | - changed the way character literals are highlighted, to fix bug #285: symbols should now highlight correctly as well as character literals, except '\'' which I somehow don't manage to make work
* - Removed method TreeGen.This(int,Type)paltherr2004-02-021-13/+0
|
* oops, forgot a case in BindingBerrySethiburaq2004-02-023-4/+10
|
* clean upburaq2004-02-021-44/+5
|
* bugfixburaq2004-02-021-0/+19
|
* teset whether fjbg is in classpathburaq2004-02-021-8/+18
|
* bugburaq2004-02-021-25/+24
|
* - Added quotes to batch filespaltherr2004-02-022-3/+3
|
* - Introduced local and global refspaltherr2004-02-0110-209/+198
| | | | | | - Fixed related bugs in ExplicitOuter - Replaced TreeGen.mkPrimaryConstr by TreeGen.mkPrimaryConstructorRef methods
* - Added test to avoid printing Select prefixes ...paltherr2004-02-012-4/+8
| | | | | - Added test to avoid printing Select prefixes equal to Ident(<root>)
* - Changed owner of PATTERN_WILDCARD to NONEpaltherr2004-02-011-5/+6
|
* - Fixed to correctly retrieve reference to ROOT...paltherr2004-02-011-0/+1
| | | | | - Fixed to correctly retrieve reference to ROOT.module()
* - Removed top-level ValDefs (modules)paltherr2004-02-016-37/+14
|
* - Removed interpreter specific code from AddCon...paltherr2004-02-012-40/+12
| | | | | | - Removed interpreter specific code from AddConstructor Added module - initialization in interpreter's ExpressionCompiler
* - Added normal vlink to non-stable modulespaltherr2004-02-011-4/+4
|
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-018-35/+3
|
* - Added target boottestpaltherr2004-02-012-0/+16
|
* - Generalized use of AConstant to represent con...paltherr2004-02-0142-1151/+1277
| | | | | - Generalized use of AConstant to represent constant values
* - Fixed Idspaltherr2004-01-319-9/+9
|
* Added intermediate code and corresponding jvm b...NAME2004-01-3017-12/+2173
| | | | | Added intermediate code and corresponding jvm backend
* - Added flag LIFTED to lifted classes and methodspaltherr2004-01-291-0/+2
|
* using LabelDef instead of nested functions for ...buraq2004-01-295-181/+142
| | | | | using LabelDef instead of nested functions for automata code generation
* *** empty log message ***Martin Odersky2004-01-281-9/+5
|
* bugfix in PatternMatcher.buraq2004-01-282-37/+66
|
* Bugfix: Added hashCode() method.stenman2004-01-281-1/+5
|
* Bugfix: Added hashCode() method.stenman2004-01-281-10/+15
|
* - fixed a few typos in chapter 3schinz2004-01-281-4/+4
|
* - Now sort the symbols in the bottom-left frame.cremet2004-01-272-1/+46
| | | | | - Added in ScalaSearch a function that convert a string to a type.
* *** empty log message ***mihaylov2004-01-262-6/+11
|