[commit: ghc] wip/rae's head updated: Fix comments to ghci stuff (821a880)

git at git.haskell.org git at git.haskell.org
Wed Jun 22 15:55:27 UTC 2016


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

Branch 'wip/rae' now includes:

     7e4f3dc StgCmmUtils.emitMultiAssign: Make assertion msg more helpful
     0ffa23d Remove unused FAST_STRING_NOT_NEEDED macro defs
     930e74f Update a Cmm note
     0676e68 Fix detection and use of `USE_LIBDW`
     cb2c042 Use nameSetAny in findUses
     f2b3be0 Improve failed knot-tying error message.
     99ace83 Kill nameSetElems in getInfo
     36d254a Testsuite: run tests in /tmp/ghctest-xxx instead of /tmp/ghctest/xxx
     940229c Travis: llvm's apt repository is offline
     cb9f635 Localize orphan-related nondeterminism
     d348acd Serialize vParallelTyCons in a stable order
     3eac3a0 Add nameSetElemsStable and fix the build
     dad39ff Remove dead generics-related code from OccName
     d753ea2 Use UniqDSet for finding free names in the Linker
     e2446c0 Kill nameSetElems in findImportUsage
     be47085 Kill nameSetElems in rnCmdTop
     060c176 Whitespace only
     1d1987e HscMain: Minor simplification
     9cc6fac Make FieldLabelEnv a deterministic set
     2046297 Document putSymbolTable determinism
     4842a80 Derive instances in Data.Data
     1dadd9a testsuite: Mark broken tests on powerpc64le
     3747372 Refactored SymbolInfo to lower memory usage in RTS
     079c1b8 Use useful names for Symbol Addr and Names in Linker.c
     02f893e integer-gmp: Make minusInteger more efficient
     4aa299d PrelInfo: Ensure that tuple promoted datacon names are in knownKeyNames
     eda73a3 RTS SMP: Use compiler built-ins on all platforms.
     4dbacbc Rename isPinnedByteArray# to isByteArrayPinned#
     b948a1d Refactor the SymbolName and SymbolAddr types to be pointers
     5965117 Replace hand-written Bounded instances with derived ones
     0d963ca Add relocation type R_X86_64_REX_GOTPCRELX
     4848ab9 Testsuite: fixup comments for T9872d [skip ci]
     886f4c1 Better comment for orIfNotFound.
     f91d87d Failing test-case for #12135.
     3042a9d Use UniqDFM for HomePackageTable
     48e9a1f Implement deterministic CallInfoSet
     a90085b Add @since annotations to base instances
     e684f54 Desugar ApplicativeDo and RecDo deterministically
     31ba8d6 Kill nameSetElems
     46d2da0 Document putDictionary determinism
     3e7a876 Kill foldUniqSet
     1937ef1 Make UnitIdMap a deterministic map
     a13cb27 Merge MatchFixity and HsMatchContext
     77ccdf3 Kill occSetElts
     7fea712 Use a deterministic map for imp_dep_mods
     d05dee3 CoreToStg: Remove hand-written Eq instances of HowBound and LetInfo
     4426c5f Kill two instances of uniqSetToList
     0d6f428 Fix build by removing unused import
     c148212 Kill varSetElems in checkValidInferredKinds
     ad8e203 Use DVarSet in Vectorise.Exp
     3b698e8 Document determinism in pprintClosureCommand
     5db93d2 Make vectInfoParallelVars a DVarSet
     7008515 Kill varSetElems
     7d58a97 Use pprUFM in pprStgLVs
     00e3a5d Typofix.
     4d5b2f6 Testsuite driver: always quote opts.testdir
     f5f5a8a Testsuite Windows: mark T8308 expect_broken (#8308)
     d4b548e Add some determinism tests
     dd33245 Desugar: Display resulting program stats with -v2
     44a3c18 Revert "Desugar: Display resulting program stats with -v2"
     c2bbc8b Report term sizes with -v3 even when -ddump is enabled
     80cf4cf Literal: Remove unused hashLiteral function
     d7933cb Show sources of cost centers in .prof
     8f6d292 Fix #12064 by making IfaceClass typechecking more lazy.
     acb9e85 Minor performance note about IdInfo.
     11ff1df Fix #12076 by inlining trivial expressions in CorePrep.
     48385cb Remove special casing of Windows in generic files
     ceaf7f1 Implement Eq TyCon directly
     68c1c29 Remove Ord (CoAxiom br)
     9dbf354 Testsuite: delete dead code [skip ci]
     e703a23 Docs: fix links to ghc-flags
     70e0a56 Remove Ord Class
     b2624ee Remove Ord PatSyn
     77b8c29 Remove Ord AltCon
     c22ab1a Docs: delete PatternGuards documentation
     b020db2 Fix Ticky histogram on Windows
     e9dfb6e Improve the error messages for static forms.
     b0a7664 prettyPrintClosure(): Untag the closure before accessing fields
     47d8173 Remove Printer.c:prettyPrintClosure()
     bcb419a Fix #12099: Remove bogus flags
     6adff01 Comments only
     6905ce2 Refine imports slightly
     0f0b002 Comments only
     3ae18df Minor refactoring
     b9fa72a Small refactor to mkRuntimErrorId
     9e5ea67 NUMA support
     c88f31a Rts flags cleanup
     5990016 ModuleSet: Use an actual set instead of map to units
     6ace660 rts: Fix build when USE_LARGE_ADDRESS_SPACE is undefined
     9130867 Skip retc001 on OSX
     b40e1b4 Fix incorrect calculated relocations on Windows x86_64
     29e1464 Disable T12031 on linux
     2bb6ba6 rts: Fix NUMA when cross compiling
     d25cb61 Kill off redundant SigTv check in occurCheckExpand
     15b9bf4 Improve typechecking of let-bindings
     c28dde3 Tidy up zonkQuantifiedTyVar
     7afb7ad Get in-scope set right in top_instantiate
     35c9de7 Move the constraint-kind validity check
     1f66128 Beef up mkNakedCastTy
     15fc528 Fix the in-scope set for extendTvSubstWithClone
     599d912 Beef up isPredTy
     8104f7c Remove some traceTc calls
     e064f50 Add to .gitignore
     921ebc9 Test Trac #12055
     1dcb32d A second test for Trac #12055
     5cee88d Add thin library support to Windows too
     7de776c Kill unused foldModuleEnv
     586d558 Use UniqFM for SigOf
     0497ee5 Make the Ord Module independent of Unique order
     d55a9b4 Update Haddock to follow change in LHsSigWcType
     4f35646 Adjust error message slightly
     8dfd4ae Build system: mention ghc version in bindist's `configure --help` docdir
     a2deee0 Testsuite: enable ghci.prog010 (#2542)
     23b73c9 Don't GC sparks for CAFs
     9d22fbe Rename cmpType to nonDetCmpType
     753c5b2 Simplify readProcessEnvWithExitCode + set LANGUAGE=C
     70a4589 Revert "Make the Ord Module independent of Unique order"
     e33ca0e Fix testsuite wibble
     77bb092 Re-add FunTy (big patch)
     e368f32 Major patch to introduce TyConBinder
     c56f8bd CoreMonad: Update error msg function docs
     930a525 Abort the build when a Core plugin pass is specified in stage1 compiler
     a7f65b8 Remove dead code: countOnce, countMany
     498ed26 NUMA cleanups
     8d33af9 CoreLint: Slightly improve case type annotation error msgs
     3e8c495 CmmNode: Make CmmTickScope's Unique strict
     2396d9b llvmGen: Make metadata ids a newtype
     85e09b1 llvmGen: Consolidate MetaExpr pretty-printing
     9bb0578 Revert accidental submodule updates
     e02beb1 Driver: `ghc ../Test` (without file extension) should work
     f72f23f Testsuite: run tests in <testdir>.run instead of /tmp
     6f6f515 Testsuite: write "\n" instead of "\r\n" when using mingw Python
     d94c405 Testsuite: validate the tests/stage1 directory with the stage1 compiler
     a4c8532 Validate: use `rm -f` instead of `rm`
     6354991 VarEnv: Comment only
     270d545 Add Bifoldable and Bitraversable to base
     9649fc0 Refactor derived Generic instances to reduce allocations
     4d71cc8 Avoid find_tycon panic if datacon is not in scope
     f12fb8a Fix trac #10647: Notice about lack of SIMD support
     2897be7 PPC NCG: Fix float parameter passing on 64-bit.
     f4b0488 PPC NCG: Fix and refactor TOC handling.
     0be38a2 llvmGen: Add strictness to metadata fields
     0e92af9 Remove use of KProxy in GHC.Generics
     0ba34b6 ApplicativeDo: allow "return $ e"
     e7e42c8 Fix double-free in T5644 (#12208)
     cdc14b4 Testsuite: remove Windows CR again.. [skip ci]
     9cdde38 Testsuite: remove Windows CR [skip ci]
     cf6e656 Testsuite: remove Windows CR [skip ci]
     3dc1202 Testsuite: tabs -> spaces [skip ci]
     7e7094f Testsuite: tabs -> spaces [skip ci]
     46ff80f Testsuite: tabs -> spaces [skip ci]
     915e07c Testsuite: tabs -> spaces [skip ci]
     5b03dc6 Testsuite: tabs -> spaces [skip ci]
     a7160fa Testsuite: tabs -> spaces [skip ci]
     4a4bdda Testsuite: recover from utf8 decoding errors
     6d0a4fc Testsuite: fix WAY=ghci when LOCAL=0
     1ddc10b Testsuite: *do* replace backslashes in config.libdir
     1d938aa Testsuite: mark tests expect broken
     3b49f8f Testsuite: remove `-fforce-recomp` from default flags (#11980)
     82f7f18 Testsuite: delete TEST_HC_OPTS_NO_RECOMP
     135fc86 Testsuite: remove `-Wno-warn-tabs` from default flags
     ebaf26b Testsuite: delete dead code + cleanup
     e170d19 Testsuite: assume timeout_prog always exists
     ee3bde7 Expand and clarify the docs for ApplicativeDo (#11835)
     7301404 Typos in comments
     d09e982 Don't quantify over Refl in a RULE
     97a50f8 Delete commented-out code
     1230629 Make checkFamInstConsistency less expensive
     a47b62c Second attempt to fix sizeExpr
     c0583a9 Fix build breakage due to rebase
     9d62d09 Hopefully fix all the rebase-induced breakage
     4e7d835 Typos in comments [skip ci]
     6199588 More typos in comments [skip ci]
     93f40cb Don't error on GCC inlining warning in rts
     4d91dc9 Very confusing typo in error message.
     f8fa1b5 Fix #11974 by adding a more smarts to TcDefaults.
     1f6990b Fix #10963 and #11975 by adding new cmds to GHCi.
     821a880 Fix comments to ghci stuff


More information about the ghc-commits mailing list