[commit: ghc] wip/restore-ttg: Restore TTG 1 (2f9766b)

git at git.haskell.org git at git.haskell.org
Sun Apr 1 21:45:06 UTC 2018


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

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

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

commit 2f9766b1a757d66bec6a849a4e4079b81fec3908
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sun Apr 1 21:33:53 2018 +0200

    Restore TTG 1
    
    First commit restored


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

2f9766b1a757d66bec6a849a4e4079b81fec3908
 compiler/deSugar/Check.hs                          |  53 +--
 compiler/deSugar/Coverage.hs                       |   8 +-
 compiler/deSugar/DsArrows.hs                       |  30 +-
 compiler/deSugar/DsExpr.hs                         |   7 +-
 compiler/deSugar/DsMeta.hs                         | 112 +++---
 compiler/deSugar/DsUtils.hs                        |  63 ++--
 compiler/deSugar/Match.hs                          |  71 ++--
 compiler/deSugar/MatchLit.hs                       |  27 +-
 compiler/hsSyn/Convert.hs                          | 163 +++++----
 compiler/hsSyn/HsBinds.hs                          | 105 ++++--
 compiler/hsSyn/HsDecls.hs                          |  59 +--
 compiler/hsSyn/HsExpr.hs                           |  34 +-
 compiler/hsSyn/HsExpr.hs-boot                      |  14 +-
 compiler/hsSyn/HsExtension.hs                      | 273 +++++++++++---
 compiler/hsSyn/HsLit.hs                            |  64 +++-
 compiler/hsSyn/HsPat.hs                            | 294 +++++++++------
 compiler/hsSyn/HsPat.hs-boot                       |   4 +-
 compiler/hsSyn/HsSyn.hs                            |   2 +-
 compiler/hsSyn/HsTypes.hs                          | 402 ++++++++++++++-------
 compiler/hsSyn/HsUtils.hs                          | 223 ++++++------
 compiler/hsSyn/PlaceHolder.hs                      |   9 +-
 compiler/main/HscStats.hs                          |   2 +-
 compiler/main/InteractiveEval.hs                   |   3 +-
 compiler/parser/Parser.y                           | 100 ++---
 compiler/parser/RdrHsSyn.hs                        | 130 +++----
 compiler/rename/RnBinds.hs                         |  14 +-
 compiler/rename/RnExpr.hs                          |  46 ++-
 compiler/rename/RnFixity.hs                        |   5 +-
 compiler/rename/RnNames.hs                         |   8 +-
 compiler/rename/RnPat.hs                           |  93 ++---
 compiler/rename/RnSource.hs                        |  14 +-
 compiler/rename/RnSplice.hs                        |  16 +-
 compiler/rename/RnSplice.hs-boot                   |   4 +-
 compiler/rename/RnTypes.hs                         | 283 ++++++++-------
 compiler/typecheck/Inst.hs                         |  16 +-
 compiler/typecheck/TcBinds.hs                      |  10 +-
 compiler/typecheck/TcDeriv.hs                      |   3 +-
 compiler/typecheck/TcExpr.hs                       |  43 ++-
 compiler/typecheck/TcGenDeriv.hs                   |  15 +-
 compiler/typecheck/TcGenFunctor.hs                 |   1 +
 compiler/typecheck/TcHsSyn.hs                      | 130 +++----
 compiler/typecheck/TcHsType.hs                     |  81 +++--
 compiler/typecheck/TcInstDcls.hs                   |   3 +-
 compiler/typecheck/TcPat.hs                        |  81 +++--
 compiler/typecheck/TcPatSyn.hs                     |  86 ++---
 compiler/typecheck/TcRnDriver.hs                   |  30 +-
 compiler/typecheck/TcTyClsDecls.hs                 |  12 +-
 compiler/typecheck/TcTyDecls.hs                    |   7 +-
 ghc/GHCi/UI/Info.hs                                |   4 +-
 .../parser/should_compile/DumpParsedAst.stderr     |  25 +-
 .../parser/should_compile/DumpRenamedAst.stderr    | 138 ++++---
 .../tests/parser/should_compile/T14189.stderr      |  13 +-
 testsuite/tests/perf/haddock/all.T                 |   1 +
 testsuite/tests/quasiquotation/T7918.hs            |   4 +-
 utils/ghctags/Main.hs                              |  25 +-
 utils/haddock                                      |   2 +-
 56 files changed, 2075 insertions(+), 1390 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 2f9766b1a757d66bec6a849a4e4079b81fec3908


More information about the ghc-commits mailing list