summaryrefslogtreecommitdiff
path: root/sources/scalac/checkers
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-182-679/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* CVS ignore files no longer are necessary.Gilles Dubochet2005-12-141-1/+0
|
* - Removed old checkerspaltherr2004-12-033-166/+0
|
* - handle static members correctlyschinz2004-10-141-1/+1
|
* - Fixed assert msgpaltherr2004-09-031-1/+1
|
* *** empty log message ***Martin Odersky2004-09-021-1/+2
|
* *** empty log message ***Martin Odersky2004-07-011-6/+6
|
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-3/+3
| | | | | | - Changed _TYPE methods in Definitions for primitive value and array types
* - Added a check if every symbol should be in it...mihaylov2004-05-311-0/+20
| | | | | - Added a check if every symbol should be in its parent's scope
* - Added Tree.Createpaltherr2004-04-061-8/+15
|
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-4/+3
|
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
| | | | | | - Moved Position and SourceFile from ch.epfl.lamp.util to scala.tools.util
* - Fixed ATree generator and Tree checker for ne...paltherr2004-03-101-3/+4
| | | | | | - Fixed ATree generator and Tree checker for new use of Idents with static syms
* - Generalized the use of static types/trees in ...paltherr2004-03-061-2/+3
| | | | | | | - Generalized the use of static types/trees in static contextes. Now all this-types should refer to an enclosing class and all Tree.Select should refer a non-static class member.
* - Removed alias scala.Stringpaltherr2004-03-061-1/+1
| | | | | | | - Renamed in Definitions: OBJECT_CLASS into SCALAOBJECT_CLASS - Renamed in Definitions: JAVA_<X> into <X> Renamed in Definitions: - ANYREF_SYNCHRONIZED into OBJECT_SYNCHRONIZED
* - Removed CheckOwnerspaltherr2004-03-021-165/+0
|
* - Removed CheckNamespaltherr2004-03-021-47/+0
|
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-4/+3
| | | | | - Changed Tree.Block(Tree[]) to Tree.Block(Tree[],Tree)
* - Removed top-level ValDefs (modules)paltherr2004-02-011-8/+0
|
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-011-5/+0
|
* - Generalized use of AConstant to represent con...paltherr2004-02-011-12/+1
| | | | | - Generalized use of AConstant to represent constant values
* - Fixed method namepaltherr2004-01-071-1/+1
|
* - Renamed methods type into conforms, removed r...paltherr2004-01-061-22/+24
| | | | | | - Renamed methods type into conforms, removed returned boolean moved - method containSymbols, removed returned boolean
* - uncommented assertion which checks the symbol...schinz2003-12-161-1/+1
| | | | | - uncommented assertion which checks the symbol of RETURN nodes
* - Enabled some checkspaltherr2003-12-161-3/+2
|
* - Fixed case Newpaltherr2003-12-121-15/+11
| | | | | | - Enabled test of expressions - Disabled some tests that currently still fail (because of bugs in compiler)
* - Implemented method expressionpaltherr2003-12-121-2/+120
|
* - Fixed methods location and selectionpaltherr2003-12-121-13/+8
|
* - Fixed show methodspaltherr2003-12-121-6/+5
|
* - Added method tapply, vapply, functionpaltherr2003-12-121-0/+51
|
* - Added method typepaltherr2003-12-121-0/+23
|
* - Added method location and selectionpaltherr2003-12-121-0/+46
|
* - Added missing calls to method expressionpaltherr2003-12-121-0/+2
|
* - Added method statement and stub method expres...paltherr2003-12-121-0/+34
| | | | | - Added method statement and stub method expression
* - Added WARNING in class descriptionpaltherr2003-12-111-1/+2
|
* - Enabled isParameter assertionpaltherr2003-12-111-1/+1
|
* - Removed used of Global.debugPrinterpaltherr2003-12-111-1/+1
|
* - Added some checks on templates and memberspaltherr2003-12-101-3/+119
|
* - Added context and scope managementpaltherr2003-12-101-0/+228
|
* - Added logopaltherr2003-12-091-0/+8
|
* - Added class TreeCheckerpaltherr2003-12-091-0/+35
|
* - rewrote the phase creation processpaltherr2003-08-181-1/+2
| | | | | - replace PhaseRepository by CompilerPhases
* *** empty log message ***Martin Odersky2003-08-141-5/+12
|
* *** empty log message ***Martin Odersky2003-07-312-7/+7
|
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-2/+0
| | | | | - Repolaced Tree argument of This and Super nodes by a Name argument
* - renamed son of Super from "tpe" to "qualifier"schinz2003-07-231-2/+2
|
* - use definesSymbol to find nodes which define ...schinz2003-05-091-11/+1
| | | | | - use definesSymbol to find nodes which define symbols
* *** empty log message ***Martin Odersky2003-04-301-3/+4
|
* - Added an import for Symbolpaltherr2003-04-241-0/+1
|
* - Added constant instancepaltherr2003-04-161-0/+10
| | | | | - Added method checkNode