[commit: ghc] wip/restore-ttg: Restore TTG patch #2 (4e038c9)

git at git.haskell.org git at git.haskell.org
Sun Apr 8 15:09:18 UTC 2018


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

On branch  : wip/restore-ttg
Link       : http://ghc.haskell.org/trac/ghc/changeset/4e038c9aac531ffb2c17b9178137612c0a846af6/ghc

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

commit 4e038c9aac531ffb2c17b9178137612c0a846af6
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon Apr 2 08:34:24 2018 +0200

    Restore TTG patch #2
    
    This was originally e3ec2e7ae94524ebd111963faf34b84d942265b4


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

4e038c9aac531ffb2c17b9178137612c0a846af6
 compiler/deSugar/Check.hs                          |   8 +-
 compiler/deSugar/Coverage.hs                       | 147 ++++---
 compiler/deSugar/DsArrows.hs                       |  17 +-
 compiler/deSugar/DsExpr.hs                         | 114 ++---
 compiler/deSugar/DsGRHSs.hs                        |  15 +-
 compiler/deSugar/DsMeta.hs                         |  51 ++-
 compiler/deSugar/Match.hs                          |  32 +-
 compiler/deSugar/MatchLit.hs                       |   8 +-
 compiler/deSugar/PmExpr.hs                         |  37 +-
 compiler/hsSyn/Convert.hs                          |  76 ++--
 compiler/hsSyn/HsExpr.hs                           | 471 +++++++++++++--------
 compiler/hsSyn/HsExtension.hs                      | 119 ++++++
 compiler/hsSyn/HsPat.hs                            |  10 -
 compiler/hsSyn/HsUtils.hs                          | 115 ++---
 compiler/hsSyn/PlaceHolder.hs                      |   6 -
 compiler/main/InteractiveEval.hs                   |   2 +-
 compiler/parser/Parser.y                           | 145 ++++---
 compiler/parser/RdrHsSyn.hs                        | 131 +++---
 compiler/rename/RnEnv.hs                           |   4 +-
 compiler/rename/RnExpr.hs                          | 196 ++++-----
 compiler/rename/RnPat.hs                           |   6 +-
 compiler/rename/RnSource.hs                        |  15 +-
 compiler/rename/RnSplice.hs                        |  18 +-
 compiler/rename/RnTypes.hs                         |  41 +-
 compiler/typecheck/Inst.hs                         |   6 +-
 compiler/typecheck/TcBinds.hs                      |   4 +-
 compiler/typecheck/TcExpr.hs                       | 205 ++++-----
 compiler/typecheck/TcGenDeriv.hs                   |  10 +-
 compiler/typecheck/TcHsSyn.hs                      | 146 +++----
 compiler/typecheck/TcInstDcls.hs                   |  18 +-
 compiler/typecheck/TcMatches.hs                    |  10 +-
 compiler/typecheck/TcPatSyn.hs                     |  32 +-
 compiler/typecheck/TcRnDriver.hs                   |   9 +-
 compiler/typecheck/TcRnTypes.hs                    |  91 ++--
 compiler/typecheck/TcSplice.hs                     |   9 +-
 compiler/typecheck/TcTyDecls.hs                    |   6 +-
 ghc/GHCi/UI.hs                                     |   4 +-
 ghc/GHCi/UI/Info.hs                                |   8 +-
 testsuite/tests/ghc-api/annotations/parseTree.hs   |   6 +-
 .../tests/ghc-api/annotations/stringSource.hs      |   6 +-
 testsuite/tests/ghc-api/annotations/t11430.hs      |   2 +-
 .../parser/should_compile/DumpParsedAst.stderr     |   3 +
 .../parser/should_compile/DumpRenamedAst.stderr    |   3 +
 .../should_compile/DumpTypecheckedAst.stderr       |  73 ++++
 testsuite/tests/perf/haddock/all.T                 |   1 +
 testsuite/tests/quasiquotation/T7918.hs            |   2 +-
 46 files changed, 1395 insertions(+), 1043 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 4e038c9aac531ffb2c17b9178137612c0a846af6


More information about the ghc-commits mailing list