summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/AlgebraicMatcher.java
Commit message (Expand)AuthorAgeFilesLines
* fixed bugs and cleaned up code in AlgMatcher th...buraq2003-10-301-271/+3
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-1/+1
* merging large parts with Pattern Matcherburaq2003-10-281-43/+16
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-3/+3
* - Removed all instances of Inferpaltherr2003-10-131-4/+3
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-6/+8
* - Removed Autom2Scala._applyNonepaltherr2003-10-101-11/+4
* - Removed CodeFactory.Blockpaltherr2003-10-101-4/+4
* - Removed fields CaseEnv.makepaltherr2003-10-101-3/+3
* fixed bug that appeared with constructors that ...buraq2003-10-011-4/+27
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-3/+2
* - Removed methods typeOf0paltherr2003-09-011-14/+3
* made AlgebraicMatcher a subclass of PatternMatc...buraq2003-09-011-235/+49
* - replaced empty trees in right-hand sides of v...schinz2003-08-291-1/+3
* - rewrote the phase creation processpaltherr2003-08-181-1/+1
* *** empty log message ***Martin Odersky2003-07-311-2/+2
* - Fixed the code that generates value selection...paltherr2003-07-141-1/+1
* code cleanupburaq2003-07-141-35/+7
* completed migration. code is now operationalburaq2003-07-131-6/+7
* allocation of variables in bindingburaq2003-07-091-3/+3
* matchingburaq2003-07-081-27/+42
* handle matching with if pat contains reg op Alg...buraq2003-07-071-0/+704