summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - corrected printlnTagmichelou2003-10-141-1/+1
|
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-1413-308/+296
| | | | | - Reorganized Definitions
* - Removed all instances of Inferpaltherr2003-10-138-38/+20
|
* - Removed field PatternTool.makepaltherr2003-10-134-59/+28
| | | | | - Removed method Autom2Scala._ref
* - Addded methods CaseDefpaltherr2003-10-131-0/+12
|
* - simple framework to describe the test processmichelou2003-10-131-0/+120
|
* - the main scalatest classmichelou2003-10-131-0/+697
|
* - some file utility methodsmichelou2003-10-131-0/+96
|
* - Java implementation of GNU diff (GPL licence)michelou2003-10-133-0/+1488
|
* - same class as scala/Console.scala, but in Jav...michelou2003-10-131-0/+170
| | | | | - same class as scala/Console.scala, but in Java (for now)
* - added scalatest toolmichelou2003-10-131-0/+17
|
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-1320-69/+72
| | | | | | | | | - Removed Names.WILDCARD - Added Names.PATTERN_WILDCARD - Added Names.IMPORT_WILDCARD - Replaced most uses of Names.PATTERN_WILDCARD by Definitions.PATTERN_WILDCARD - Removed TreeInfo.isWildcardPattern
* - Replaced usage of make by genpaltherr2003-10-131-1/+1
|
* - Replaced usage of make by genpaltherr2003-10-131-107/+39
|
* - Added method seqListSym_lengthpaltherr2003-10-131-0/+4
|
* - Added temporary hack for stable symbolspaltherr2003-10-101-2/+2
|
* - Removed Autom2Scala._applyNonepaltherr2003-10-103-18/+5
| | | | | - Replaced make by gen
* - Removed CodeFactory.Blockpaltherr2003-10-107-36/+20
|
* - Fixed length computation in flattenpaltherr2003-10-101-2/+3
|
* - Added method flattenpaltherr2003-10-101-0/+45
| | | | | - Added methods mkBlock
* - Changed call to superpaltherr2003-10-101-1/+1
|
* - Removed fields CaseEnv.makepaltherr2003-10-103-19/+9
| | | | | - Removed argument pos from CaseEnv.newBoundVar
* - Replaced gen.Apply by gen.mkApplyXXpaltherr2003-10-101-53/+22
| | | | | - Cleaned
* - Replaced some use of "make" by "gen"paltherr2003-10-103-196/+54
|
* - Changed extractPrimitiveArgs to not unbox fir...paltherr2003-10-101-45/+82
| | | | | | | | - Changed extractPrimitiveArgs to not unbox first arg. Added some calls - to unbox Added method getMaxType(Tree,Tree) Added method genEqPrim for - equality tests of non-primitive types Added test in genCond to choose - genEqPrim or genCompPrim for equality tests
* - Added methods Switchpaltherr2003-10-101-0/+31
| | | | | - Added method assertTreeSubTypeOf
* - Added methods isInstanceOfpaltherr2003-10-101-0/+8
|
* - Renamed methods mkApply into mkApplyTV and mk...paltherr2003-10-102-19/+44
| | | | | | - Renamed methods mkApply into mkApplyTV and mkApplyT Added methods _ - mkApply_V and mkApply_ _
* - Added method mkLitpaltherr2003-10-101-18/+58
| | | | | - Split methods mkXXXLit in two
* changed pattern grammar, () is now empty sequen...buraq2003-10-091-27/+29
| | | | | changed pattern grammar, () is now empty sequence in patterns
* *** empty log message ***Martin Odersky2003-10-091-11/+11
|
* *** empty log message ***Martin Odersky2003-10-093-28/+45
|
* *** empty log message ***Martin Odersky2003-10-091-3/+3
|
* *** empty log message ***Martin Odersky2003-10-0812-42/+77
|
* *** empty log message ***Martin Odersky2003-10-085-33/+27
|
* - Fixed prefix handling for TypeAliases and Abs...paltherr2003-10-082-9/+9
| | | | | - Fixed prefix handling for TypeAliases and AbstractTypes
* - Added pos argumentpaltherr2003-10-081-1/+1
|
* - Added method isClassTypepaltherr2003-10-081-0/+5
|
* scala version of test reg traverserburaq2003-10-071-0/+45
|
* Made an error message more precise.Matthias Zenger2003-10-071-1/+1
|
* Fixed bug which prevented empty files from bein...Matthias Zenger2003-10-071-12/+16
| | | | | Fixed bug which prevented empty files from being read.
* - Added currentPhase modificationpaltherr2003-10-071-0/+4
|
* - Added code to does method lookups for interfa...paltherr2003-10-071-0/+4
| | | | | - Added code to does method lookups for interface methods
* - Added a version of overridingSymbolfor phases...paltherr2003-10-071-3/+11
| | | | | - Added a version of overridingSymbolfor phases after Erasure
* - Simplified codepaltherr2003-10-071-1/+1
|
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-066-90/+33
| | | | | | fixed bug133, refactored code ignoreValue,Null to calls to TreeGen.mkDefaultValue
* - Added code in AsSeenFrom.apply to unalias reb...paltherr2003-10-061-1/+3
| | | | | - Added code in AsSeenFrom.apply to unalias rebound types
* - Added outer type links to rebound abstract typespaltherr2003-10-061-4/+10
|
* *** empty log message ***paltherr2003-10-061-4/+2
|
* - Reverted changes done to toPrefixpaltherr2003-10-061-3/+8
| | | | | - Fixed prefix computation in AsSeenFrom.apply