summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-10-3013-80/+380
|
* Typed patterns x:T and variable patterns x are ...buraq2003-10-301-4/+6
| | | | | | | | Typed patterns x:T and variable patterns x are desugarized to x@ _ : T resp x @ _. thus some cases here become unnecessary
* added handling of Typed nodes to isSequenceValuedburaq2003-10-301-3/+3
|
* desugarizing of x:Typed in patternsburaq2003-10-302-27/+62
|
* - Normalized member names of class Definitionpaltherr2003-10-3018-425/+433
| | | | | - Cleaned code of Definition
* removed tabs!buraq2003-10-301-1198/+1198
|
* fixed bugs and cleaned up code in AlgMatcher th...buraq2003-10-304-281/+12
| | | | | | fixed bugs and cleaned up code in AlgMatcher that was duplicated of Pattern Matcher
* the curse of static variables...buraq2003-10-301-0/+1
|
* - Removed ROOT_TYPEpaltherr2003-10-291-3/+0
|
* - Removed fields JAVA*, JAVALANG*, SCALA* and S...paltherr2003-10-291-51/+1
| | | | | - Removed fields JAVA*, JAVALANG*, SCALA* and SCALARUNTIME*
* - Simplified import tree generationpaltherr2003-10-292-53/+12
|
* - Added STABLE flag to companion modulespaltherr2003-10-291-1/+1
|
* - Simplified computation of list typepaltherr2003-10-291-4/+1
|
* - Added methods Importpaltherr2003-10-291-0/+24
| | | | | - Added methods mkImportAll
* - Removed method _scalapaltherr2003-10-291-5/+0
|
* - Removed field RUNTIME_TYPEpaltherr2003-10-291-3/+0
|
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-2914-100/+91
| | | | | - In Definitions, replaced primitive _TYPE fields by methods
* - bug fix: clear FINAL flag for interfaces and ...schinz2003-10-291-0/+2
| | | | | - bug fix: clear FINAL flag for interfaces and their members
* fixed bug in patterns()buraq2003-10-292-6/+15
|
* added the clear() methodburaq2003-10-291-2/+6
|
* fixed bug in isSequenceValuedburaq2003-10-291-1/+3
|
* fixed bug196 with a wild hackburaq2003-10-291-21/+39
|
* fixed bug196 with a wild hackburaq2003-10-291-4/+20
|
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-2914-148/+159
| | | | | - Replaced most of the Definition <...>_TYPE fields by methods
* indentationburaq2003-10-291-1/+1
|
* - Added method printValueParams & printTypeParamspaltherr2003-10-291-20/+27
|
* cleanupburaq2003-10-281-10/+7
|
* fixed hashing (hasing TypeTerms now using Type....buraq2003-10-281-3/+4
| | | | | fixed hashing (hasing TypeTerms now using Type.hashCode)
* no changeburaq2003-10-281-1/+1
|
* uncurry should also add Sequence nodes for Alte...buraq2003-10-281-1/+3
| | | | | | uncurry should also add Sequence nodes for Alternative patterns that are sequence valued.
* fixed too restrictive assertion for type-checki...buraq2003-10-281-25/+4
| | | | | fixed too restrictive assertion for type-checking patterns
* - Changed rewrite schema => regenerate whole treepaltherr2003-10-281-0/+143
|
* - Removed hack in Ident and Selectpaltherr2003-10-281-8/+2
|
* - Added method memberStabilizedTypepaltherr2003-10-281-0/+8
|
* cleanupburaq2003-10-283-839/+837
|
* - Renamed defavlt into otherwisepaltherr2003-10-281-5/+21
| | | | | - Added Switch without type
* - Fixed rawFirstInfoStartPhasepaltherr2003-10-281-1/+2
|
* merging large parts of Algebraic Matcher with P...buraq2003-10-281-12/+41
| | | | | merging large parts of Algebraic Matcher with Pattern Matcher
* merging large parts with Pattern Matcherburaq2003-10-281-43/+16
|
* - Added method singleTypeMethodpaltherr2003-10-281-0/+21
|
* - Added phase changespaltherr2003-10-283-1/+10
|
* - Cleanedpaltherr2003-10-271-178/+116
|
* - bug fix: "new" should now be translated corre...schinz2003-10-271-10/+2
| | | | | | - bug fix: "new" should now be translated correctly even for classes which have an explicit type given
* *** empty log message ***Martin Odersky2003-10-274-11/+20
|
* - Fixedpaltherr2003-10-271-12/+5
|
* - Replaced body of isSubType by a call to Type....paltherr2003-10-271-29/+7
| | | | | - Replaced body of isSubType by a call to Type.isSubType
* - Fixed computation of type of New nodespaltherr2003-10-271-3/+5
| | | | | - Added generation of type of this in ClassDef
* - Fixed erasure of AnyVal subclassespaltherr2003-10-271-0/+1
|
* - Added removal of types of thispaltherr2003-10-271-0/+4
|
* - Expresssed TypeSymbol.type() in terms of prim...paltherr2003-10-271-15/+3
| | | | | | | - Expresssed TypeSymbol.type() in terms of primaryConstructor().type() - Fixed return type of AbsTypeSymbol primary constructors Added - possibility to remove this types