summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* changed type1() to type() in pattern parsing,buraq2003-09-111-5/+6
| | | | | and pattern() to validPattern() in patDefOrDcl()
* Refactoring.Matthias Zenger2003-09-103-1/+254
|
* Initial release.Matthias Zenger2003-09-101-0/+48
|
* *** empty log message ***Martin Odersky2003-09-101-4/+8
|
* I hacked the problem with Byte, Short, etc.Matthias Zenger2003-09-101-0/+6
| | | | | 100% okay, but at least the programs do compile and run now.
* - Changed array erasure rule.paltherr2003-09-101-7/+9
| | | | | Array[a] with a <: Any still remains boxed
* *** empty log message ***Martin Odersky2003-09-105-130/+125
|
* Small bug :-).Matthias Zenger2003-09-101-1/+1
|
* - Fixed computation of outer type parameterspaltherr2003-09-101-2/+13
|
* - Replaced TreeGen.mkParentConstr by TreeGen.mk...paltherr2003-09-103-68/+65
| | | | | | | - Replaced TreeGen.mkParentConstr by TreeGen.mkPrimaryConstr Added some - missing nextPhase()/prevPhase() in TreeGen Removed TreeGen.ClassDef - methods without parents Added TreeGen.mkInterfaceDef
* - Bug fix: new class did not reuse constructor ...paltherr2003-09-101-8/+5
| | | | | - Bug fix: new class did not reuse constructor symbol of old class.
* - IA project file for Scalamichelou2003-09-091-0/+1753
|
* - french locales for IA labelsmichelou2003-09-091-0/+201
|
* - added InstallAnywhere build to distributionmichelou2003-09-091-2/+37
|
* - added standard tools tar and unzipmichelou2003-09-091-0/+3
|
* - The name ERROR is now both a type name and a ...paltherr2003-09-091-0/+4
| | | | | - The name ERROR is now both a type name and a term name
* documentationburaq2003-09-084-81/+98
|
* - Replaced some TypeApply+Apply by mkApplypaltherr2003-09-081-13/+6
|
* - Simplified (no more OverloadedType and NoType)paltherr2003-09-081-5/+3
|
* - Changed rawInfoAt to not invoke transformInfo...paltherr2003-09-081-5/+32
| | | | | | - Changed rawInfoAt to not invoke transformInfo for NoType, ErrorType and OverloadedType
* - Updated the code that transforms interface co...paltherr2003-09-081-3/+10
| | | | | - Updated the code that transforms interface constructors
* - Add fix to use right phase to print treepaltherr2003-09-081-2/+2
|
* - Rewrote ExplicitOuterClassesPhase to add type...paltherr2003-09-083-355/+362
| | | | | - Rewrote ExplicitOuterClassesPhase to add type links for outer tparams
* - Added OUTER and SUPER methodspaltherr2003-09-081-1/+22
|
* - Added more general getSubst methods in Typepaltherr2003-09-082-5/+20
| | | | | - Added do nothing methods in Type.UdpdateSubstSymMap
* - Added concat methodspaltherr2003-09-073-0/+27
|
* *** empty log message ***Martin Odersky2003-09-0711-105/+135
|
* - Fixed documentationpaltherr2003-09-071-1/+1
|
* - Removed UpdateSubstSymMap (replaced by Type.U...paltherr2003-09-071-26/+2
| | | | | - Removed UpdateSubstSymMap (replaced by Type.UpdateSubstSymMap)
* - Added class UpdateSubstTypeMappaltherr2003-09-071-0/+41
|
* - Added method mkIdentspaltherr2003-09-071-5/+42
| | | | | | | - Added method mkTypeIdents - Removed method mkTypeIdent without pos - Added methods mkApply
* - Added additional cloneArray methodspaltherr2003-09-073-9/+87
|
* - Added TreeGen.mkTypeIdentpaltherr2003-09-063-10/+21
| | | | | | | - Added assertion in TreeGen.Ident - Changed LambdaLift to invoke TreeGen.mkTypeIdent/Ident for targs/vargs - Changed Analyzer to not invoke TreeGen.Ident with class symbol
* - Fixed printed phase namepaltherr2003-09-062-1/+2
|
* - Added a phase change before printing to get r...paltherr2003-09-061-2/+12
| | | | | - Added a phase change before printing to get right symbol types
* - Changed mkParams and mkTypeParams to used pos...paltherr2003-09-061-23/+15
| | | | | - Changed mkParams and mkTypeParams to used position of symbol
* - Removed SymbolMapApplierpaltherr2003-09-042-87/+0
|
* - Changed methods cloneArray to avoid creation ...paltherr2003-09-043-0/+3
| | | | | - Changed methods cloneArray to avoid creation of new empty arrays.
* *** empty log message ***Martin Odersky2003-09-032-4/+4
|
* - Renamed isFinal into isMethodFinalpaltherr2003-09-032-7/+8
| | | | | - Moved additional tests from TailCall into method isMethodFinal
* - Fixed code generated for asInstanceOf[Array[....paltherr2003-09-031-4/+5
| | | | | - Fixed code generated for asInstanceOf[Array[...]/Boolean]
* Fixed a small bug and started adding a new opti...Matthias Zenger2003-09-021-19/+71
| | | | | Fixed a small bug and started adding a new optimization.
* *** empty log message ***Martin Odersky2003-09-0241-10/+486
|
* - file moved to scaladoc directorymichelou2003-09-021-102/+0
|
* *** empty log message ***michelou2003-09-021-1/+3
|
* - added 'args' as public member (used in scaladoc)michelou2003-09-021-20/+35
| | | | | - removed call to 'DocModule' in method 'compile'
* -- methods InsertBefore and InsertAfter now ret...michelou2003-09-021-3/+5
| | | | | | -- methods InsertBefore and InsertAfter now return the insertion position
* - remove scaladoc specific optionsmichelou2003-09-021-27/+66
| | | | | - help message do not display phases if not option use them
* - added 'stylesheet' parameter to class constru...michelou2003-09-022-18/+69
| | | | | - added 'stylesheet' parameter to class constructor
* - added DEFAULT_* constantsmichelou2003-09-021-18/+46
|