ghc-hetmet.git
2010-03-24 Ian LynaghAppend $(exeext) to utils/ghc-pkg_dist_PROG
2010-03-25 Simon MarlowA sanity check
2010-03-25 Simon Marlowdo_checks: do not set HpAlloc if the stack check fails
2010-03-25 Simon Marlowcomments and formatting only
2010-03-24 Ian LynaghChange how perl scripts get installed; partially fixes...
2010-03-24 Ian LynaghPass the location of gcc in the ghc wrapper script...
2010-03-24 Ian LynaghQuote the ar path in configure
2010-03-24 Ian LynaghRemove unused cUSER_WAY_NAMES cUSER_WAY_OPTS
2010-03-24 Ian LynaghRemove unused cCONTEXT_DIFF
2010-03-24 Ian LynaghRemove unused cEnableWin32DLLs
2010-03-24 Ian LynaghRemove unused cGHC_CP
2010-03-24 Ian LynaghFix the build for non-GNU-ar
2010-03-23 Ian LynaghTweak the Makefile code for making .a libs; fixes trac...
2010-03-20 Ian LynaghEnable shared libraries on Windows; fixes trac #3879
2010-03-21 Ian LynaghAdd the external core PDF to the new build system
2010-03-21 Ian LynaghAllow specifying $threads directly when validating
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-19 Simon MarlowUNDO: slight improvement to scavenging ...
2010-03-19 Simon Marlowslight improvement to scavenging of update frames when...
2010-03-17 Ian LynaghDon't install the utf8-string package
2010-03-16 Ian LynaghDon't use -Bsymbolic when linking the RTS
2010-03-17 simonpj@microsoft.comFix Trac #3920: Template Haskell kinds
2010-03-16 Simon Marlowcopy_tag_nolock(): fix write ordering and add a write_b...
2010-03-16 benl@ouroborus.netAdd sliceP mapping to vectoriser builtins
2010-03-11 benl@ouroborus.netComments only
2010-03-15 Ian LynaghWhen saying RTS options are disabled, also say how... 2010-03-16
2010-03-15 Simon MarlowFix profiling build following removal of specific STM...
2010-03-14 Ian LynaghWhen compiling with GHC >= 6.13, use -rtsopts
2010-03-14 Ian LynaghDocument the new RTS linker flags
2010-03-14 Ian LynaghDon't enable RTS options by default
2010-03-13 Ian LynaghAdd a -with-rtsopts link-time flag
2010-03-13 Ian LynaghRename a variable
2010-03-13 Ian LynaghAdd a link-time flag to en/disable the RTS options
2010-03-11 Simon MarlowFix a couple of bugs in the throwTo handling, exposed...
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2010-03-11 Simon Marlowfix bug in discardTasksExcept() that broke forkProcess
2009-11-23 Simon Marlowdisable a false assertion, add a comment to explain why
2010-03-09 simonpj@microsoft.comFix Trac #1954: newtype deriving caused 'defined but...
2010-03-09 simonpj@microsoft.comRule binders shouldn't have IdInfo
2010-03-09 simonpj@microsoft.comAdd comment
2010-03-09 simonpj@microsoft.comRule binders shouldn't have DFun pragmas
2010-03-09 simonpj@microsoft.comA bug in isClosedUnfolding
2010-03-09 simonpj@microsoft.comComments only
2010-03-09 simonpj@microsoft.comComments and type signatures only
2010-03-09 simonpj@microsoft.comComments only
2010-03-09 simonpj@microsoft.comTidy up pretty-printing of InlinePragma
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2010-03-09 Simon Marlowadd a note
2010-03-09 Simon MarlowFix a rare deadlock when the IO manager thread is slow...
2010-03-05 simonpj@microsoft.comWhen BUILD_DOCBOOK_HTML is NO, keep the rules, just...
2010-03-05 simonpj@microsoft.comFix Trac #3736: do not preInlineUnconditionally with...
2010-03-04 simonpj@microsoft.comComments only
2010-03-04 simonpj@microsoft.comComments only
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-03-04 simonpj@microsoft.comMinor refactoring of placeHolderPunRhs
2010-03-04 simonpj@microsoft.comMake `mkFunTy` associate to the right, as it should
2010-03-04 simonpj@microsoft.comAdd fmapMaybeM and fmapEitherM
2010-03-04 simonpj@microsoft.comComments only
2010-03-04 simonpj@microsoft.comTwo things to do with -dsuppress-uniques
2010-03-04 Simon Marlowfix the Windows build some more
2010-03-03 simonpj@microsoft.comAdd comments to darcs-all and packages
2010-03-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
2010-03-02 Simon Marlowfix Windows build
2010-03-02 Simon Marlowsdist: Haddock.Interface.{Lex,Parse} moved to Haddock...
2010-03-02 Ian LynaghAdd handling for | to the transitional alternative...
2010-03-02 Ian LynaghTweak alternative layout rule
2010-03-02 Ian LynaghAdd transitional rules for the alternative layout rule
2010-03-02 Ian LynaghFix the alternative layout rule to handle explicit...
2010-03-01 Simon Marlowexpand comments for #2578 fix
2010-02-27 ich@christoph... a faster appendFS
2010-03-01 simonpj@microsoft.comImplement a smart constructor mkUnsafeCoercion, and...
2010-03-01 simonpj@microsoft.comSuggest -XGeneralizedNewtypeDeriving (fix Trac #3888)
2010-03-01 simonpj@microsoft.comTidy up AnyTyCon stuff
2010-03-01 simonpj@microsoft.comFix pretty-printing of IfaceAnyTc (fixes Trac #3883)
2010-03-01 simonpj@microsoft.comOmit unnecessary parens when pretty-printing IfaceExpr
2010-02-25 simonpj@microsoft.comComments only
2010-02-25 simonpj@microsoft.comAdd comment
2010-02-25 simonpj@microsoft.comChange pretty printing of InlinePrag slightly
2010-02-28 Ian LynaghAdd -no-auto-link-packages docs to the user guide;...
2010-02-28 Ian LynaghWhitespace only in docs/users_guide/packages.xml
2010-02-27 Ian LynaghAdd a LICENSE file to libraries/bin-package-db
2010-02-27 Ian LynaghHave separate rules to generate tags and TAGS
2010-02-27 Ian LynaghFix trac #2578
2010-02-26 Ian LynaghFix the build with GHC < 6.12
2010-02-26 Simon Marlowupdate the docs to reflect changes in the tracing flags
2010-02-26 Simon MarlowTweak the tracing flags slightly, and clean up error...
2010-02-26 Simon MarlowFix crash when using printf format specifiers in traceE...
2010-02-25 Simon Marlowhack to make the docs build again in a lndir build...
2010-02-24 Simon MarlowForce encoding to UTF-8 when writing individual .conf...
2010-02-22 Ben.Lippmeier... Fix build for non-x86 arches again.
2010-02-23 Ian LynaghFix the link to the ghc docs in libraries/prologue.txt
2010-02-23 Ian LynaghFix more library links in the user guide
2010-02-23 Ian LynaghFix the links to the base docs from the user guide
2010-02-23 Ian LynaghRemove old, unused release notes
2010-02-22 Ben.Lippmeier... Fix #3875: Crash in parallel GC, wrong pointer was...
2010-02-21 Ian LynaghAdd utils/ghctags/ghc.mk
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2010-02-20 Ian LynaghRemove the old hstags util
2010-02-20 Ian LynaghCheck for suitable versions of make in bindists; fixes...
2010-02-19 Ian LynaghFix build on Windows
next