[commit: ghc] wip/t11715: Checkpoint after renaming (b6558d8)
git at git.haskell.org
git at git.haskell.org
Thu Feb 9 03:06:33 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/t11715
Link : http://ghc.haskell.org/trac/ghc/changeset/b6558d80072257b9bd41fb6099a86e7411c8ba97/ghc
>---------------------------------------------------------------
commit b6558d80072257b9bd41fb6099a86e7411c8ba97
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date: Mon Jan 30 22:45:16 2017 -0500
Checkpoint after renaming
>---------------------------------------------------------------
b6558d80072257b9bd41fb6099a86e7411c8ba97
compiler/basicTypes/MkId.hs | 8 +--
compiler/basicTypes/PatSyn.hs | 4 +-
compiler/coreSyn/CoreSyn.hs | 6 +-
compiler/coreSyn/MkCore.hs | 6 +-
compiler/ghci/ByteCodeGen.hs | 4 +-
compiler/hsSyn/HsUtils.hs | 2 +-
compiler/iface/IfaceType.hs | 29 +++++---
compiler/prelude/PrelNames.hs | 9 +--
compiler/prelude/TysPrim.hs | 82 +++++++++++-----------
compiler/prelude/TysWiredIn.hs | 38 +++++-----
compiler/prelude/TysWiredIn.hs-boot | 1 +
compiler/simplStg/RepType.hs | 10 +--
compiler/typecheck/TcExpr.hs | 2 +-
compiler/typecheck/TcMType.hs | 8 +--
compiler/typecheck/TcPatSyn.hs | 2 +-
compiler/typecheck/TcSimplify.hs | 2 +-
compiler/typecheck/TcTyClsDecls.hs | 4 +-
compiler/typecheck/TcType.hs | 2 +-
compiler/typecheck/TcUnify.hs | 8 +--
compiler/typecheck/TcValidity.hs | 2 +-
compiler/types/Kind.hs | 14 ++--
compiler/types/TyCoRep.hs | 22 +++---
compiler/types/TyCon.hs | 7 +-
compiler/types/Type.hs | 10 +--
libraries/base/Data/Typeable/Internal.hs | 6 +-
libraries/base/GHC/Err.hs | 8 +--
libraries/base/GHC/Exts.hs | 4 +-
libraries/base/tests/T11334a.hs | 6 +-
libraries/ghc-prim/GHC/Types.hs | 14 ++--
.../tests/dependent/should_compile/RaeJobTalk.hs | 6 +-
testsuite/tests/dependent/should_compile/T11405.hs | 2 +-
testsuite/tests/dependent/should_fail/T11473.hs | 4 +-
.../tests/dependent/should_fail/TypeSkolEscape.hs | 2 +-
testsuite/tests/deriving/should_fail/T12512.hs | 4 +-
.../tests/indexed-types/should_run/T11465a.hs | 2 +-
testsuite/tests/polykinds/T12668.hs | 4 +-
testsuite/tests/polykinds/T12718.hs | 4 +-
testsuite/tests/typecheck/should_compile/T11723.hs | 2 +-
testsuite/tests/typecheck/should_compile/T12911.hs | 2 +-
testsuite/tests/typecheck/should_compile/T12987.hs | 2 +-
.../tests/typecheck/should_fail/LevPolyBounded.hs | 2 +-
testsuite/tests/typecheck/should_fail/T11724.hs | 2 +-
testsuite/tests/typecheck/should_fail/T12973.hs | 4 +-
testsuite/tests/typecheck/should_fail/T13105.hs | 2 +-
.../tests/typecheck/should_run/EtaExpandLevPoly.hs | 8 +--
testsuite/tests/typecheck/should_run/T12809.hs | 4 +-
testsuite/tests/typecheck/should_run/TypeOf.hs | 4 +-
testsuite/tests/typecheck/should_run/TypeRep.hs | 4 +-
testsuite/tests/unboxedsums/UbxSumLevPoly.hs | 2 +-
testsuite/tests/unboxedsums/sum_rr.hs | 2 +-
50 files changed, 202 insertions(+), 186 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 b6558d80072257b9bd41fb6099a86e7411c8ba97
More information about the ghc-commits
mailing list