summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - Added Erasure and ErasurePhasepaltherr2003-02-212-0/+676
|
* - Added class MapOnlyTypespaltherr2003-02-211-1/+7
| | | | | - Changed erasureMap to extend MapOnlyTypes instead of Map
* - Added method fullErasurepaltherr2003-02-211-0/+11
|
* - Added Ref.javapaltherr2003-02-211-0/+27
|
* - Completed printer for typespaltherr2003-02-211-4/+28
|
* - Added field RUNTIME_TYPEpaltherr2003-02-211-0/+3
|
* - Added method parentspaltherr2003-02-211-0/+5
|
* - bug fix: replaced pointer-based type equality...schinz2003-02-212-3/+3
| | | | | | - bug fix: replaced pointer-based type equality tests by calls to isSameAs()
* - bug fix: do not use outer links to access typ...schinz2003-02-201-0/+3
| | | | | | - bug fix: do not use outer links to access type parameters of outer classes
* - bug fix: do not use accessors (which do not e...schinz2003-02-201-1/+3
| | | | | | - bug fix: do not use accessors (which do not exist anyway) for type parameters
* *** empty log message ***Matthias Zenger2003-02-201-0/+5
|
* *** empty log message ***Martin Odersky2003-02-203-7/+7
|
* *** empty log message ***Martin Odersky2003-02-2021-185/+266
|
* - adapted to the new mkParentConstr in TreeGenschinz2003-02-202-5/+3
|
* - removed useless "root" parameter in mkParentC...schinz2003-02-201-7/+4
| | | | | | - removed useless "root" parameter in mkParentContr removed trailing - whitespace
* Ported pattern matcher.Matthias Zenger2003-02-205-13/+9
|
* File needed for pattern matcher.Matthias Zenger2003-02-201-0/+3
|
* File needed for generated pattern matching code.Matthias Zenger2003-02-201-0/+26
|
* Adapted Tuple template to new syntax.Matthias Zenger2003-02-201-4/+4
|
* Initial version of the pattern matcher component.Matthias Zenger2003-02-206-0/+1940
|
* Bug fixes in lambda lifter, test classesMartin Odersky2003-02-197-362/+433
|
* - added GenJVM phaseschinz2003-02-192-4/+4
|
* *** empty log message ***schinz2003-02-192-0/+1549
|
* - Replaced call to isJavaPackageClass by a call...paltherr2003-02-191-2/+2
| | | | | - Replaced call to isJavaPackageClass by a call to isPackage
* - Added scalac/backend/Primitivespaltherr2003-02-192-2/+888
|
* - Added some names for class Primitivespaltherr2003-02-191-0/+30
|
* - Added method isOverloadedpaltherr2003-02-191-0/+14
| | | | | - Added method lookup
* - Added scalac/backend/Primitive.javapaltherr2003-02-191-0/+158
|
* - Added scala/runtime/RunTime.javapaltherr2003-02-191-0/+552
|
* - added phases AddInterfaces and ExpandMixinsschinz2003-02-192-4/+4
|
* - added method nextInfoschinz2003-02-191-0/+9
|
* *** empty log message ***schinz2003-02-198-0/+2047
|
* - Removed Makefile in sources/scalacpaltherr2003-02-171-601/+0
|
* - Ignored files "Tuple*.scala"paltherr2003-02-171-0/+1
|
* - Removed Tuple*.scalapaltherr2003-02-179-216/+0
|
* - Added Tuple.scm and Tuple.tmplpaltherr2003-02-172-0/+73
|
* - re-enabled AddAccessors phaseschinz2003-02-172-4/+4
|
* *** empty log message ***schinz2003-02-172-0/+182
|
* - made Param obsolete, and introduced ValDef as...schinz2003-02-171-0/+10
| | | | | | - made Param obsolete, and introduced ValDef as alias (to reflect the change in Tree.java)
* - restored ExplicitOuterClasses phaseschinz2003-02-172-4/+4
|
* - Added Function.scm and Function.tmplpaltherr2003-02-172-0/+80
|
* - added OUTER_PREFIX used by ExplicitOuterClassesschinz2003-02-171-0/+1
|
* *** empty log message ***schinz2003-02-172-0/+283
|
* - Added .cvsignorepaltherr2003-02-171-0/+1
|
* - imported from old repositoryschinz2003-02-1712-0/+599
|
* New classes Symbol, Labelled, Seq.Martin Odersky2003-02-176-29/+44
|
* Syntax changes for tuples and sequences; symbols.Martin Odersky2003-02-1720-252/+271
|
* *** empty log message ***Martin Odersky2003-02-146-11/+613
|
* Initial version.Martin Odersky2003-02-1422-0/+859
|
* Initial version.Martin Odersky2003-02-1381-0/+23138