summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/PatternMatcher.java
Commit message (Expand)AuthorAgeFilesLines
* translated matching.PatternMatcher to Scalaburaq2005-01-241-895/+0
* translated most to scalaburaq2005-01-211-1/+1
* nothingburaq2004-07-081-1/+2
* *** empty log message ***Martin Odersky2004-07-011-2/+2
* cleanupburaq2004-06-081-3/+9
* premature commitburaq2004-06-041-1/+1
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-2/+2
* using partialMatcher instead of old Transmatch ...buraq2004-05-171-451/+451
* Fixed bug involving nested case objects.Matthias Zenger2004-05-061-18/+15
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-4/+3
* Improved error messages for failed pattern matc...Matthias Zenger2004-03-081-527/+459
* - Removed alias scala.Stringpaltherr2004-03-061-2/+2
* - Removed duplicate tree printingpaltherr2004-02-191-1/+0
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-29/+23
* - Generalized use of AConstant to represent con...paltherr2004-02-011-8/+9
* bugfix in PatternMatcher.buraq2004-01-281-37/+53
* renamed entry point, restricted method accessburaq2003-11-281-5/+5
* removed tabsburaq2003-11-281-673/+600
* fixed bug224buraq2003-11-271-100/+101
* Removed dead code check.Matthias Zenger2003-11-201-14/+16
* *** empty log message ***Martin Odersky2003-11-141-8/+8
* Added support for | in algebraic patterns;Matthias Zenger2003-11-111-84/+111
* fixed erroneous handling of typed pattersburaq2003-11-041-37/+54
* Typed patterns x:T and variable patterns x are ...buraq2003-10-301-4/+6
* fixed bugs and cleaned up code in AlgMatcher th...buraq2003-10-301-8/+6
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-3/+3
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-291-1/+1
* merging large parts of Algebraic Matcher with P...buraq2003-10-281-12/+41
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-2/+2
* - Removed all instances of Inferpaltherr2003-10-131-7/+6
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-4/+4
* - Replaced usage of make by genpaltherr2003-10-131-107/+39
* - Removed CodeFactory.Blockpaltherr2003-10-101-8/+8
* - Removed fields CaseEnv.makepaltherr2003-10-101-5/+4
* - Replaced some use of "make" by "gen"paltherr2003-10-101-10/+10
* *** 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
* Fixed a bug.Matthias Zenger2003-09-111-2/+4
* - Removed TreeGen.Select__paltherr2003-09-111-1/+1
* Implemented variable binding for the "old" patt...Matthias Zenger2003-09-111-1/+10
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-1/+1
* Fixed a small bug and started adding a new opti...Matthias Zenger2003-09-021-19/+71
* made AlgebraicMatcher a subclass of PatternMatc...buraq2003-09-011-7/+20
* Cleaned up the pattern matcher.Matthias Zenger2003-08-291-223/+141
* - replaced empty trees in right-hand sides of v...schinz2003-08-291-1/+3
* Implemented optimized pattern matcher that uses...Matthias Zenger2003-08-281-44/+131
* Switched on switch expressions. ;-)Matthias Zenger2003-08-271-1/+1