summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* - Removed unused importpaltherr2004-02-183-3/+0
|
* - Changed definition of start and limit in Inte...paltherr2004-02-131-34/+30
| | | | | - Changed definition of start and limit in IntervalList
* - added new field 'isRemote' to class 'Context'.michelou2004-02-121-16/+57
| | | | | | - modified method 'enterMethod' such that public methods of remote objects throw an exception java.rmi.RemoteException.
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-1225-257/+245
| | | | | - Changed Tree.Block(Tree[]) to Tree.Block(Tree[],Tree)
* removed obsolete methodsburaq2004-02-111-40/+1
|
* added Tuple2, percentburaq2004-02-111-0/+2
|
* added missing case '_' for symbol litburaq2004-02-101-1/+1
|
* - Changed display of is an as operationspaltherr2004-02-091-2/+1
|
* - Added translation of primitive methods of Any...paltherr2004-02-091-1/+253
| | | | | | - Added translation of primitive methods of Any, AnyRef, String and Throwable
* - Added primitive creation methodspaltherr2004-02-091-2/+303
|
* - 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
* - Added attribute bit field "attrs"paltherr2004-02-051-10/+25
|
* - Added method isStaticpaltherr2004-02-051-0/+5
|
* - 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
* - Changed transformation of array creations for...paltherr2004-02-042-21/+17
| | | | | - Changed transformation of array creations for interpreter
* - 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
* - Removed flag STATICpaltherr2004-02-036-48/+19
|
* - Removed method TreeGen.This(int,Type)paltherr2004-02-021-13/+0
|
* oops, forgot a case in BindingBerrySethiburaq2004-02-023-4/+10
|
* bugburaq2004-02-021-25/+24
|
* - Introduced local and global refspaltherr2004-02-018-200/+194
| | | | | | - 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>)
* - 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-015-28/+3
|
* - Removed interpreter specific code from AddCon...paltherr2004-02-011-40/+4
| | | | | | - 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-017-34/+3
|
* - Generalized use of AConstant to represent con...paltherr2004-02-0130-791/+1201
| | | | | - Generalized use of AConstant to represent constant values
* - Fixed Idspaltherr2004-01-311-1/+1
|
* Added intermediate code and corresponding jvm b...NAME2004-01-306-12/+137
| | | | | 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
* bugfix in PatternMatcher.buraq2004-01-282-37/+66
|
* *** empty log message ***mihaylov2004-01-262-6/+11
|
* - Implemented the new synchronized primitive.mihaylov2004-01-261-18/+18
| | | | | - Improved handling of labels.
* - Fixed handling of single typespaltherr2004-01-261-9/+2
|
* - Simplified some type transformers (removed un...paltherr2004-01-263-36/+5
| | | | | - Simplified some type transformers (removed unaliasing)
* - Fixed typopaltherr2004-01-261-1/+1
|
* - Removed method Type.rebindpaltherr2004-01-262-47/+17
| | | | | - Simplified some type transformers
* - Added automatic rebinding and unaliasing in T...paltherr2004-01-2612-66/+102
| | | | | - Added automatic rebinding and unaliasing in TypeRef creation
* - Removed renamer from SymbolClonerpaltherr2004-01-252-28/+9
|
* - Added method isLockedpaltherr2004-01-251-0/+5
|
* - Simplified computation of closurepaltherr2004-01-251-46/+31
|
* - Added class ThisTypeMappaltherr2004-01-251-0/+84
|