summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixedpaltherr2003-10-271-12/+5
|
* - Replaced body of isSubType by a call to Type....paltherr2003-10-271-29/+7
| | | | | - Replaced body of isSubType by a call to Type.isSubType
* - Fixed computation of type of New nodespaltherr2003-10-271-3/+5
| | | | | - Added generation of type of this in ClassDef
* - Fixed erasure of AnyVal subclassespaltherr2003-10-271-0/+1
|
* - Added removal of types of thispaltherr2003-10-271-0/+4
|
* - Expresssed TypeSymbol.type() in terms of prim...paltherr2003-10-271-15/+3
| | | | | | | - Expresssed TypeSymbol.type() in terms of primaryConstructor().type() - Fixed return type of AbsTypeSymbol primary constructors Added - possibility to remove this types
* - Fixed return type of compund type primary con...paltherr2003-10-271-1/+6
| | | | | | - Fixed return type of compund type primary constructors Fixed isSubType - for UnboxedArrayTypes
* - Improved debug messagepaltherr2003-10-271-4/+4
| | | | | - Fixed Relation.toString
* *** empty log message ***Martin Odersky2003-10-245-25/+61
|
* *** empty log message ***Martin Odersky2003-10-232-5/+791
|
* - removed BCEL-based JVM back-endschinz2003-10-237-1638/+2
|
* cleanupburaq2003-10-221-3/+3
|
* cleanupburaq2003-10-223-231/+203
|
* *** empty log message ***cremet2003-10-223-13/+25
|
* - Made the method "dequeue" decrease the length.cremet2003-10-221-0/+1
|
* *** empty log message ***cremet2003-10-213-35/+12
|
* - Made the Ref class polymorphic.cremet2003-10-211-9/+11
|
* *** empty log message ***Martin Odersky2003-10-211-0/+1
|
* *** empty log message ***Martin Odersky2003-10-211-1/+7
|
* - Cleanedpaltherr2003-10-211-70/+24
|
* - Added methods to print arrays of primitive typespaltherr2003-10-211-4/+101
|
* - Revised & Cleanedpaltherr2003-10-211-189/+255
|
* - Added new methodspaltherr2003-10-211-27/+109
| | | | | - Fixed type of primitive types
* - Added type transformation of java symbolspaltherr2003-10-211-3/+3
|
* - Fixed method infoAtpaltherr2003-10-211-1/+6
|
* - Fixed erasure of subclasses of scala.Doublepaltherr2003-10-211-0/+1
|
* - Removed range checks from asX methodspaltherr2003-10-211-182/+22
|
* *** empty log message ***Martin Odersky2003-10-202-6/+10
|
* - added 'shortname' flag to control file name o...michelou2003-10-201-5/+10
| | | | | - added 'shortname' flag to control file name output
* - added non-standard option '-Xshortname' for t...michelou2003-10-201-7/+19
| | | | | - added non-standard option '-Xshortname' for the reporter
* - added class 'TestCommand' in order to improve...michelou2003-10-201-149/+139
| | | | | - added class 'TestCommand' in order to improve code
* - function 'compareFiles' now returns diff stri...michelou2003-10-201-10/+5
| | | | | - function 'compareFiles' now returns diff string (no output anymore)
* - function 'execute' now returns exit value (wa...michelou2003-10-201-8/+7
| | | | | - function 'execute' now returns exit value (was bool)
* - updated to the new msil library; works on ex...mihaylov2003-10-202-105/+140
| | | | | - updated to the new msil library; works on exapmles which do not depend on predefs
* - Added overlapping signatures checkingpaltherr2003-10-171-6/+58
|
* - Reduced number of added bridge methodspaltherr2003-10-171-24/+47
| | | | | - Reduced computations needed to add bridge methods
* - Reimplemented overriddenSymbol and overriding...paltherr2003-10-171-66/+42
| | | | | | - Reimplemented overriddenSymbol and overridingSymbol in terms of - Type.lookup Added method overriddenSymbol(Symbol,Type)
* - Added class Relationpaltherr2003-10-171-0/+66
| | | | | | - Added method compareTo - Added method lookup(Symbol,Type,Relation)
* - Examples using the jolib library.cremet2003-10-172-0/+87
|
* - moved scaladoc into scala.tools packagemichelou2003-10-1716-1/+4143
|
* *** empty log message ***cremet2003-10-171-0/+107
|
* Corrected handling of scopes.mihaylov2003-10-171-1/+1
|
* - Cleanedpaltherr2003-10-161-26/+7
|
* - Cleanedpaltherr2003-10-161-27/+21
|
* - Cleanedpaltherr2003-10-161-69/+54
|
* - Cleanedpaltherr2003-10-162-87/+60
|
* - Added a handle for Treespaltherr2003-10-161-0/+2
|
* - Cleanedpaltherr2003-10-161-62/+65
|
* - Added transformation of Super nodespaltherr2003-10-161-1/+8
|
* - Cleanedpaltherr2003-10-161-18/+59
|