summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/LeftTracerInScala.java
Commit message (Expand)AuthorAgeFilesLines
* translated most to scalaburaq2005-01-211-239/+0
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-4/+4
* using partialMatcher instead of old Transmatch ...buraq2004-05-171-5/+3
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-29/+16
* - Added method Symbol.newFactorypaltherr2004-03-111-4/+2
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-1/+2
* - Generalized use of AConstant to represent con...paltherr2004-02-011-1/+1
* using LabelDef instead of nested functions for ...buraq2004-01-291-51/+59
* bugfix (revert back to code_body instead of cod...buraq2004-01-121-2/+3
* - Removed old methods Nil and Cons in TreeGenpaltherr2004-01-081-9/+9
* cleanupburaq2004-01-081-70/+4
* cleanupburaq2004-01-081-12/+9
* cleanupburaq2004-01-071-41/+33
* oopsburaq2003-12-021-1/+1
* optimization, switch instead of if-the-else for...buraq2003-12-021-1/+6
* *** empty log message ***Martin Odersky2003-11-141-3/+3
* - Fixed type of generated listspaltherr2003-11-121-7/+10
* - Normalized member names of class Definitionpaltherr2003-10-301-3/+3
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-1/+1
* cleanupburaq2003-10-281-2/+1
* cleanupburaq2003-10-221-191/+191
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-9/+9
* - Removed field PatternTool.makepaltherr2003-10-131-14/+9
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-3/+1
* - Removed CodeFactory.Blockpaltherr2003-10-101-1/+1
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-061-3/+9
* moved methods for constructing Cons and Nil fro...buraq2003-10-021-7/+18
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-2/+2
* using Switch in translation of automataburaq2003-09-021-46/+23
* removed SeqTrace stuff.buraq2003-08-251-3/+1
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-081-8/+8
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-151-271/+232
* added static method, hid private variablesburaq2003-07-141-7/+3
* completed migration. code is now operationalburaq2003-07-131-7/+8
* pattern matching encoreburaq2003-07-041-0/+373