summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching
Commit message (Expand)AuthorAgeFilesLines
* cleanupburaq2003-10-281-10/+7
* fixed hashing (hasing TypeTerms now using Type....buraq2003-10-281-3/+4
* no changeburaq2003-10-281-1/+1
* cleanupburaq2003-10-283-839/+837
* merging large parts of Algebraic Matcher with P...buraq2003-10-281-12/+41
* merging large parts with Pattern Matcherburaq2003-10-281-43/+16
* cleanupburaq2003-10-221-3/+3
* cleanupburaq2003-10-223-231/+203
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-147-238/+80
* - Removed all instances of Inferpaltherr2003-10-137-30/+18
* - Removed field PatternTool.makepaltherr2003-10-134-59/+28
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-139-27/+27
* - Replaced usage of make by genpaltherr2003-10-131-107/+39
* - Added method seqListSym_lengthpaltherr2003-10-131-0/+4
* - Removed Autom2Scala._applyNonepaltherr2003-10-103-18/+5
* - Removed CodeFactory.Blockpaltherr2003-10-107-36/+20
* - Removed fields CaseEnv.makepaltherr2003-10-103-19/+9
* - Replaced gen.Apply by gen.mkApplyXXpaltherr2003-10-101-53/+22
* - Replaced some use of "make" by "gen"paltherr2003-10-103-196/+54
* scala version of test reg traverserburaq2003-10-071-0/+45
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-066-90/+33
* moved methods for constructing Cons and Nil fro...buraq2003-10-024-93/+87
* fixed bug that appeared with constructors that ...buraq2003-10-011-4/+27
* bugfix, using TreeGen now instead of make...buraq2003-09-262-7/+5
* fixed hashing of patternsburaq2003-09-264-11/+24
* *** empty log message ***Martin Odersky2003-09-251-1/+11
* Support for pattern matching on Jaco case class...Matthias Zenger2003-09-241-16/+21
* Fixed bug 149Matthias Zenger2003-09-241-14/+4
* Bugfixes.Matthias Zenger2003-09-241-6/+24
* ? nothing changedburaq2003-09-122-3/+1
* Fixed a bug.Matthias Zenger2003-09-112-5/+11
* - There is a problem with version 1.5, replaced...paltherr2003-09-111-4/+1
* - Removed TreeGen.Select__paltherr2003-09-112-7/+4
* Implemented variable binding for the "old" patt...Matthias Zenger2003-09-112-2/+14
* - Reviewed and cleaned TreeGen.paltherr2003-09-115-22/+19
* Allow non-recursive bindings for the "old" patt...Matthias Zenger2003-09-111-28/+36
* Fixed a small bug and started adding a new opti...Matthias Zenger2003-09-021-19/+71
* using Switch in translation of automataburaq2003-09-027-648/+530
* - Removed methods typeOf0paltherr2003-09-012-20/+3
* CodeFactory now creates trees with correct posi...buraq2003-09-012-25/+27
* made AlgebraicMatcher a subclass of PatternMatc...buraq2003-09-012-242/+69
* Cleaned up the pattern matcher.Matthias Zenger2003-08-291-223/+141
* - replaced empty trees in right-hand sides of v...schinz2003-08-292-2/+6
* Implemented optimized pattern matcher that uses...Matthias Zenger2003-08-281-44/+131
* Minor modifications.Matthias Zenger2003-08-281-0/+37
* code cleanup + fixed matching of empty sequence...buraq2003-08-275-2/+9
* Switched on switch expressions. ;-)Matthias Zenger2003-08-271-1/+1
* Removed some debugging output.Matthias Zenger2003-08-251-1/+1
* Included optimization for top-level switches on...Matthias Zenger2003-08-253-16/+197
* removed SeqTrace stuff.buraq2003-08-252-51/+62