Minor refactoring of placeHolderPunRhs
[ghc-hetmet.git] / compiler /
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
2010-01-16 Ian LynaghTeach the alternative layout rule about $( ... )
2010-01-16 Ian LynaghFix typo
2010-01-12 Simon MarlowDo some recompilation avoidance in GHC.loadModule
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2010-01-04 Simon Marlowrefactoring while I try to make sense of the hsc interface
2010-01-08 simonpj@microsoft.comRespect SPECIALISE pragmas even for apparently-non...
2010-01-08 simonpj@microsoft.comComment out debug warnings; they are fine
2010-01-07 simonpj@microsoft.comImprove error locations
2010-01-07 simonpj@microsoft.comSpelling error in comment
2010-01-07 simonpj@microsoft.comA little refactoring, plus improve error locations
2010-01-07 simonpj@microsoft.comClarify error message (Trac #3805)
2010-01-07 simonpj@microsoft.comComments only
2010-01-06 simonpj@microsoft.comSpecConstr: Remove -fspec-inline-join-points, and add...
2010-01-06 simonpj@microsoft.comMake SpecConstr more informative output when there...
2010-01-06 simonpj@microsoft.comMake view patterns right-associate
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2010-01-05 dias@cs.tufts.eduFollowing Simon M's "take newCAF() out from sm_mutex...
2010-01-05 simonpj@microsoft.comVery minor refactoring
2010-01-05 simonpj@microsoft.comUndo the fix for Trac #3772 and do it a new way
2010-01-05 simonpj@microsoft.comFix warnings
2010-01-05 simonpj@microsoft.comImprove error message (idea in Trac #3805)
2010-01-05 simonpj@microsoft.comComments only
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-24 simonpj@microsoft.comRefactor CoreArity a bit
2009-12-22 simonpj@microsoft.comWibbles to inlining for small functions
2009-12-22 simonpj@microsoft.comPrint out a bit more info with the "arity decrease...
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2009-12-22 simonpj@microsoft.comAllow instance heads to use infix syntax
2009-12-22 simonpj@microsoft.comFix pretty-printer
2010-01-04 simonpj@microsoft.comFix Trac #3792: check for qualified names in import...
2010-01-04 simonpj@microsoft.comFix bugs in STG Lint
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Follow PackageTarget changes in pprCEntity
2010-01-02 Ben.Lippmeier.anu... Assume CmmLabels have dynamic linkage on non-Windows
2010-01-02 Ben.Lippmeier@anu... Follow PackageTarget change in byte code generator
2010-01-02 Ben.Lippmeier@anu... When compiling viac, don't need to emit prototypes...
2010-01-02 Ben.Lippmeier@anu... Follow ForeignLabel changes in PPC NCG
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-29 Ben.Lippmeier@anu... Nicer panic message
2009-12-29 Ben.Lippmeier@anu... Typo in comment
2010-01-03 Simon MarlowlocateOneObj: don't look for dynamic libs in static...
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2010-01-02 Ian LynaghWhitespace only
2009-12-31 Simon MarlowRolling back: Make FastString thread-safe.
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-22 dias@cs.tufts.eduCopying Simon M's fix for 650 to the new codegen
next