[commit: ghc] wip/orf-reboot: First stage of storing usage imports as GREs (860e549)

git at git.haskell.org git at git.haskell.org
Mon Oct 12 06:36:25 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/orf-reboot
Link       : http://ghc.haskell.org/trac/ghc/changeset/860e549ac228b9ea49b93ea98c5257afeb5b1eb6/ghc

>---------------------------------------------------------------

commit 860e549ac228b9ea49b93ea98c5257afeb5b1eb6
Author: Adam Gundry <adam at well-typed.com>
Date:   Tue Jul 28 18:03:13 2015 +0100

    First stage of storing usage imports as GREs


>---------------------------------------------------------------

860e549ac228b9ea49b93ea98c5257afeb5b1eb6
 compiler/rename/RnEnv.hs                           | 53 +++++++---------------
 compiler/rename/RnNames.hs                         | 41 ++++++-----------
 compiler/rename/RnPat.hs                           |  2 +-
 compiler/typecheck/TcCanonical.hs                  |  6 +--
 compiler/typecheck/TcDeriv.hs                      | 12 ++---
 compiler/typecheck/TcRnDriver.hs                   | 13 +-----
 compiler/typecheck/TcRnMonad.hs                    |  7 +--
 compiler/typecheck/TcRnTypes.hs                    |  4 +-
 compiler/typecheck/TcSMonad.hs                     | 10 ++--
 .../should_fail/overloadedrecfldsfail06.hs         | 13 ++++--
 .../should_fail/overloadedrecfldsfail06.stderr     |  9 ++++
 11 files changed, 68 insertions(+), 102 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 860e549ac228b9ea49b93ea98c5257afeb5b1eb6


More information about the ghc-commits mailing list