summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - Removed used of Global.debugPrinterpaltherr2003-12-111-1/+1
* - Added flags to added value parameterpaltherr2003-12-101-1/+2
* - Added class MakeBoxingExplicitPhasepaltherr2003-12-091-0/+50
* - Disabled assertion that says that all classes...paltherr2003-12-091-1/+1
* updated commentburaq2003-12-081-3/+4
* - Added code to remove box(unbox(...)) and unbo...paltherr2003-12-051-1/+20
* - Added code to remove coerce methodspaltherr2003-12-051-0/+4
* - Removed AS_x primitivespaltherr2003-12-041-2/+0
* - Modified erasure to use unbox and x2x methods...paltherr2003-12-041-11/+31
* - Added method boxUnboxedTypepaltherr2003-12-041-0/+29
* - reverted back to version 1.27 for now, as 1.2...schinz2003-12-041-39/+3
* after fixing bug#246, have to treat toSequence ...buraq2003-12-031-3/+39
* - 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