[commit: ghc] wip/rae's head updated: Fix #9066. (c126f33)
git at git.haskell.org
git at git.haskell.org
Mon Nov 3 16:22:20 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
Branch 'wip/rae' now includes:
0013613 Deactivate T3064 `max_bytes_used`-check
49b05d6 Improve performance of isSuffixOf (#9676)
1874501 Typo in comment
aa2ceba Normalise package key hash to make tests less fragile.
63918e6 Add n-ary version of `two_normalisers` to testsuite lib
3d6422b testlib: Get rid of two_normalisers
98ed815 Make iterateFB inlineable
75979f3 base: Refactor/clean-up *List modules
5f69c8e Reorder GHC.List; fix performance regressions
f109085 Update Haddock submodule for collapsible section support
64d0a19 Really fix fft2 regression. #9740
208a0c2 Fixed unused variable warning on mingw32/i686 in rts/Linker.c
f9ca529 hsc2hs: Update submodule
322810e Convert GHCi sources from .lhs to .hs
257cbec Fix #9236 Error on read from closed handle
5ce1266 Use snwprintf instead of swprintf in rts/Linker.c.
acb3295 Avoid setting -Werror=unused-but-set-variable on Windows.
45175e1 Extra CRs are now filtered out from the source file for :list.
f10b67a Updated stale ghcpkg05.stderr-mingw32.
3d27f69 Do not use a relative path for echo in tests/ghci/prog013.
c211f8e Add __GLASGOW_HASKELL_TH__=YES/NO to CPP definitions
93c776a Added mingw32-specific expected stdout files for tests/driver/sigof{01,02,03}
9de5240 Comments only
c6d4ae6 Fix test driver python3 compatibility issues
578bc00 Add notes on change to hGetContents semantics
995ea1c Fixed missing trailing newline bug in pretty printer
1907e81 Updated testsuite/.gitignore to exclude some test artifacts on Windows.
cbb20ab Drop deprecated `OverlappingInstances` from base
919e930 Fix comment typos
8ef4cf1 Add doctest examples for Data.Char
bd6c6f6 Update Haddock submodule
54addb1 Clean-up `Data.Fixed`
f12be5b Add changelog entry for recent Unicode 7.0 update
d3a7126 Update doctest example style in `Data.Bool`
4667fb5 Split off stat (benchmark) test failures into a separate section in the test runner summary.
322c139 remove old .NET related code
e466ea7 Remove legacy support for -optdef flags
d15d704 Fix build via Haddock submodule update.
6534686 Fix comment about dropWhileEndLE
e5ba360 rnMethodBind: reject pattern synonyms in instance definitions (fixes #9705)
a47ff8b Fixed T5435_dyn_asm on Windows. The test code was not in sync with the expected output.
f688f03 Test #9262 in th/T9262, and update other tests.
2cc593d Bring unbound tyvars into scope during reifyInstances.
b174288 Test #8953 in th/T8953
9fd19f9 Always use KindedTV when reifying. (#8953)
593e8b9 Annotate reified poly-kinded tycons when necessary. (#8953)
c3ecf06 Annotate poly-kinded type patterns in instance reification.
99882ba Testsuite wibbles from fixing #8953
862772b Test #9084 in th/T9084.
03d61cc Fix #9084 by calling notHandled when unknown bits are enountered.
17265c0 Fix testsuite output from #9084.
752b5e2 Test #9738 in th/T9738
209baea Fix #9738, by handling {-# ANN ... #-} in DsMeta.
18a4a5d Update release notes for #9262 #8953 #9084.
96c22d9 Tweak the error message for pattern synonym methods, since they are disallowed both in class and instance declarations
c001bde Put one-Shot info in the interface
c271e32 Add GHC.Prim.oneShot
072259c Use oneShot in the definition of foldl etc.
187e090 Test #9066 in th/T9066
c126f33 Fix #9066.
More information about the ghc-commits
mailing list