[commit: ghc] wip/ttg-next: WIP on TTG for HsBinds (151b14d)
git at git.haskell.org
git at git.haskell.org
Sat Apr 7 09:11:19 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttg-next
Link : http://ghc.haskell.org/trac/ghc/changeset/151b14d4b152daa70f11b3d09ec2307f4c375f01/ghc
>---------------------------------------------------------------
commit 151b14d4b152daa70f11b3d09ec2307f4c375f01
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Wed Apr 4 21:43:25 2018 +0200
WIP on TTG for HsBinds
>---------------------------------------------------------------
151b14d4b152daa70f11b3d09ec2307f4c375f01
compiler/deSugar/Coverage.hs | 10 ++-
compiler/deSugar/DsBinds.hs | 7 +-
compiler/deSugar/DsExpr.hs | 9 +-
compiler/deSugar/DsMeta.hs | 24 +++---
compiler/hsSyn/Convert.hs | 21 ++---
compiler/hsSyn/HsBinds.hs | 171 ++++++++++++++++++++++++++-----------
compiler/hsSyn/HsExtension.hs | 112 ++++++++++++++++++++++--
compiler/hsSyn/HsUtils.hs | 16 ++--
compiler/parser/Parser.y | 38 ++++-----
compiler/parser/RdrHsSyn.hs | 4 +-
compiler/rename/RnBinds.hs | 104 ++++++++++++----------
compiler/rename/RnExpr.hs | 6 +-
compiler/rename/RnNames.hs | 2 +-
compiler/rename/RnSource.hs | 6 +-
compiler/typecheck/TcBinds.hs | 33 +++----
compiler/typecheck/TcClassDcl.hs | 15 ++--
compiler/typecheck/TcEnv.hs | 4 +-
compiler/typecheck/TcGenDeriv.hs | 10 +--
compiler/typecheck/TcHsSyn.hs | 31 ++++---
compiler/typecheck/TcInstDcls.hs | 16 ++--
compiler/typecheck/TcPatSyn.hs | 3 +
compiler/typecheck/TcSigs.hs | 25 +++---
compiler/typecheck/TcTyClsDecls.hs | 4 +-
compiler/typecheck/TcTyDecls.hs | 2 +-
24 files changed, 443 insertions(+), 230 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 151b14d4b152daa70f11b3d09ec2307f4c375f01
More information about the ghc-commits
mailing list