[commit: ghc] wip/th-new: Track TH stage in the renamer. (328ce6b)
git at git.haskell.org
git at git.haskell.org
Mon Sep 23 07:36:09 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/th-new
Link : http://ghc.haskell.org/trac/ghc/changeset/328ce6b385c6093547a459fdeaf4708a0e0813b7/ghc
>---------------------------------------------------------------
commit 328ce6b385c6093547a459fdeaf4708a0e0813b7
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Wed May 1 17:45:22 2013 +0100
Track TH stage in the renamer.
>---------------------------------------------------------------
328ce6b385c6093547a459fdeaf4708a0e0813b7
compiler/basicTypes/RdrName.lhs | 48 +++--
compiler/deSugar/DsExpr.lhs | 1 +
compiler/deSugar/DsMeta.hs | 2 +-
compiler/hsSyn/HsExpr.lhs | 71 ++++++-
compiler/rename/RnEnv.lhs | 13 +-
compiler/rename/RnExpr.lhs | 9 +-
compiler/rename/RnSplice.lhs | 381 +++++++++++++++++++++++++---------
compiler/typecheck/TcEnv.lhs | 34 +--
compiler/typecheck/TcExpr.lhs | 8 +-
compiler/typecheck/TcHsSyn.lhs | 17 +-
compiler/typecheck/TcSplice.lhs | 251 ++++++++++------------
compiler/typecheck/TcSplice.lhs-boot | 11 +-
12 files changed, 558 insertions(+), 288 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 328ce6b385c6093547a459fdeaf4708a0e0813b7
More information about the ghc-commits
mailing list