summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - rewrote the phase creation processpaltherr2003-08-183-3/+3
* - Replaced use of AttributedTreeCopier by Trans...paltherr2003-08-151-4/+18
* - Replaced use of SubstTransformer by TreeClonerpaltherr2003-08-151-2/+1
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-0810-57/+57
* *** empty log message ***Martin Odersky2003-07-312-4/+4
* refactoring: removed class FiniteAutom.buraq2003-07-295-161/+267
* "freshening" of patterns before calling algbera...buraq2003-07-282-77/+80
* 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
* completed migration. code is now operationalburaq2003-07-1311-86/+121
* removed at, fixed code for Literalsburaq2003-07-093-11/+12
* allocation of variables in bindingburaq2003-07-095-15/+30
* matchingburaq2003-07-087-159/+127
* handle matching with if pat contains reg op Alg...buraq2003-07-074-11/+707
* indentation + javadoc commentsmichelou2003-07-071-25/+49
* *** empty log message ***buraq2003-07-055-20/+22