[commit: ghc] wip/ttg-2017-10-13: Bring in Trees that Grow for HsType (6994048)

git at git.haskell.org git at git.haskell.org
Sat Oct 21 14:19:22 UTC 2017


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

On branch  : wip/ttg-2017-10-13
Link       : http://ghc.haskell.org/trac/ghc/changeset/6994048621498a2d36c81f485fc9f35716a370b4/ghc

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

commit 6994048621498a2d36c81f485fc9f35716a370b4
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sat Oct 21 16:18:13 2017 +0200

    Bring in Trees that Grow for HsType
    
    And remove HasDefaultX and MonoidX classes
    
    Updates haddock submodule


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

6994048621498a2d36c81f485fc9f35716a370b4
 compiler/deSugar/Check.hs                          |   4 +-
 compiler/deSugar/DsMeta.hs                         |  54 ++--
 compiler/deSugar/DsUtils.hs                        |  20 +-
 compiler/hsSyn/Convert.hs                          | 100 +++---
 compiler/hsSyn/HsBinds.hs                          |  61 ++--
 compiler/hsSyn/HsDecls.hs                          | 143 ++++-----
 compiler/hsSyn/HsExpr.hs                           | 208 ++++++++-----
 compiler/hsSyn/HsExpr.hs-boot                      |  36 ++-
 compiler/hsSyn/HsExtension.hs                      | 107 ++++---
 compiler/hsSyn/HsLit.hs                            |   4 +-
 compiler/hsSyn/HsPat.hs                            |  28 +-
 compiler/hsSyn/HsPat.hs-boot                       |   6 +-
 compiler/hsSyn/HsSyn.hs                            |   5 +-
 compiler/hsSyn/HsTypes.hs                          | 343 +++++++++++++--------
 compiler/hsSyn/HsUtils.hs                          | 105 ++++---
 compiler/parser/Parser.y                           |  75 ++---
 compiler/parser/RdrHsSyn.hs                        |  58 ++--
 compiler/rename/RnNames.hs                         |  12 +-
 compiler/rename/RnSplice.hs                        |   5 +-
 compiler/rename/RnTypes.hs                         | 223 +++++++-------
 compiler/typecheck/Inst.hs                         |   5 +-
 compiler/typecheck/TcAnnotations.hs                |   3 +-
 compiler/typecheck/TcBinds.hs                      |   5 +-
 compiler/typecheck/TcEnv.hs                        |   6 +-
 compiler/typecheck/TcExpr.hs                       |   5 +-
 compiler/typecheck/TcGenDeriv.hs                   |  13 +-
 compiler/typecheck/TcHsSyn.hs                      |   6 +-
 compiler/typecheck/TcHsType.hs                     |  74 +++--
 compiler/typecheck/TcInstDcls.hs                   |   3 +-
 compiler/typecheck/TcPatSyn.hs                     |   6 +-
 compiler/typecheck/TcRnDriver.hs                   |   1 +
 compiler/typecheck/TcTyClsDecls.hs                 |   8 +-
 .../parser/should_compile/DumpParsedAst.stderr     |  20 ++
 .../parser/should_compile/DumpRenamedAst.stderr    |  47 +++
 .../tests/parser/should_compile/T14189.stderr      |   2 +
 testsuite/tests/quasiquotation/T7918.hs            |   2 +-
 utils/haddock                                      |   2 +-
 37 files changed, 1049 insertions(+), 756 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 6994048621498a2d36c81f485fc9f35716a370b4


More information about the ghc-commits mailing list