[commit: ghc] wip/ttypeable: Start implementing library side of TTypeable (6bf102c)
git at git.haskell.org
git at git.haskell.org
Sat Oct 1 21:33:36 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttypeable
Link : http://ghc.haskell.org/trac/ghc/changeset/6bf102c4693eb238970208e23c1a1a51f833d3a1/ghc
>---------------------------------------------------------------
commit 6bf102c4693eb238970208e23c1a1a51f833d3a1
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 30 00:04:54 2016 +0100
Start implementing library side of TTypeable
>---------------------------------------------------------------
6bf102c4693eb238970208e23c1a1a51f833d3a1
compiler/deSugar/DsBinds.hs | 79 +++--
compiler/prelude/PrelNames.hs | 72 +++--
compiler/typecheck/TcEvidence.hs | 20 +-
compiler/typecheck/TcHsSyn.hs | 8 +-
compiler/typecheck/TcInteract.hs | 65 +++-
compiler/utils/Binary.hs | 55 +++-
libraries/Win32 | 2 +-
libraries/array | 2 +-
libraries/base/Data/Dynamic.hs | 51 +--
libraries/base/Data/Type/Equality.hs | 6 +
libraries/base/Data/Typeable.hs | 192 ++++++++----
libraries/base/Data/Typeable/Internal.hs | 518 +++++++++++++++++--------------
libraries/base/GHC/Conc/Sync.hs | 4 -
libraries/base/GHC/Show.hs | 2 +-
libraries/base/Type/Reflection.hs | 43 +++
libraries/base/Type/Reflection/Unsafe.hs | 20 ++
libraries/base/base.cabal | 4 +-
libraries/binary | 2 +-
libraries/bytestring | 2 +-
libraries/deepseq | 2 +-
libraries/directory | 2 +-
libraries/ghc-boot/GHC/Serialized.hs | 16 +-
libraries/ghc-prim/GHC/Types.hs | 15 +-
libraries/ghci/GHCi/TH/Binary.hs | 57 ++++
libraries/haskeline | 2 +-
libraries/hpc | 2 +-
libraries/pretty | 2 +-
libraries/time | 2 +-
libraries/unix | 2 +-
nofib | 2 +-
utils/haddock | 2 +-
utils/hsc2hs | 2 +-
32 files changed, 810 insertions(+), 445 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 6bf102c4693eb238970208e23c1a1a51f833d3a1
More information about the ghc-commits
mailing list