summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* fixed too restrictive assertion for type-checki...buraq2003-10-281-25/+4
| | | | | fixed too restrictive assertion for type-checking patterns
* - Changed rewrite schema => regenerate whole treepaltherr2003-10-281-0/+143
|
* - Removed hack in Ident and Selectpaltherr2003-10-281-8/+2
|
* - Added method memberStabilizedTypepaltherr2003-10-281-0/+8
|
* cleanupburaq2003-10-283-839/+837
|
* - Renamed defavlt into otherwisepaltherr2003-10-281-5/+21
| | | | | - Added Switch without type
* - Fixed rawFirstInfoStartPhasepaltherr2003-10-281-1/+2
|
* merging large parts of Algebraic Matcher with P...buraq2003-10-281-12/+41
| | | | | merging large parts of Algebraic Matcher with Pattern Matcher
* merging large parts with Pattern Matcherburaq2003-10-281-43/+16
|
* - Added method singleTypeMethodpaltherr2003-10-281-0/+21
|
* - Added phase changespaltherr2003-10-283-1/+10
|
* - Cleanedpaltherr2003-10-271-178/+116
|
* - moved scalap to scala.toolsmichelou2003-10-2716-16/+24
|
* - bug fix: "new" should now be translated corre...schinz2003-10-271-10/+2
| | | | | | - bug fix: "new" should now be translated correctly even for classes which have an explicit type given
* *** empty log message ***Martin Odersky2003-10-274-11/+20
|
* - 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
|