Switch back to using bytestring from the darcs repo; partially fixes #3855
[ghc-hetmet.git] / compiler /
2010-04-27 Ian LynaghFix "make 2"
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2010-04-26 Simon Marlowworkaround for #4003, fixes HEAD build with 6.12.2
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2010-04-23 Simon Marlowreinstate eta-expansion during SimplGently, to fix...
2010-04-22 Simon MarlowAdd missing constant folding and optimisation for unsig...
2010-03-31 Milan StrakaFlags -auto and -auto-all operate only on functions...
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2010-04-12 simonpj@microsoft.comFix Trac #3950: unifying types of different kinds
2010-04-12 simonpj@microsoft.comFix Trac #3943: incorrect unused-variable warning
2010-04-09 Ian LynaghThe bootstrapping compiler is now required to be > 609
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-04-06 Simon Marlowaccount for the new BLACKHOLEs in the GHCi debugger
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-25 Simon MarlowNever jump directly to a thunk's entry code, even if...
2010-04-03 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCo...
2010-04-03 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (DestBlo...
2010-03-31 Ian LynaghUse machdepCCOpts when compiling the file to toggle...
2010-03-29 Simon Marlowfix return type cast in f.i.wrapper when using libffi...
2010-03-25 Ian LynaghUse </> rather than ++ "/"
2010-03-25 Simon Marlowdo_checks: do not set HpAlloc if the stack check fails
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-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
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 benl@ouroborus.netAdd sliceP mapping to vectoriser builtins
2010-03-11 benl@ouroborus.netComments only
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-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 Marlowadd a note
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-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
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-baue... 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-27 Ian LynaghFix trac #2578
2010-02-22 Ben.Lippmeier@anu... Fix build for non-x86 arches again.
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2010-02-17 Simon MarlowFix a recompilation checking bug when a package depende...
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2010-02-15 Ben.Lippmeier@anu... Fix build for non-x86 architectures
2010-02-15 Roman LeshchinskiyAdd comments about the ForceSpecConstr mechanism
2010-02-15 Roman LeshchinskiySpot ForceSpecConstr arguments in polymorphic loops
2010-02-11 Simon Marlowdon't constant fold division that would result in negat...
2010-02-10 simonpj@microsoft.comImprove error dump in TcEnv
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-08 simonpj@microsoft.comRemove redundant import
2010-02-10 simonpj@microsoft.comStop fruitless ANF-ing
2010-02-10 simonpj@microsoft.comComments only
2010-02-10 simonpj@microsoft.comSimplify syntax for quasi-quotation
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-02-09 Simon Marlowgenerate slightly better code for ccall argument-pushin...
2010-02-08 simonpj@microsoft.comFix Trac #3850
2010-02-05 Simon MarlowFix a bug introduced in the SSE2 support: callClobbered...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2010-02-01 simonpj@microsoft.comFix Trac #3831: blowup in SpecConstr
2010-01-29 Simon MarlowRe-read pragmas after preprocessing (#2464, #3674,...
2010-01-27 Simon Marlowfix warning on Windows
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2010-01-27 Simon MarlowaddCoverageTicksToBinds: tolerate a non-existent .hs...
2010-01-22 Ian LynaghRemove an out-of-date comment
2010-01-19 Simon MarlowFix docs for sizeofByteArray#/sizeofMutableByteArray...
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-20 simonpj@microsoft.comFix Trac #3823, plus warning police in TcRnDriver
2010-01-18 Ian LynaghFix a warning message
2010-01-16 Ian LynaghTeach the alternative layout rule about mdo and rec
next