[commit: ghc] wip/revert-ttg-2017-11-20: Revert "TTG3 Combined Step 1 and 3 for Trees That Grow" (913e7f2)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 20:55:14 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: Add sample Stack setup to the hacking guide. (f8764c7)
- 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: Fix Markdown formatting of README file. (e6fd9fc)
- 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/913e7f2096509173af65be22e2bdf3623be4872c/ghc
>---------------------------------------------------------------
commit 913e7f2096509173af65be22e2bdf3623be4872c
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Nov 20 21:47:30 2017 +0200
Revert "TTG3 Combined Step 1 and 3 for Trees That Grow"
This reverts commit 47ad6578ea460999b53eb4293c3a3b3017a56d65.
>---------------------------------------------------------------
913e7f2096509173af65be22e2bdf3623be4872c
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 | 233 +++++++----------------
compiler/hsSyn/HsExtension.hs | 129 +------------
compiler/hsSyn/HsPat.hs | 2 +-
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 | 8 +-
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 | 5 +-
34 files changed, 423 insertions(+), 640 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 913e7f2096509173af65be22e2bdf3623be4872c
- 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: Add sample Stack setup to the hacking guide. (f8764c7)
- 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: Fix Markdown formatting of README file. (e6fd9fc)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list