summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - added support for jEdit in distribution.michelou2004-01-061-0/+8
|
* *** empty log message ***Martin Odersky2004-01-062-2/+0
|
* - Renamed methods type into conforms, removed r...paltherr2004-01-061-22/+24
| | | | | | - Renamed methods type into conforms, removed returned boolean moved - method containSymbols, removed returned boolean
* - Changed method lookup(Symbol, ...) to go over...paltherr2004-01-061-22/+54
| | | | | | - Changed method lookup(Symbol, ...) to go over all superclasses of this type.
* - First commit.cremet2004-01-061-0/+89
|
* - Minor change.cremet2004-01-061-2/+2
|
* *** empty log message ***Martin Odersky2004-01-066-6/+41
|
* - added acrobat.css to generate PDF document fo...michelou2004-01-062-8/+8
| | | | | - added acrobat.css to generate PDF document for Scala overview
* - added main functions.michelou2004-01-053-15/+30
|
* *** empty log message ***Martin Odersky2004-01-0515-1786/+2654
|
* Added new file to the website.Matthias Zenger2003-12-271-0/+1
|
* - removed entries lamp.js, lamp_fr.jsmichelou2003-12-271-2/+1
|
* - ported the code from Lindig's articleschinz2003-12-221-0/+119
|
* - Moved phase AddConstructors before phase AddI...paltherr2003-12-193-320/+214
| | | | | - Moved phase AddConstructors before phase AddInterfaces
* - Changed to add calls to all super initializer...paltherr2003-12-191-6/+10
| | | | | | - Changed to add calls to all super initializer (also mixin initializers)
* - Added support for initializerspaltherr2003-12-191-0/+18
|
* - Added removal of case factory methodspaltherr2003-12-191-2/+3
|
* - Replaced comparisons with CONSTRUCTOR_NAME by...paltherr2003-12-191-4/+2
| | | | | | - Replaced comparisons with CONSTRUCTOR_NAME by isInitializer calls - Removed constant CONSTRUCTOR_NAME
* - Added method isUnaccessedConstantpaltherr2003-12-192-11/+27
| | | | | - Added removal of unaccessed constants from class scopes
* - Added update of constructor position in TypeS...paltherr2003-12-191-0/+1
| | | | | - Added update of constructor position in TypeSymbol.update
* fixed null pointer exception because of too ear...buraq2003-12-192-16/+20
| | | | | fixed null pointer exception because of too early =getProject()
* - added files changes.(xml,xsl)michelou2003-12-191-1/+2
|
* *** empty log message ***buraq2003-12-191-1/+5
|
* handling of attribUTESburaq2003-12-191-4/+7
|
* handling of attributesburaq2003-12-191-20/+24
|
* attributes handled in functional mannerburaq2003-12-191-10/+14
|
* AttrDef removed, Pair inserted for handling att...buraq2003-12-191-2/+2
| | | | | AttrDef removed, Pair inserted for handling attributes
* Cleaned up some code and tried to make the vari...Matthias Zenger2003-12-196-311/+313
| | | | | | Cleaned up some code and tried to make the various parts of the API more consistent.
* easy update of attributesburaq2003-12-181-17/+38
|
* *** empty log message ***buraq2003-12-181-0/+2
|
* changes for easy updating of attributesburaq2003-12-181-0/+4
|
* Added new images.Matthias Zenger2003-12-181-0/+2
|
* - added arithmetic conversions for charsmihaylov2003-12-171-1/+29
| | | | | - handle Switch nodes by translating them to a multitude of if-else-ifs
* - Fixed method toStringpaltherr2003-12-171-6/+6
|
* - corrected keyword listmichelou2003-12-161-3/+0
|
* - uncommented assertion which checks the symbol...schinz2003-12-161-1/+1
| | | | | - uncommented assertion which checks the symbol of RETURN nodes
* - bug fix: correct the symbol of RETURN nodesschinz2003-12-161-0/+14
|
* - Enabled some checkspaltherr2003-12-161-3/+2
|
* - 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
* - all data for the Scala website is now in file...michelou2003-12-151-3/+1
| | | | | - all data for the Scala website is now in file website.xml
* - Removed some assertions (already in TreeChecker)paltherr2003-12-151-10/+8
|
* - added method 'indices'michelou2003-12-151-41/+60
| | | | | - removed tabs in method 'sort'
* - 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
|