summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed method changeOwners to use definesSymbo...paltherr2003-12-161-1/+1
| | | | | | - Fixed method changeOwners to use definesSymbol instead of broken TreeInfo.isDefinition.
* - Added some code to make sure that owner of no...paltherr2003-12-161-1/+17
| | | | | | - Added some code to make sure that owner of non-member is always a member
* - Changed some code to change owner of ValDefs ...paltherr2003-12-161-0/+13
| | | | | | - Changed some code to change owner of ValDefs and LabelDefs moved into primary initializer
* - Removed some assertions (already in TreeChecker)paltherr2003-12-151-10/+8
|
* - Fixed case Newpaltherr2003-12-121-15/+11
| | | | | | - Enabled test of expressions - Disabled some tests that currently still fail (because of bugs in compiler)
* - Added case for references to inlined vparams:...paltherr2003-12-121-0/+11
| | | | | | - Added case for references to inlined vparams: Ident(x) -> Select(this,x)
* - Changed to avoid warningspaltherr2003-12-121-1/+1
|
* - Implemented method expressionpaltherr2003-12-121-2/+120
|
* - Fixed methods location and selectionpaltherr2003-12-121-13/+8
|
* - Fixed show methodspaltherr2003-12-121-6/+5
|
* - Added method tapply, vapply, functionpaltherr2003-12-121-0/+51
|
* - Added method typepaltherr2003-12-121-0/+23
|
* - Added method location and selectionpaltherr2003-12-121-0/+46
|
* - Added missing calls to method expressionpaltherr2003-12-121-0/+2
|
* - Added method statement and stub method expres...paltherr2003-12-121-0/+34
| | | | | - Added method statement and stub method expression
* - Fixed loop in method statementpaltherr2003-12-121-1/+1
|
* - Added expression translationpaltherr2003-12-111-1/+126
|
* - Removed field other from ACode.Switchpaltherr2003-12-114-12/+7
|
* - Added translation of locationspaltherr2003-12-111-0/+25
|
* - Added translation of statementspaltherr2003-12-111-0/+51
| | | | | - Added stubs for translation of expressions
* - Added WARNING in class descriptionpaltherr2003-12-111-1/+2
|
* - Enabled isParameter assertionpaltherr2003-12-111-1/+1
|
* - Added assertions on parameters of MethodTypes...paltherr2003-12-111-2/+8
| | | | | - Added assertions on parameters of MethodTypes and PolyTypes
* - Added some missing PARAM flagspaltherr2003-12-114-6/+7
|
* - Redesigned the tree printing scheme to enable...paltherr2003-12-115-89/+65
| | | | | | - Redesigned the tree printing scheme to enable printing of attributed trees
* - Added translation into attributed treespaltherr2003-12-111-0/+3
|
* - Added printUnits and printGlobalpaltherr2003-12-111-1/+15
|
* - Removed used of Global.debugPrinterpaltherr2003-12-112-2/+2
|
* - Added template and member translationpaltherr2003-12-101-0/+71
|
* - Added constant translationpaltherr2003-12-101-0/+18
|
* - Added class ATreeFromSTreepaltherr2003-12-101-0/+43
|
* - Added some checks on templates and memberspaltherr2003-12-101-3/+119
|
* - Added flags to added value parameterpaltherr2003-12-101-1/+2
|
* - Added context and scope managementpaltherr2003-12-101-0/+228
|
* - Enabled phase make-boxing-explicitpaltherr2003-12-091-0/+6
|
* - Added class MakeBoxingExplicitPhasepaltherr2003-12-091-0/+50
|
* - Added logopaltherr2003-12-091-0/+8
|
* - Added class TreeCheckerpaltherr2003-12-091-0/+35
|
* - Disabled assertion that says that all classes...paltherr2003-12-091-1/+1
| | | | | - Disabled assertion that says that all classes have to be expanded
* - Added cases for operations on stringspaltherr2003-12-081-17/+19
|
* - emit the symbol table as an attribute of top-...mihaylov2003-12-081-20/+44
| | | | | - emit the symbol table as an attribute of top-level classes
* - removed the remnants of the code for traversi...mihaylov2003-12-081-209/+120
| | | | | | - removed the remnants of the code for traversing the methods from - interfaces modified to work with CLRPackageParser
* handling of escaped sequences x:_*buraq2003-12-081-0/+19
|
* updated commentburaq2003-12-081-3/+4
|
* - initial CLR type import capabilitiesmihaylov2003-12-082-0/+584
|
* - added common superclass (MetadataParser) for ...mihaylov2003-12-084-30/+58
| | | | | | - added common superclass (MetadataParser) for PackageParser and ClassParser that handles switching and restoring the compiler phase
* - added a '-r' option to specify the assemblies...mihaylov2003-12-081-0/+5
| | | | | | - added a '-r' option to specify the assemblies referenced by the source program
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
| | | | | | - bug fix (#250): don't generate any code when "null" is loaded with an expected type of "void"
* - Added code to remove box(unbox(...)) and unbo...paltherr2003-12-051-1/+20
| | | | | - Added code to remove box(unbox(...)) and unbox(box(...))
* - Added code to remove coerce methodspaltherr2003-12-051-0/+4
|