summaryrefslogtreecommitdiff
path: root/sources/scalac/typechecker
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-182-55/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* - removed unused imports.michelou2005-07-271-2/+2
|
* - Introduced new compilation looppaltherr2005-01-031-2/+0
|
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-2/+0
| | | | | | | - Removed method Transformer.apply(CompilationUnit[] - Added method ) Phase.apply(CompilationUnit - Adapted most phases to implement method ) Phase.apply(CompilationUnit instead of Phase.apply(CompilationUnit[] )
* - Removed field units in class Globalpaltherr2004-12-031-0/+2
|
* - Removed old files rewritten to scalapaltherr2004-12-031-42/+0
|
* - RefCheck.java has been rewritten in Scalaschinz2004-08-121-1150/+0
|
* - changed iterator(true) to iterator().michelou2004-07-081-2/+2
|
* *** empty log message ***Martin Odersky2004-07-061-5/+3
|
* *** empty log message ***Martin Odersky2004-07-021-1/+3
|
* *** empty log message ***Martin Odersky2004-07-013-8/+8
|
* *** empty log message ***Martin Odersky2004-06-291-2/+2
|
* [MSIL] In the auto-generated hashCode for case ...mihaylov2004-06-231-2/+4
| | | | | | [MSIL] In the auto-generated hashCode for case classes use System.Object.GetType, rather than java.lang.Object.getClass
* *** empty log message ***Martin Odersky2004-06-032-7/+10
|
* - Removed ConstantFolder.java (replaced by scal...paltherr2004-06-021-363/+0
| | | | | - Removed ConstantFolder.java (replaced by scala version)
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-022-16/+16
| | | | | | - Changed _TYPE methods in Definitions for primitive value and array types
* name change select... to case...buraq2004-05-241-11/+15
|
* fixedburaq2004-05-191-2/+2
|
* fixed bugburaq2004-05-191-3/+3
|
* undid changes, seems to give problems in bootst...buraq2004-05-181-2/+3
| | | | | undid changes, seems to give problems in bootstrapping
* case classes implement trait scala.CaseClassburaq2004-05-181-2/+39
|
* *** empty log message ***Martin Odersky2004-05-132-1/+9
|
* *** empty log message ***Martin Odersky2004-04-161-5/+21
|
* *** empty log message ***Martin Odersky2004-04-151-1/+1
|
* *** empty log message ***Martin Odersky2004-04-081-26/+35
|
* *** empty log message ***Martin Odersky2004-04-061-13/+26
|
* - Added method Type.isErrorpaltherr2004-04-041-2/+2
|
* - Removed Tree.isMissingpaltherr2004-04-041-1/+4
|
* - Simplified method lateEnter in Analyzer and A...paltherr2004-03-211-1/+1
| | | | | | | - Simplified method lateEnter in Analyzer and AnalyzerPhase Added - Global.compileLate Changed SourceCompleter and Analyer to use it - Removed mixinOnly from SourceCompleter
* - Removed method Name.appendpaltherr2004-03-181-1/+1
|
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-181-4/+5
| | | | | | - Added factory method Symbol.newAnonymousClass - Removed methods startsWith and endsWith from class Name
* - Added factory methods for term symbol in clas...paltherr2004-03-181-18/+15
| | | | | | - Added factory methods for term symbol in class Symbol Made subclasses - of Symbol private (except for ClassSymbol)
* - Removed alias scala.Stringpaltherr2004-03-062-5/+5
| | | | | | | - Renamed in Definitions: OBJECT_CLASS into SCALAOBJECT_CLASS - Renamed in Definitions: JAVA_<X> into <X> Renamed in Definitions: - ANYREF_SYNCHRONIZED into OBJECT_SYNCHRONIZED
* - Replaced isGlobalModule by isModule && isStaticpaltherr2004-03-062-2/+2
|
* - Added Type.NoPrefixpaltherr2004-03-041-1/+2
| | | | | - Replaced ThisType(NONE) by NoPrefix
* - Removed CheckOwnerspaltherr2004-03-021-1/+0
|
* - Removed CheckNamespaltherr2004-03-021-1/+0
|
* - Changed return type of NameTransformer.decode...paltherr2004-02-271-2/+2
| | | | | - Changed return type of NameTransformer.decode to String (was Name)
* - Reorganized phase creation so that types are ...paltherr2004-02-261-0/+6
| | | | | | - Reorganized phase creation so that types are not created before Analyzer
* - Removed java version of files translated to s...paltherr2004-02-197-4617/+13
| | | | | - Removed java version of files translated to scala
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-124-34/+27
| | | | | - Changed Tree.Block(Tree[]) to Tree.Block(Tree[],Tree)
* - Introduced local and global refspaltherr2004-02-012-24/+12
| | | | | | - Fixed related bugs in ExplicitOuter - Replaced TreeGen.mkPrimaryConstr by TreeGen.mkPrimaryConstructorRef methods
* - Removed top-level ValDefs (modules)paltherr2004-02-011-4/+2
|
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-011-2/+2
|
* - Generalized use of AConstant to represent con...paltherr2004-02-012-333/+350
| | | | | - Generalized use of AConstant to represent constant values
* - Added automatic rebinding and unaliasing in T...paltherr2004-01-261-6/+3
| | | | | - Added automatic rebinding and unaliasing in TypeRef creation
* - Fixed bugs in Scaladoc.cremet2004-01-191-1/+2
| | | | | - Added XHTML validation of documentation comments.
* Improved an error message for abstract override...mihaylov2004-01-191-1/+1
| | | | | | Improved an error message for abstract override members that do not override a member in the superclass
* *** empty log message ***Martin Odersky2004-01-091-13/+22
|
* - Added correct owner to non-class compound typespaltherr2004-01-071-5/+5
|