summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - Simplified the bound printing codepaltherr2004-11-251-24/+14
|
* - Made the modifier printing methods publicpaltherr2004-11-251-3/+3
|
* - Added methods to print attributed types and b...paltherr2004-11-251-40/+144
| | | | | - Added methods to print attributed types and bounds
* - Renamed isParamAccessor to hasParamAccessorFlagpaltherr2004-11-231-3/+3
|
* - Added method isParamAccessorpaltherr2004-11-231-1/+6
|
* - Fixed export statementpaltherr2004-11-231-1/+2
|
* Removed a superfluous import clausemihaylov2004-11-231-2/+0
|
* - Moved tagMethod to TreeGen.mkTagMethodmihaylov2004-11-231-14/+6
| | | | | - [MSIL] Do not generate getType methods for the MSIL backend
* - Generate $tag methods for the anonymous funct...mihaylov2004-11-231-1/+2
| | | | | | - Generate $tag methods for the anonymous functions passed as 'def' parameters
* - Do not generate $tag methods for function cla...mihaylov2004-11-232-2/+3
| | | | | | - Do not generate $tag methods for function classes; this is be done by RefCheck
* - Added mkTagMethod that generates tree for Sca...mihaylov2004-11-231-5/+21
| | | | | | | - Added mkTagMethod that generates tree for ScalaObject.$tag - Added a flag to mkUnitFunction and mkFunction whether to generate the $tag method
* [MSIL] Do not initialize the TYPE_CLASS symbol;...mihaylov2004-11-231-1/+1
| | | | | | [MSIL] Do not initialize the TYPE_CLASS symbol; class scala.Type is not in the .NET version of the Scala library
* *** empty log message ***Martin Odersky2004-11-221-1/+1
|
* *** empty log message ***Martin Odersky2004-11-226-8/+86
|
* - Replace "Tree$" by "Tree."paltherr2004-11-221-48/+48
|
* - Modified printTemplatepaltherr2004-11-221-32/+52
|
* - Fixed case of Int and Unitpaltherr2004-11-221-16/+16
| | | | | - Removed tabs
* - Fixed case of Int and Unitpaltherr2004-11-221-19/+19
|
* - Renamed printModifiers into printSModifiers (...paltherr2004-11-221-10/+52
| | | | | | - Renamed printModifiers into printSModifiers (print syntactic ) - modifiers Added method printAModifiers (print attributed modifiers )
* - Added method isOverridepaltherr2004-11-221-0/+5
|
* - Added a field "global" in TextTreePrinterpaltherr2004-11-226-26/+26
|
* *** empty log message ***Iulian Dragos2004-11-222-0/+22
|
* - Removed class UniqueID (symbols have already ...paltherr2004-11-226-39/+4
| | | | | | - Removed class UniqueID (symbols have already an internal unique identifier)
* *** empty log message ***Martin Odersky2004-11-195-6/+19
|
* regexp libburaq2004-11-1911-77/+263
|
* Added symbol and type information to the right ...Iulian Dragos2004-11-192-13/+48
| | | | | Added symbol and type information to the right panel
* Added swing printer.Iulian Dragos2004-11-194-1/+594
|
* *** empty log message ***Martin Odersky2004-11-197-7/+32
|
* - added missing header.michelou2004-11-191-0/+11
|
* - Fixed class ClonedThisSymLazyType to take int...paltherr2004-11-181-10/+14
| | | | | | - Fixed class ClonedThisSymLazyType to take into account that clasz.type() may appear anywhere in clasz.typeOfThis().
* - Removed an assertion that prevented self type...paltherr2004-11-181-1/+0
| | | | | | - Removed an assertion that prevented self types at top-level but seemed otherwise useless.
* helloburaq2004-11-183-0/+151
|
* helloburaq2004-11-182-4/+66
|
* - Replaced Function*.java by Function*.scalapaltherr2004-11-183-17/+11
|
* *** empty log message ***paltherr2004-11-181-1/+1
|
* - Added space to fix emacs highlighting problempaltherr2004-11-181-1/+1
|
* - Added code to force loading of source of clas...paltherr2004-11-181-0/+17
| | | | | - Added code to force loading of source of classes Function*
* - Fixed maximum heep size for tests to 128Mpaltherr2004-11-181-1/+2
|
* - Removed ResultOrExceptionpaltherr2004-11-173-55/+39
|
* - Removed NativeLooppaltherr2004-11-172-36/+0
|
* [MSIL] Do not initialize symbols for runtime ty...mihaylov2004-11-161-8/+15
| | | | | [MSIL] Do not initialize symbols for runtime types if targeting the MSIL
* - Removed Function1 and ScalaObject from Array ...paltherr2004-11-162-41/+3
| | | | | - Removed Function1 and ScalaObject from Array superclasses
* [MSIL] Used scala.runtime.compat.Platform to av...mihaylov2004-11-162-5/+6
| | | | | [MSIL] Used scala.runtime.compat.Platform to avoid platform dependency
* Initial commit.mihaylov2004-11-161-0/+11
|
* fixburaq2004-11-167-525/+32
|
* commitbyeburaq2004-11-164-7/+7
|
* commitbyeburaq2004-11-162-5/+11
|
* - optimized call orderpaltherr2004-11-161-3/+2
|
* *** empty log message ***paltherr2004-11-161-1/+0
|
* helloburaq2004-11-164-1/+60
|