[commit: ghc] wip/ttg-next: Restore TTG Path 3 (4365f6d)

git at git.haskell.org git at git.haskell.org
Mon Apr 2 15:28:42 UTC 2018


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

On branch  : wip/ttg-next
Link       : http://ghc.haskell.org/trac/ghc/changeset/4365f6dfbafcb0e1b6f824f77c418027b7f3b1b7/ghc

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

commit 4365f6dfbafcb0e1b6f824f77c418027b7f3b1b7
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon Apr 2 10:33:49 2018 +0200

    Restore TTG Path 3
    
    Originally 47ad6578ea460999b53eb4293c3a3b3017a56d65


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

4365f6dfbafcb0e1b6f824f77c418027b7f3b1b7
 compiler/deSugar/Coverage.hs                     |  59 +++---
 compiler/deSugar/DsArrows.hs                     |  33 ++--
 compiler/deSugar/DsExpr.hs                       |   3 +-
 compiler/deSugar/DsListComp.hs                   |  20 +-
 compiler/deSugar/DsMeta.hs                       |  33 ++--
 compiler/deSugar/Match.hs                        |   4 +-
 compiler/deSugar/PmExpr.hs                       |   2 +-
 compiler/hsSyn/Convert.hs                        |  17 +-
 compiler/hsSyn/HsBinds.hs                        |  36 +---
 compiler/hsSyn/HsDecls.hs                        |   6 +-
 compiler/hsSyn/HsExpr.hs                         | 231 ++++++++++++++++-------
 compiler/hsSyn/HsExtension.hs                    | 129 ++++++++++++-
 compiler/hsSyn/HsPat.hs                          |   1 -
 compiler/hsSyn/HsTypes.hs                        |  14 +-
 compiler/hsSyn/HsUtils.hs                        |  46 ++---
 compiler/hsSyn/PlaceHolder.hs                    |  10 +-
 compiler/parser/Parser.y                         |  34 ++--
 compiler/parser/RdrHsSyn.hs                      |  30 +--
 compiler/rename/RnExpr.hs                        |  85 +++++----
 compiler/rename/RnPat.hs                         |   6 +-
 compiler/rename/RnSplice.hs                      |  67 ++++---
 compiler/rename/RnTypes.hs                       |  15 +-
 compiler/typecheck/TcArrows.hs                   |  53 +++---
 compiler/typecheck/TcExpr.hs                     |   7 +-
 compiler/typecheck/TcHsSyn.hs                    |  61 +++---
 compiler/typecheck/TcHsType.hs                   |   4 +-
 compiler/typecheck/TcMatches.hs                  |  11 +-
 compiler/typecheck/TcPat.hs                      |   2 +-
 compiler/typecheck/TcPatSyn.hs                   |   6 +-
 compiler/typecheck/TcRnDriver.hs                 |   2 +-
 compiler/typecheck/TcSplice.hs                   |  20 +-
 compiler/typecheck/TcTyDecls.hs                  |   2 +-
 testsuite/tests/ghc-api/annotations/parseTree.hs |   4 +-
 testsuite/tests/perf/haddock/all.T               |   3 +-
 34 files changed, 635 insertions(+), 421 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 4365f6dfbafcb0e1b6f824f77c418027b7f3b1b7


More information about the ghc-commits mailing list