summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed a broken compilation problemmihaylov2004-03-171-0/+5
|
* - Removed a diagnostic print statement.mihaylov2004-03-171-1/+0
|
* - Explicitly import java.lang.System.arraycopy ...mihaylov2004-03-171-4/+5
| | | | | | - Explicitly import java.lang.System.arraycopy to avoid name clash with mscorlib's System namespace.
* - Made the 'fail' family of methods static to a...mihaylov2004-03-171-6/+6
| | | | | | - Made the 'fail' family of methods static to avoid the dependancy on a Global instance.
* - Added support for enumeration comparison oper...mihaylov2004-03-171-133/+353
| | | | | | - Added support for enumeration comparison operations Many small - bugfixes and code cleanups
* - Switched off the symbol name decoding for the...mihaylov2004-03-171-1/+1
| | | | | - Switched off the symbol name decoding for the MSIL backend
* *** empty log message ***mihaylov2004-03-171-25/+55
|
* - Added support for comparison operations on .N...mihaylov2004-03-171-14/+25
| | | | | - Added support for comparison operations on .NET enumerations
* - Changed accessibility of some fields that rep...mihaylov2004-03-171-18/+19
| | | | | | - Changed accessibility of some fields that represent the basic MSIL types.
* - Fixed id of terminal phasepaltherr2004-03-162-5/+5
|
* Added come comments in the icodejvm backendNAME2004-03-161-69/+41
|
* - Fixed array creation code (never create array...paltherr2004-03-162-1/+4
| | | | | - Fixed array creation code (never create arrays of proxy class)
* - Added Code.Eq to handle ANY_EQpaltherr2004-03-163-0/+12
|
* *** empty log message ***Matthias Zenger2004-03-155-19/+86
|
* - Simplified methods parseField and parseMethodpaltherr2004-03-151-50/+56
| | | | | - Added code to avoid parsing inaccessible fields and methods
* - Added method skipAttributes()paltherr2004-03-151-0/+10
|
* removed 'foo(...) from parserburaq2004-03-151-2/+3
|
* {{ worksburaq2004-03-151-8/+16
|
* *** empty log message ***Matthias Zenger2004-03-152-0/+293
|
* - Added methods Symbol.newVParampaltherr2004-03-151-0/+16
|
* Refactored buffer classes.Matthias Zenger2004-03-1511-103/+109
|
* *** empty log message ***Martin Odersky2004-03-152-3/+17
|
* *** empty log message ***Martin Odersky2004-03-1513-115/+267
|
* implburaq2004-03-152-7/+35
|
* Made lists persistent.Matthias Zenger2004-03-152-2/+8
|
* Refactored code.Matthias Zenger2004-03-155-97/+121
|
* *** empty log message ***Matthias Zenger2004-03-151-1/+1
|
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-138-354/+420
| | | | | | - Rewrote Signatures and ConstantPool to avoid creation of unnecessary names
* - Replaced byte array in Name by a stringpaltherr2004-03-131-9/+9
|
* - Replaced byte array in Name by a stringpaltherr2004-03-135-175/+61
|
* - Removed method Symbol.isGeneratedpaltherr2004-03-132-5/+1
|
* - Removed TreeSymbolCloner.javapaltherr2004-03-131-103/+0
|
* - Removed PatternNormalizer.javapaltherr2004-03-131-588/+0
|
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-132-2/+2
| | | | | | - In class Name renamed sub, pos, lastPos into charAt, indexOf, - lastIndexOf In those methdos, replaced byte by char
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-135-23/+23
| | | | | | - In class Name renamed sub, pos, lastPos into charAt, indexOf, - lastIndexOf In those methdos, replaced byte by char
* - Removed unused methodspaltherr2004-03-131-9/+0
|
* - Removed unused methodspaltherr2004-03-121-27/+0
|
* - Added Similarity.scala and NodeSeq.scalapaltherr2004-03-122-0/+30
|
* changes to xml apiburaq2004-03-125-131/+113
|
* *** empty log message ***buraq2004-03-125-49/+88
|
* more flexible reportingburaq2004-03-121-13/+24
|
* - Made TermSymbol.clasz finalpaltherr2004-03-122-15/+23
| | | | | | - Replace "static TermSymbol.newLocalDummy(Symbol)" by "Symbol.newLoadDummy()"
* - Removed method Symbol.updatepaltherr2004-03-121-11/+0
|
* - Moved TermSymbol.{lookup,define} into Analyzerpaltherr2004-03-122-62/+63
|
* - Added factory methods for abstract types and ...paltherr2004-03-129-82/+91
| | | | | | - Added factory methods for abstract types and type aliases in Symbol - Moved AbsTypeSymbol.define and AliasTypeSymbol.define into Analyzer
* - Added method Symbol.newFactorypaltherr2004-03-117-28/+16
| | | | | | | - Removed class LabelSymbol - Added constant Symbol.IS_LABEL - Removed constant Modifiers.LABEL
* - Forced all class creators to use factory meth...paltherr2004-03-112-34/+28
| | | | | | - Forced all class creators to use factory methods in Symbol Moved - ClassSymbol.define into Analyzer
* - Redesigned symbol cloningpaltherr2004-03-111-49/+50
|
* new class for representing XMLburaq2004-03-111-0/+39
|
* changed Symbol to Elemburaq2004-03-112-9/+11
|