[commit: ghc] wip/ttg/2017-10-21: TTG for FieldOcc and AmbiguousFieldOcc (841e518)

git at git.haskell.org git at git.haskell.org
Sun Oct 22 19:12:47 UTC 2017


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

On branch  : wip/ttg/2017-10-21
Link       : http://ghc.haskell.org/trac/ghc/changeset/841e5189f9543638f3b67a30350bedf5e9bef5f5/ghc

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

commit 841e5189f9543638f3b67a30350bedf5e9bef5f5
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sun Oct 22 21:10:16 2017 +0200

    TTG for FieldOcc and AmbiguousFieldOcc
    
    Updates haddock submodule


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

841e5189f9543638f3b67a30350bedf5e9bef5f5
 compiler/deSugar/DsMeta.hs                         |  7 +--
 compiler/hsSyn/Convert.hs                          |  2 +-
 compiler/hsSyn/HsExtension.hs                      | 35 +++++++++++--
 compiler/hsSyn/HsPat.hs                            | 10 ++--
 compiler/hsSyn/HsTypes.hs                          | 61 ++++++++++++++++------
 compiler/hsSyn/HsUtils.hs                          |  2 +-
 compiler/hsSyn/PlaceHolder.hs                      |  7 +--
 compiler/parser/Parser.y                           |  2 +-
 compiler/parser/RdrHsSyn.hs                        |  6 ++-
 compiler/rename/RnExpr.hs                          |  5 +-
 compiler/rename/RnFixity.hs                        |  5 +-
 compiler/rename/RnNames.hs                         |  6 ++-
 compiler/rename/RnPat.hs                           | 16 +++---
 compiler/rename/RnSource.hs                        |  2 +-
 compiler/rename/RnTypes.hs                         |  3 +-
 compiler/typecheck/TcExpr.hs                       | 38 ++++++++------
 compiler/typecheck/TcHsSyn.hs                      |  4 +-
 compiler/typecheck/TcPat.hs                        |  6 ++-
 compiler/typecheck/TcTyDecls.hs                    |  2 +-
 .../tests/parser/should_compile/T14189.stderr      |  4 +-
 utils/haddock                                      |  2 +-
 21 files changed, 146 insertions(+), 79 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 841e5189f9543638f3b67a30350bedf5e9bef5f5


More information about the ghc-commits mailing list