[commit: ghc] wip/rae's head updated: Fix #11797. (533ff9c)
git at git.haskell.org
git at git.haskell.org
Wed Apr 6 14:37:34 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
Branch 'wip/rae' now includes:
4e98b4f DynFlags: Initialize unsafeGlobalDynFlags enough to be useful
e8d3567 Panic: Try outputting SDocs
d0787a2 testsuite: Identify framework failures in testsuite summary
1b4d120 DWARF: Add debugging information chapter to users guide
882179d RTS: Fix & refactor "portable inline" macros
4da8e73 Fix #11754 by adding an additional check.
12a76be Check for rep poly on wildcard binders.
9f73e46 Clarify Note [Kind coercions in Unify]
06cd26b Remove now obsolete LD_STAGE0 hack
c7b32ad Remove now pointless INLINE_ME macro
61df7f8 Fix AIX/ppc codegen in `-prof` compilation mode
0bca3f3 Scrap IRIX support
f911358 Scrap DEC OSF/1 support
ffc802e Drop Xcode 4.1 hack and fix ignored CC var issue
afc48f8 Autoconf: detect and set CFLAGS/CPPFLAGS needed for C99 mode
49b9d80 Do not test for existence of the executable
eb25381 Update bytestring submodule to latest snapshot
cd3fbff Remove obsolete --with-hc flag from ./configure
91b96e1 fix compilation failure on Solaris 11
a658ad9 Reenable external-json linters
0f0c138 base: Document caveats about Control.Concurrent.Chan
415b706 users-guide: Provide more depth in table-of-contents
eb8bc4d users-guide: Wibbles
aa61174 users-guide: Add references to various issues in bugs section
7393532 Use a correct substitution in tcInstType
a49228e Build correct substitution in instDFunType
4a93e4f Use the correct substitution in lintCoercion
5097f38 Add Data.Functor.Classes instances for Proxy (trac issue #11756)
b0ab8db base: Add comment noting import loop
be2a7ba cleanup POSIX/XOPEN defines for switch to C99
85e6997 Remove all mentions of IND_OLDGEN outside of docs/rts
30b9061 Be more explicit about closure types in ticky-ticky-report
38c7714 Ticky: Do not count every entry twice
8af1d08 Typo in Note name
80d4fdf SpecConstr: Transport strictness data to specialization’s argument’s binders
e6e17a0 Rename isNopSig to isTopSig
c8138c8 Do not print DmdType in Core output
cf768ec Tes suite output updates
d5d6804 rename: Disallow type signatures in patterns in plain Haskell
ae6a56e users-guide/rel-notes: Note broken-ness of ImpredicativeTypes
eb6b709 base: Fix haddock typo
cb9a1e6 Add testcase for #11770
a76e6f5 Typos in non-code
1757dd8 Don't recompute some free vars in lintCoercion
3d245bf Do not claim that -O2 does not do better than -O
973633a Comments only in Unify.hs
7aa4c52 rts/posix/Itimer.c: Handle EINTR when reading timerfd
d1179c4 ghc-prim: Delay inlining of {gt,ge,lt,le}Int to phase 1
c0e3e63 Defer inlining of Ord methods
58bbb40 ghc-prim: Mark unpackCStringUtf8# and unpackNBytes# as NOINLINE
e9c2555 Don't require -hide-all-packages for MIN_VERSION_* macros
bc953fc Add -f(no-)version-macro to explicitly control macros.
24d7615 Kill the magic of Any
8f66bac Comments only
1f68da1 Minor refactoring in mkExport
2e5e822 Comments only
bdd9042 Refactor in TcMatches
174d3a5 Small refactor of TcMType.tauifyExpType
0ad2021 Make SigSkol take TcType not ExpType
9fc65bb Refactor error generation for pattern synonyms
28fe0ee Demand Analyzer: Do not set OneShot information
da260a5 Revert accidental change to collectTyAndValBinders
6ea42c7 Revert "Demand Analyzer: Do not set OneShot information"
3806891 Make the example for -M work
72bd7f7 Improve printing of pattern synonym types
f2a2b79 Deeply instantiate in :type
90d7d60 rts: Make StablePtr derefs thread-safe (#10296)
b3ecd04 Elaborate test for #11376
9b6820c Bump binary submodule
7407a66 Don't infer CallStacks
2f3b803 Use exprCtOrigin in tcRnExpr
1e6ec12 Fix misattribution of `-Wunused-local-binds` warnings
8719a1f Increase InScopeSet in mkCastTy
533ff9c Fix #11797.
More information about the ghc-commits
mailing list