ghc-hetmet.git
2009-11-25 Ian LynaghTweak the warning suppression flags used in Lexer
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-24 Ian LynaghFix some warning in Lexer
2009-11-25 Simon MarlowthreadStackOverflow: check whether stack squeezing...
2009-11-25 Simon Marlowadd a comment to TSO_MARKED
2009-11-25 Roman LeshchinskiyPass --no-user-package-conf to ghc-pkg in bindisttest
2009-11-24 David WaernAdd a note saying what Haddock relies on about Instance...
2009-11-24 Ian LynaghTreat () as an enumeration tycon
2009-11-24 Ian LynaghWhitespace only
2009-11-23 Ian Lynaghinline has moved to GHC.Magic
2009-11-20 Ian LynaghUse the ghc-perl tarball on Windows, instead of the...
2009-11-20 Ian LynaghInstall perl on Windows
2009-11-20 simonpj@microsoft.comRemove cprAnalysis directory from hs-source-dirs
2009-11-20 Ian LynaghRemove -fasm from mk/validate-settings.mk
2009-11-20 Ian LynaghFix some dependencies in bindists
2009-11-19 Ian LynaghAdd a rule to allow us to sdist libraries easily
2009-11-19 Simon MarlowCheck upper/lower bounds on various RTS flags (#3633)
2009-11-19 Simon Marlowdefine HS_WORD_MAX
2009-11-19 Simon MarlowPrint the prog name in errorBelch() even if prog_argv...
2009-11-12 Roman LeshchinskiyRemove dead code
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comMake INLINE warning more precise
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-19 simonpj@microsoft.comRe-implement the binder-swap stuff in OccurAnal
2009-11-19 simonpj@microsoft.comTry harder not to make DFuns into loop breakers
2009-11-17 simonpj@microsoft.comExtend the GHCi FAQ slightly
2009-11-19 Ian LynaghAdd gnutar to the list of names we use when looking...
2009-11-19 Ian LynaghAdd support for the man page to the new build system
2009-11-19 simonpj@microsoft.comRefactor case-merging and identical-alternative optimis...
2009-11-19 simonpj@microsoft.comFix a nasty infelicity in the size computation of CoreU...
2009-11-19 simonpj@microsoft.comComments and white space only
2009-11-19 Roman LeshchinskiyFix splitAppTys
2009-11-19 Ben.Lippmeier... Windows DLLs: Slurp across the actually static version...
2009-11-18 Ben.Lippmeier... Windows DLLs: Don't rely on stg/DLL.h being included...
2009-11-18 Ben.Lippmeier... Fix warnings about unused imports
2009-11-18 Ben.Lippmeier... Windows DLLs: stifle more warnings about auto imported...
2009-11-18 Ben.Lippmeier... Windows DLLs: stifle warnings about symbols being auto...
2009-11-18 Ben.Lippmeier... Windows DLLs: add #ifdefery to turn off DLL import...
2009-11-17 Ben.Lippmeier... Windows DLLs: disable extra shutdownHaskell() when...
2009-11-17 Ben.Lippmeier... Windows DLLs: remove dup symbol from def file
2009-11-17 Ben.Lippmeier... Use opt_PIC not #defined __PIC__ in compiler source.
2009-11-14 Ben.Lippmeier... Windows DLLs: CHARLIKE_closure and INTLIKE_closure...
2009-11-14 Ben.Lippmeier... If a comment says "Is this correct?", it's not.
2009-11-14 Ben.Lippmeier... Windows DLLs: gmp is in the integer-gmp package now.
2009-11-14 Ben.Lippmeier... Use DLL aware runIO_closure instead of base_GHCziTopHan...
2009-11-14 Ben.Lippmeier... RTS also uses runSparks_closure from base
2009-11-14 Ben.Lippmeier... Provide extralibs when linking Windows DLLs
2009-11-14 Ben.Lippmeier... Don't share low valued Int and Char closures with Windo...
2009-11-11 Ben.Lippmeier... Windows DLLs: use one import lib for each DLL the RTS...
2009-11-10 Ben.Lippmeier... Add autoconf code to locate dlltool on Windows
2009-11-06 Ben.Lippmeier... Break recursive imports between the RTS and base librar...
2009-11-18 Ian LynaghAdd the msysCORE*.tar.gz tarball to the list of tarball...
2009-11-18 Ian LynaghPut the libffi files to be installed into a dist directory
2009-11-18 Ian LynaghAdd ghc-tarballs to the list of directories that go...
2009-11-18 Ian LynaghRemove redundant libffi/tarball directory
2009-11-17 Ian LynaghFix gen_contents_index on MSYS
2009-11-17 Simon Marlowinclude the GHC package docs in a bindist
2009-11-17 Simon Marlowexclude some haddock-related rules during BINDIST
2009-11-16 Simon MarlowAdd an install-docs target that emits a helpful diagnos...
2009-11-16 Simon Marlowfix install_docs dependencies, and add a missing $...
2009-11-13 Simon MarlowTweak to the directory-building rule
2009-11-17 simonpj@microsoft.comexprIsHNF should "look through" lets
2009-11-17 simonpj@microsoft.comImprovement to typecheck higher-rank rules better
2009-11-17 simonpj@microsoft.comApply RULES to simplified arguments
2009-11-17 simonpj@microsoft.comImprovements to pretty-printing of Core
2009-11-15 Duncan CouttsFix formatting of module deprecation/warning messages
2009-11-13 simonpj@microsoft.comWibble to comment
2009-11-13 simonpj@microsoft.comUse eta-expansion to ensure that INLINE things have... 2009-11-15
2009-11-12 Simon MarlowSwitch EventThreadID back to 32 bits.
2009-11-13 Simon MarlowThe rest of the #1185 patch (forkProcess and -threaded)
2009-11-13 simonpj@microsoft.comMake the new ClassOp/DFun selection mechanism work...
2009-11-12 simonpj@microsoft.comComments only
2009-11-12 simonpj@microsoft.comRemove old, redundant note
2009-11-12 Simon MarlowFix bug when the combined package DB has duplicate...
2009-11-12 Simon MarlowHC bootstrapping fix: add -I$(GHC_INCLUDE_DIR) to SRC_C...
2009-11-12 Simon MarlowWindows-specific fix for #1185 patch
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-12 simonpj@microsoft.comA radical overhaul of the coercion infrastucture
2009-11-12 simonpj@microsoft.comImprove warning message
2009-11-12 simonpj@microsoft.comAdd an ID monad to MonadUtils (used in kind checking)
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
2009-09-18 dias@cs.tufts.eduMorguing dead code
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-09-18 dias@cs.tufts.eduMinor refactoring and formatting
2009-09-18 dias@cs.tufts.eduKeep Touch'd variables live through the back end
2009-09-18 dias@cs.tufts.eduFixed calling convention for unboxed tuples
2009-09-18 dias@cs.tufts.eduFix for T3286 in new codegen (related to T3132); plus...
2009-11-11 Ian LynaghAdd gen_contents_index and prologue.txt to bindists
2009-11-10 Ian LynaghUse relative paths for haddockHTMLs in the inplace...
2009-11-08 Ian LynaghPut docs into versioned directory names; fixes trac...
2009-11-11 Simon MarlowMake "./darcs-all optimize --relink" do the right thing
2009-11-11 Simon MarlowSupport for DragonFly BSD
2009-11-11 Simon MarlowThe RTS needs hs-suffix-rules-srcdir for BootingFromHc
2009-11-09 Simon MarlowDon't try to rebuild compiler/primop-*.hs-incl when...
2009-11-11 simonpj@microsoft.comNo CoreLint warnings if -dno-debug-output is on
2009-11-10 simonpj@microsoft.comWibbles to the inline-in-InlineRule stuff
2009-11-10 simonpj@microsoft.comDon't inline a loop breaker, even if it has an INLINE...
2009-11-10 simonpj@microsoft.comComments only
2009-11-10 simonpj@microsoft.comImplement the PushC rule when optimising casts
2009-11-10 simonpj@microsoft.comPreserve strictness when floating coercions
next