summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - Fixed eraseUnboxMethodType for type Unitpaltherr2003-12-031-1/+1
* - Added special cases for unbox methodspaltherr2003-12-031-10/+24
* - Fixed genNewUnboxedArray for multiarray of un...paltherr2003-12-031-1/+3
* oopsburaq2003-12-021-1/+1
* oops, typoburaq2003-12-021-1/+1
* better message for failling assertionburaq2003-12-021-1/+1
* optimization, switch instead of if-the-else for...buraq2003-12-025-120/+192
* commentburaq2003-12-011-1/+1
* *** empty log message ***Martin Odersky2003-11-282-10/+22
* renamed entry point, restricted method accessburaq2003-11-281-5/+5
* renamed call to PMburaq2003-11-281-1/+1
* moved some methods from PatternMatcherburaq2003-11-281-1/+74
* removed tabsburaq2003-11-281-673/+600
* - Removed owner link between classes and module...paltherr2003-11-281-1/+1
* fixed bug224buraq2003-11-271-100/+101
* - Added erasure of typeOfThispaltherr2003-11-271-0/+1
* - Added special transformation of typeOfThispaltherr2003-11-271-4/+11
* spaceburaq2003-11-271-1/+0
* - Fixed assertpaltherr2003-11-261-1/+1
* *** empty log message ***Martin Odersky2003-11-261-3/+4
* - Fixed case Selectpaltherr2003-11-251-3/+4
* - Fixed stop codepaltherr2003-11-251-2/+2
* - Modified to use new GetTreeClonerpaltherr2003-11-252-104/+111
* Removed dead code check.Matthias Zenger2003-11-201-14/+16
* - Removed inner classes from RunTimepaltherr2003-11-191-8/+20
* - delete the code of Units which were loaded on...schinz2003-11-181-0/+7
* When targetting the MSIL backend, add an abstra...mihaylov2003-11-181-0/+29
* - Added code for multibound arrayspaltherr2003-11-171-0/+9
* - Fixed case Select (replaced symbol.owner.type...paltherr2003-11-171-2/+14
* - Added special case for primitive AS__ARRAYpaltherr2003-11-171-0/+2
* Change the access modifiers of private class co...mihaylov2003-11-171-1/+4
* *** empty log message ***Martin Odersky2003-11-1411-46/+46
* - Removed special code for Newpaltherr2003-11-131-12/+0
* - Fixed some bugs in AddAccessorspaltherr2003-11-122-157/+93
* - Removed methods nextTypeParams and nextValueP...paltherr2003-11-121-27/+8
* - Added code to add the missing this qualifier ...paltherr2003-11-121-4/+12
* - Fixed symbol of generated Super.paltherr2003-11-121-8/+5
* - Fixed computation of new constructor typespaltherr2003-11-121-1/+2
* - Fixed type of generated listspaltherr2003-11-122-8/+11
* - Added missing this qualifierspaltherr2003-11-111-2/+5
* - Removed JAVA modifier from ANY_CLASS and ANYR...paltherr2003-11-112-6/+9
* - Moved erasure of superclasses of interfaces f...paltherr2003-11-112-18/+31
* Added support for | in algebraic patterns;Matthias Zenger2003-11-115-133/+187
* - Implemented initializers without type argumentspaltherr2003-11-051-127/+105
* - Readded STABLE flag to accessorspaltherr2003-11-051-2/+2
* fixed erroneous handling of typed pattersburaq2003-11-041-37/+54
* *** empty log message ***Martin Odersky2003-10-311-5/+16
* - Removed condition on super call inlining.paltherr2003-10-311-21/+17
* - Changed the return type of initializers to Un...paltherr2003-10-311-6/+2
* - Fixed so that initalizers have new tparams an...paltherr2003-10-311-1/+1