[commit: ghc] ghc-july's head updated: Give full-precision time for BEGIN_SAMPLE/END_SAMPLE. (807cb0c)

git at git.haskell.org git at git.haskell.org
Mon Mar 2 22:05:14 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

Branch 'ghc-july' now includes:

     cecf036 Fix #10031 by inverting a critical test in kick_out.
     cf3e340 update submodule
     276da79 Improve error message on typed holes, and user manual (Tradc #10040)
     07ee96f Use strict atomicModifyIORef' (added in GHC 7.6).
     92c9354 Fix #10017
     daed18c Fix a profiling bug
     78216e2 fix _FILE_OFFSET_BITS redefined warning on Solaris/i386 platform
     c88e112 Bring Match m_fun_id_infix through the renamer.
     d4f25cb GRHS with empty wherebinds gets wrong SrcSpan
     ae39c5c Add packageName to GHC.Generics.Datatype
     7cf87fc Eta-expand argument to foldr in mapM_ for []
     73f976c Make -ddump-splices output to stdout (fixes #8796)
     2f13cd8 Comments only
     da78af3 Comments only
     111e587 Put parens around (ty :: kind) when pretty-printing TH syntax
     dda6528 Fix the nullary-type-class case for associated types
     0f75a3f Test Trac #10041
     43636e1 Fix Trac #10004: head [] exception when using recursive mdo
     9bc13c0 Remove the *o pattern in testsuite/.gitignore
     a741e69 Provide default implementation of `Monad(return)`
     83efb98 Replace .lhs with .hs in compiler comments
     e22282e Remove deprecated libraries/base/include/Typeable.h
     de9a836 Clarify the documentation for 'evaluate'
     a1db53c Add a workaround to allow older cabal-install to use ghc-7.10
     d5a80db Add Uniquable instances for InstalledPackageId/SourcePackageId/PackageName
     5d5abdc llvmGen: move to LLVM 3.6 exclusively
     78833ca Don't overwrite input file by default
     f46360e Refactor the handling of quasi-quotes
     1e651b9 Comments only
     12698ff More comments and white space
     1e58ed8 Add a couple of tcTraces around reify
     1d982ba Do not complain about missing fields in Trac #10047
     3568bf3 Do not share T9878.hs between test T9878 and T9878b
     6ff3db9 nameIsLocalOrFrom should include interactive modules
     befe2d7 Fix #10079 by recurring after flattening exposes a TyConApp.
     d5cd94d Fix egregious typo in checkTauTvUpdate.
     849e25c Propagate ReturnTvs in matchExpectedFunTys
     b45309f Comments and white space; plus structurally avoiding the previously "egregious bug"
     6be91dd Tiny refactoring; no change in behaviour
     b96db75 Refactor decideQuantification
     7fdded4 Improve documentation of 'trace'
     36f2ad5 Comments only
     5ab7518 Improve typechecking of RULEs, to account for type wildcard holes
     6fa285d Move comments about evaluating the message to the top of the module
     49d99eb Fix typo in error message
     555eef1 Remove RAWCPP_FLAGS (Task #9094)
     310b636 Add missing va_end to va_start
     a82364c Don't truncate traceEvents to 512 bytes (#8309)
     e7fab33 Improve outdated ghc-pkg cache warning (#9606)
     08102b3 Delete vestigial external core code (#9402)
     1b82619 Add configurable verbosity level to hpc
     91d9530 Revert "Eta-expand argument to foldr in mapM_ for []"
     9caf71a Do not clobber CPPFLAGS nor LDFLAGS, fixes #10093
     6d17125 runghc: be explicit about ghc version (#9054)
     32d1a8a Cleanup ghc-pkg
     35d464b Typo in function name
     e9d72ce Fix #10045
     ef391f8 Comments only
     3f30912 fix T7600 run on bigendian platform
     10fab31 Don't report instance constraints with fundeps as redundant
     9c78d09 Add a bizarre corner-case to cgExpr (Trac #9964)
     f3e5c30 Comments only
     5f675e5 Comments only
     5094719 Comments only
     547c40a [ci skip] comment typo
     d4b6453 Unbreak travis by installing llvm-3.6
     1f60d63 {Data,Generic(1),MonadZip} instances for Identity
     b2be772 fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #10043)
     0fa2072 Error out on `Main` without `main` in GHCi (#7765)
     bbb57a6 Make top-level "configure" accept and propagate --with-curses-{includes,libraries} to libraries
     fd581a7 Fix for ticket #10078: ensure that tcPluginStop is called even in case of type errors
     30dc59e Always ignore user-package-db when running tests
     a0ef626 Declare some Makefile targets to be PHONY
     a293925 rts/linker: ignore unknown PE sections
     47175e0 Show '#' on unboxed literals
     9a1c8d9 docs: add INSTALL.md to root dir (#9926)
     c3f9eb4 docs: Flatten MAKEHELP/SUBMAKEHELP
     266fa70 base: fix broken link (#10088)
     9004f0d Fix build bogons due to missing separator
     4f467b2 base: Fix (**) implementation for Data.Complex
     a5a4c25 Provide a faster implementation for the Read Integer instance
     d1d02e8 testsuite: update .gitignore
     bb3b71a System.IO.Error: Fix a documentation link to Control.Exception.Exception
     26a85bd Comment typo
     aead019 driver: split -fwarn-unused-binds into 3 flags (fixes #17)
     5be8ed4 Emulate GMP 5+ operations for GMP 4.x compat
     00c971e Update submodule to Cabal 1.22.1.0 release
     7a3d7c0 Fix comments, and a little reformatting
     ea3b4cf Axe ModFinderCache, folding it into a generalized FinderCache.
     b7f7889 AllocationLimitExceeded should be a child of SomeAsyncException
     1def53f Update process submodule to 1.2.3.0 snapshot
     c5977c2 Extend the docs for Data.List.transpose
     7727371 Comments only
     9b3239f Improve comments on coreView/tcView, and combine coreExpandTyCon/tcExpandTyCon
     104c0ad Test Trac #10112
     52dfa61 Comments only
     cabe174 Two kind-polymorphism fixes (Trac #10122)
     d2e6a3b Improve documentation of infinite inlining bug
     5692643 Show record construction/update without parens
     6cdccb4 fix typos in coreSyn
     1dfab7a Fix detection of llvm-x.x
     ca478ac Fix typecheck tests (--slow)
     31d4f2e `make test` in root directory now runs fulltest
     efbd3eb Removed unused constrained which causes build to fail with -Werror
     3197018 Typos in non-code
     807cb0c Give full-precision time for BEGIN_SAMPLE/END_SAMPLE.


More information about the ghc-commits mailing list