cvs commit: fptools/ghc/compiler/basicTypes MkId.lhs NameSet.lhs RdrName.lhs VarSet.lhs fptools/ghc/compiler/hsSyn HsCore.lhs HsDecls.lhs fptools/ghc/compiler/main HscTypes.lhs fptools/ghc/compiler/rename Rename.lhs RnBinds.lhs RnEnv.lhs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Wed, 25 Oct 2000 00:09:55 -0700


simonpj     2000/10/25 00:09:54 PDT

  Modified files:
    ghc/compiler/basicTypes MkId.lhs NameSet.lhs RdrName.lhs 
                            VarSet.lhs 
    ghc/compiler/hsSyn   HsCore.lhs HsDecls.lhs 
    ghc/compiler/main    HscTypes.lhs 
    ghc/compiler/rename  Rename.lhs RnBinds.lhs RnEnv.lhs 
                         RnExpr.lhs RnHiFiles.lhs RnHsSyn.lhs 
                         RnIfaces.lhs RnSource.hi-boot 
                         RnSource.lhs 
    ghc/compiler/simplCore SimplCore.lhs 
    ghc/compiler/specialise Rules.lhs 
    ghc/compiler/typecheck TcClassDcl.lhs TcMonoType.lhs 
                           TcRules.lhs 
    ghc/compiler/types   Generics.lhs 
  Log:
  More renamer stuff; still in flight
  
  Revision  Changes    Path
  1.44      +1 -1      fptools/ghc/compiler/basicTypes/MkId.lhs
  1.6       +36 -1     fptools/ghc/compiler/basicTypes/NameSet.lhs
  1.12      +3 -1      fptools/ghc/compiler/basicTypes/RdrName.lhs
  1.10      +6 -6      fptools/ghc/compiler/basicTypes/VarSet.lhs
  1.30      +6 -3      fptools/ghc/compiler/hsSyn/HsCore.lhs
  1.53      +4 -3      fptools/ghc/compiler/hsSyn/HsDecls.lhs
  1.38      +4 -3      fptools/ghc/compiler/main/HscTypes.lhs
  1.109     +99 -355   fptools/ghc/compiler/rename/Rename.lhs
  1.55      +15 -14    fptools/ghc/compiler/rename/RnBinds.lhs
  1.86      +0 -19     fptools/ghc/compiler/rename/RnEnv.lhs
  1.62      +12 -11    fptools/ghc/compiler/rename/RnExpr.lhs
  1.4       +35 -0     fptools/ghc/compiler/rename/RnHiFiles.lhs
  1.40      +111 -0    fptools/ghc/compiler/rename/RnHsSyn.lhs
  1.111     +298 -38   fptools/ghc/compiler/rename/RnIfaces.lhs
  1.7       +7 -7      fptools/ghc/compiler/rename/RnSource.hi-boot
  1.98      +240 -256  fptools/ghc/compiler/rename/RnSource.lhs
  1.72      +1 -1      fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.17      +46 -32    fptools/ghc/compiler/specialise/Rules.lhs
  1.80      +14 -9     fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.65      +3 -2      fptools/ghc/compiler/typecheck/TcMonoType.lhs
  1.14      +2 -5      fptools/ghc/compiler/typecheck/TcRules.lhs
  1.6       +7 -7      fptools/ghc/compiler/types/Generics.lhs