summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* - Added function scala_Functionpaltherr2003-09-111-7/+12
* Implemented variable binding for the "old" patt...Matthias Zenger2003-09-112-2/+14
* - Reviewed and cleaned TreeGen.paltherr2003-09-1116-589/+582
* - Added method nextTypeParams and nextValueParamspaltherr2003-09-111-0/+16
* Allow non-recursive bindings for the "old" patt...Matthias Zenger2003-09-111-28/+36
* *** empty log message ***Martin Odersky2003-09-111-2/+2
* I reverted to the old version because the new o...Matthias Zenger2003-09-111-2/+2
* changed type1() to type() in pattern parsing,buraq2003-09-111-5/+6
* Refactoring.Matthias Zenger2003-09-102-1/+252
* 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
* - Changed array erasure rule.paltherr2003-09-101-7/+9
* *** empty log message ***Martin Odersky2003-09-104-102/+98
* 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
* - Bug fix: new class did not reuse constructor ...paltherr2003-09-101-8/+5
* - The name ERROR is now both a type name and a ...paltherr2003-09-091-0/+4
* 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
* - Updated the code that transforms interface co...paltherr2003-09-081-3/+10
* - Add fix to use right phase to print treepaltherr2003-09-081-2/+2
* - Rewrote ExplicitOuterClassesPhase to add type...paltherr2003-09-082-354/+362
* - Added OUTER and SUPER methodspaltherr2003-09-081-1/+22
* - Added more general getSubst methods in Typepaltherr2003-09-082-5/+20
* - Added concat methodspaltherr2003-09-073-0/+27
* *** empty log message ***Martin Odersky2003-09-079-103/+133
* - Fixed documentationpaltherr2003-09-071-1/+1
* - Removed UpdateSubstSymMap (replaced by Type.U...paltherr2003-09-071-26/+2
* - Added class UpdateSubstTypeMappaltherr2003-09-071-0/+41
* - Added method mkIdentspaltherr2003-09-071-5/+42
* - Added additional cloneArray methodspaltherr2003-09-073-9/+87
* - Added TreeGen.mkTypeIdentpaltherr2003-09-063-10/+21
* - Fixed printed phase namepaltherr2003-09-062-1/+2
* - Added a phase change before printing to get r...paltherr2003-09-061-2/+12
* - Changed mkParams and mkTypeParams to used pos...paltherr2003-09-061-23/+15
* - Removed SymbolMapApplierpaltherr2003-09-041-86/+0
* - Changed methods cloneArray to avoid creation ...paltherr2003-09-043-0/+3
* - Renamed isFinal into isMethodFinalpaltherr2003-09-032-7/+8
* - Fixed code generated for asInstanceOf[Array[....paltherr2003-09-031-4/+5
* Fixed a small bug and started adding a new opti...Matthias Zenger2003-09-021-19/+71
* *** empty log message ***Martin Odersky2003-09-025-10/+16
* - 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
* -- methods InsertBefore and InsertAfter now ret...michelou2003-09-021-3/+5
* - remove scaladoc specific optionsmichelou2003-09-021-27/+66