summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Removed "case TypeRef(...)" from method Type....paltherr2003-07-152-12/+7
* refactoringburaq2003-07-151-0/+55
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-154-387/+342
* changed commentsburaq2003-07-151-2/+2
* - Fixed the code that generates value selection...paltherr2003-07-142-2/+2
* obsoleteburaq2003-07-141-79/+0
* code cleanupburaq2003-07-145-66/+24
* proper handling of variables in sequence patternsburaq2003-07-143-39/+46
* added static method, hid private variablesburaq2003-07-142-8/+15
* added isWildcardPattern in case Identburaq2003-07-141-4/+8
* isWildcardPatternburaq2003-07-141-0/+10
* - Removed the "as seen from" part from method c...paltherr2003-07-141-12/+4
* - bug fix: also set flag forJVM when generating...schinz2003-07-141-1/+2
* completed migration. pattern matching works nowburaq2003-07-132-31/+53
* completed migration. code is now operationalburaq2003-07-1311-86/+121
* isSequenceValuedburaq2003-07-131-0/+39
* - Changed ClassSymbol.cloneSymbol to give the c...paltherr2003-07-112-80/+24
* - Changed getClassSubst to return SymbolSubstTy...paltherr2003-07-112-37/+28
* - Removed method updateMemberpaltherr2003-07-111-16/+14
* *** empty log message ***Martin Odersky2003-07-114-11/+114
* - Removed method deepCloneSymbol and inlined it...paltherr2003-07-111-37/+3
* - Fixed mkTypeApply for the new LazyConstrMetho...paltherr2003-07-111-2/+0
* - Fixed LazyConstrMethodType to return a cloned...paltherr2003-07-111-1/+3
* - Changed cloneType to avoid "as seen from" if ...paltherr2003-07-111-1/+1
* - Implemented Symbol.cloneSymbol() and made abs...paltherr2003-07-111-34/+31
* - Added constant NOSYMBOLpaltherr2003-07-111-0/+1
* - Added list of possible targetspaltherr2003-07-111-1/+1
* - Added method Type.cloneTypepaltherr2003-07-112-22/+94
* - Added method Symbol.cloneSymbol(Symbol)paltherr2003-07-107-41/+29
* - bug fix: transform correctly "new" expression...schinz2003-07-101-1/+1
* *** empty log message ***Martin Odersky2003-07-101-2/+2
* - introduced the new JVM backend as default, wh...schinz2003-07-104-1121/+1096
* - renamed NONE to EMPTY_ARRAY to be consistentschinz2003-07-101-1/+1
* - renamed GenJVM[Phase].java to GenJVMBCEL[Phas...schinz2003-07-102-0/+1605
* *** empty log message ***Martin Odersky2003-07-092-1/+2
* *** empty log message ***Matthias Zenger2003-07-091-1/+2
* *** empty log message ***Martin Odersky2003-07-093-3/+18
* type inference for regular patterns, still faultyburaq2003-07-092-39/+20
* removed at, fixed code for Literalsburaq2003-07-093-11/+12
* fixed bug in adapt(...) with Martinburaq2003-07-091-2/+1
* allocation of variables in bindingburaq2003-07-095-15/+30
* *** empty log message ***Martin Odersky2003-07-082-2/+3
* *** empty log message ***Martin Odersky2003-07-083-9/+5
* - Fixed reference to Names.EMPTYpaltherr2003-07-081-1/+1
* *** empty log message ***Martin Odersky2003-07-083-19/+71
* names for matching, bindingburaq2003-07-081-0/+1
* bug fixedburaq2003-07-081-2/+2
* matchingburaq2003-07-087-159/+127
* handle matching with if pat contains reg op Alg...buraq2003-07-075-19/+733
* Fixed scoping bug of type variables.Matthias Zenger2003-07-071-70/+74