summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - bug fix: fixed a bug which was introduced by ...schinz2003-07-161-5/+11
* - Added a missing isMethod test on LambdaLiftPh...paltherr2003-07-151-10/+26
* refactoringburaq2003-07-151-0/+55
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-154-387/+342
* - Fixed the code that generates value selection...paltherr2003-07-142-2/+2
* obsoleteburaq2003-07-141-79/+0
* code cleanupburaq2003-07-145-66/+24
* added static method, hid private variablesburaq2003-07-142-8/+15
* added isWildcardPattern in case Identburaq2003-07-141-4/+8
* - bug fix: also set flag forJVM when generating...schinz2003-07-141-1/+2
* completed migration. code is now operationalburaq2003-07-1311-86/+121
* - Changed ClassSymbol.cloneSymbol to give the c...paltherr2003-07-111-79/+5
* - Changed getClassSubst to return SymbolSubstTy...paltherr2003-07-112-37/+28
* - Removed method updateMemberpaltherr2003-07-111-16/+14
* - Removed method deepCloneSymbol and inlined it...paltherr2003-07-111-37/+3
* - Added method Type.cloneTypepaltherr2003-07-111-6/+2
* - Added method Symbol.cloneSymbol(Symbol)paltherr2003-07-104-33/+16
* - bug fix: transform correctly "new" expression...schinz2003-07-101-1/+1
* removed at, fixed code for Literalsburaq2003-07-093-11/+12
* allocation of variables in bindingburaq2003-07-095-15/+30
* *** empty log message ***Martin Odersky2003-07-081-4/+0
* - Fixed reference to Names.EMPTYpaltherr2003-07-081-1/+1
* *** empty log message ***Martin Odersky2003-07-081-17/+66
* matchingburaq2003-07-087-159/+127
* handle matching with if pat contains reg op Alg...buraq2003-07-075-19/+733
* indentation + javadoc commentsmichelou2003-07-071-25/+49
* *** empty log message ***buraq2003-07-055-20/+22
* - Fixed Symbol.isClass to return false if symbo...paltherr2003-07-041-2/+4
* hooking up pattern matcher with sequence matcherburaq2003-07-044-71/+135
* pattern matching encoreburaq2003-07-048-1/+1593
* Matcher fields uncommentedburaq2003-07-041-2/+2
* - Added a call to unalias in the definition of ...paltherr2003-07-041-27/+35
* collect variables from patternsburaq2003-07-042-0/+96
* changed code for sequence matching, not yet ope...buraq2003-07-034-16/+203
* code for sequence matching, not yet operationalburaq2003-07-031-6/+4
* - Added method updateMemberInfo.paltherr2003-07-031-6/+11
* - Fixed transformInfo to use the correct type a...paltherr2003-07-031-5/+13
* cleaned up constructorburaq2003-07-022-53/+25
* Added a new apply method to each phase which al...Matthias Zenger2003-07-029-119/+156
* - bug fix: make sure that the types of mixed-in...schinz2003-06-271-7/+7
* - modified debug messages (Philippe did that ac...schinz2003-06-271-3/+3
* - bug fix: substitute ThisTypes when importing ...schinz2003-06-271-3/+8
* - replaced uses of ThisTypeMap (now dead) by Ty...schinz2003-06-272-27/+4
* - moved the initialization of the class-paramet...mihaylov2003-06-261-25/+34
* - bug fix: use correct symbols for things which...schinz2003-06-251-1/+3
* cleaned upmichelou2003-06-231-62/+80
* change to adapt to new iteratorsburaq2003-06-232-4/+6
* This is just a hack to make the compiler usable...Matthias Zenger2003-06-231-7/+11
* changes for WordAutomInScalaburaq2003-06-201-5/+76
* translationburaq2003-06-201-0/+84