[commit: ghc] wip/ttypeable: Start implementing library side of TTypeable (4b0ee4e)
git at git.haskell.org
git at git.haskell.org
Mon Jun 6 11:12:05 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttypeable
Link : http://ghc.haskell.org/trac/ghc/changeset/4b0ee4e41b6946cc97b7976b2300179c15bac250/ghc
>---------------------------------------------------------------
commit 4b0ee4e41b6946cc97b7976b2300179c15bac250
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 30 00:04:54 2016 +0100
Start implementing library side of TTypeable
>---------------------------------------------------------------
4b0ee4e41b6946cc97b7976b2300179c15bac250
compiler/deSugar/DsBinds.hs | 79 +++--
compiler/prelude/PrelNames.hs | 72 +++--
compiler/typecheck/TcEvidence.hs | 20 +-
compiler/typecheck/TcHsSyn.hs | 8 +-
compiler/typecheck/TcInteract.hs | 58 +++-
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, 806 insertions(+), 442 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 4b0ee4e41b6946cc97b7976b2300179c15bac250
More information about the ghc-commits
mailing list