[commit: ghc] wip/revert-ttg-2017-11-20: Revert "WIP on Doing a combined Step 1 and 3 for Trees That Grow" (9e8fbe4)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 20:55:20 UTC 2017
- Previous message: [commit: haddock] 2.17.3.1-spanfix, T9858, 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, mpickering/import, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11017, wip/T11019, wip/T11028, wip/T11028-2, wip/T11028-3, wip/T11080-open-data-kinds, wip/T11258, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/import2, wip/new-tree-one-param, wip/orf-reboot, wip/rae, wip/rae-nokinds, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/spj-wildcard-refactor, wip/spj-wildcard-refactor2, 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: account for changes to ipClass (29c9681)
- Next message: [commit: haddock] 2.17.3.1-spanfix, T9858, 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, mpickering/import, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11017, wip/T11019, wip/T11028, wip/T11028-2, wip/T11028-3, wip/T11080-open-data-kinds, wip/T11258, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/import2, wip/new-tree-one-param, wip/orf-reboot, wip/rae, wip/rae-nokinds, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/spj-wildcard-refactor, wip/spj-wildcard-refactor2, 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: Merge pull request #443 from bgamari/ghc-head (7570ed8)
- 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/9e8fbe4978f32f32bf1e897b6a8857f5cf747ac4/ghc
>---------------------------------------------------------------
commit 9e8fbe4978f32f32bf1e897b6a8857f5cf747ac4
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Nov 20 21:48:50 2017 +0200
Revert "WIP on Doing a combined Step 1 and 3 for Trees That Grow"
This reverts commit 438dd1cbba13d35f3452b4dcef3f94ce9a216905.
>---------------------------------------------------------------
9e8fbe4978f32f32bf1e897b6a8857f5cf747ac4
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 | 167 +++----
compiler/hsSyn/HsDecls.hs | 200 +++++----
compiler/hsSyn/HsExpr.hs | 248 +++++------
compiler/hsSyn/HsExpr.hs-boot | 48 +--
compiler/hsSyn/HsExtension.hs | 330 ++++----------
compiler/hsSyn/HsLit.hs | 71 +--
compiler/hsSyn/HsPat.hs | 300 +++++--------
compiler/hsSyn/HsPat.hs-boot | 8 +-
compiler/hsSyn/HsSyn.hs | 7 +-
compiler/hsSyn/HsTypes.hs | 478 ++++++++-------------
compiler/hsSyn/HsUtils.hs | 227 +++++-----
compiler/hsSyn/PlaceHolder.hs | 9 +-
compiler/main/HscStats.hs | 2 +-
compiler/main/InteractiveEval.hs | 3 +-
compiler/parser/Parser.y | 99 +++--
compiler/parser/RdrHsSyn.hs | 103 +++--
compiler/rename/RnBinds.hs | 14 +-
compiler/rename/RnExpr.hs | 46 +-
compiler/rename/RnFixity.hs | 5 +-
compiler/rename/RnNames.hs | 20 +-
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/TcAnnotations.hs | 3 +-
compiler/typecheck/TcBinds.hs | 15 +-
compiler/typecheck/TcDeriv.hs | 2 +-
compiler/typecheck/TcEnv.hs | 6 +-
compiler/typecheck/TcExpr.hs | 43 +-
compiler/typecheck/TcGenDeriv.hs | 15 +-
compiler/typecheck/TcGenFunctor.hs | 1 -
compiler/typecheck/TcHsSyn.hs | 130 +++---
compiler/typecheck/TcHsType.hs | 79 ++--
compiler/typecheck/TcInstDcls.hs | 3 +-
compiler/typecheck/TcPat.hs | 81 ++--
compiler/typecheck/TcPatSyn.hs | 130 +++---
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 | 33 +-
.../parser/should_compile/DumpRenamedAst.stderr | 139 ++----
.../tests/parser/should_compile/T14189.stderr | 13 +-
testsuite/tests/perf/haddock/all.T | 3 +-
testsuite/tests/quasiquotation/T7918.hs | 4 +-
utils/ghctags/Main.hs | 25 +-
57 files changed, 1691 insertions(+), 2432 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 9e8fbe4978f32f32bf1e897b6a8857f5cf747ac4
- Previous message: [commit: haddock] 2.17.3.1-spanfix, T9858, 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, mpickering/import, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11017, wip/T11019, wip/T11028, wip/T11028-2, wip/T11028-3, wip/T11080-open-data-kinds, wip/T11258, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/import2, wip/new-tree-one-param, wip/orf-reboot, wip/rae, wip/rae-nokinds, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/spj-wildcard-refactor, wip/spj-wildcard-refactor2, 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: account for changes to ipClass (29c9681)
- Next message: [commit: haddock] 2.17.3.1-spanfix, T9858, 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, mpickering/import, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11017, wip/T11019, wip/T11028, wip/T11028-2, wip/T11028-3, wip/T11080-open-data-kinds, wip/T11258, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/import2, wip/new-tree-one-param, wip/orf-reboot, wip/rae, wip/rae-nokinds, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/spj-wildcard-refactor, wip/spj-wildcard-refactor2, 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: Merge pull request #443 from bgamari/ghc-head (7570ed8)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list