[commit: ghc] wip/revert-ttg-2017-11-20: Revert "WIP on combined Step 1 and 3 for Trees That Grow, HsExpr" (97276ef)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 20:55:17 UTC 2017
- Previous message: [commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, issue-303, issue-475, master, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11080-open-data-kinds, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Fix Markdown formatting of README file. (e6fd9fc)
- Next message: [commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, issue-303, issue-475, master, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11080-open-data-kinds, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Setup Haddock executable path in Travis configuration. (27ffb2c)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/revert-ttg-2017-11-20
Link : http://ghc.haskell.org/trac/ghc/changeset/97276efb172296d3675817a0cc4b3453d2bd9578/ghc
>---------------------------------------------------------------
commit 97276efb172296d3675817a0cc4b3453d2bd9578
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Nov 20 21:48:11 2017 +0200
Revert "WIP on combined Step 1 and 3 for Trees That Grow, HsExpr"
This reverts commit e3ec2e7ae94524ebd111963faf34b84d942265b4.
>---------------------------------------------------------------
97276efb172296d3675817a0cc4b3453d2bd9578
compiler/deSugar/Check.hs | 8 +-
compiler/deSugar/Coverage.hs | 151 +++----
compiler/deSugar/DsArrows.hs | 17 +-
compiler/deSugar/DsExpr.hs | 112 +++--
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 | 78 ++--
compiler/hsSyn/HsExpr.hs | 480 ++++++++-------------
compiler/hsSyn/HsExtension.hs | 122 +-----
compiler/hsSyn/HsPat.hs | 10 +
compiler/hsSyn/HsUtils.hs | 174 ++++----
compiler/hsSyn/PlaceHolder.hs | 6 +
compiler/main/InteractiveEval.hs | 2 +-
compiler/parser/Parser.y | 147 +++----
compiler/parser/RdrHsSyn.hs | 133 +++---
compiler/rename/RnEnv.hs | 4 +-
compiler/rename/RnExpr.hs | 200 ++++-----
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 | 19 +-
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 | 3 +-
testsuite/tests/quasiquotation/T7918.hs | 2 +-
46 files changed, 1081 insertions(+), 1451 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 97276efb172296d3675817a0cc4b3453d2bd9578
- Previous message: [commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, issue-303, issue-475, master, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11080-open-data-kinds, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Fix Markdown formatting of README file. (e6fd9fc)
- Next message: [commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, issue-303, issue-475, master, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11080-open-data-kinds, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Setup Haddock executable path in Travis configuration. (27ffb2c)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list