Add missing documention of -Da DEBUG: apply flag to RTS help.
[ghc-hetmet.git] / compiler /
2009-01-10 Ben.Lippmeier@anu... Better panic message in RegAllocLinear
2009-01-10 Ben.Lippmeier@anu... Make the SPARC NCG compile again - it's still broken...
2009-01-14 Simon Marlowfix validate on Windows
2009-01-15 Simon MarlowMore useful error message when a package .hi file canno...
2009-01-14 Tim ChevalierExternal Core: print out more precise dependency info
2009-01-14 Ian LynaghRemove redundant import; spotted by Thorkil Naur
2009-01-14 Ian LynaghRemove a redundant import
2009-01-13 simonpj@microsoft.comFix Trac #2931
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-13 simonpj@microsoft.comRename isIdentityCoercion to isIdentityCoI; add Coercio...
2009-01-13 simonpj@microsoft.comSpelling in comment only
2009-01-13 simonpj@microsoft.comMake the ASSERT more informative
2009-01-13 simonpj@microsoft.comExport mapOL from OrdList
2009-01-13 simonpj@microsoft.comImprove error messages slightly
2009-01-13 simonpj@microsoft.comDo not do SpecConstr on functions that unconditionally...
2009-01-13 simonpj@microsoft.comMake -XTypeFamilies imply -XRelaxedPolyRec (Trac #2944)
2009-01-13 simonpj@microsoft.comFix Trac #2937: deserialising assoicated type definitions
2009-01-09 David WaernFix Trac #2584: Pretty printing of types with HsDocTy
2009-01-08 simonpj@microsoft.comFix Trac #2914: record wild cards and assoicated types
2008-12-19 Simon Marlowbump GHC's max stack size to 512M
2009-01-04 Ian LynaghFix build
2008-12-09 Ori AvtalionAdd GHCi completions to :set and :show
2009-01-03 Ian Lynaghvalidate fix: InteractiveEval no longer needs to import...
2009-01-03 Ian LynaghFix validate: strs is no longer used in IfaceSyn
2008-12-29 Ian LynaghRemove trailing whitespace from HaddockUtils
2008-12-29 Ian LynaghFix warnings in HaddockUtils
2008-12-29 Ian LynaghRemove dead code from HaddockUtils
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-31 simonpj@microsoft.comFix Trac #2721: reject newtype deriving if the class...
2008-12-31 simonpj@microsoft.com-XImpredicativeTypes implies -XRankNTypes, and improve...
2008-12-31 simonpj@microsoft.comFix Trac #2856: make deriving work for type families
2008-12-31 simonpj@microsoft.comWhite space and spelling in comments
2008-12-31 simonpj@microsoft.comRemove -XImpredicativeTypes from -fglasgow-exts
2008-12-31 simonpj@microsoft.comImprove error reporting for 'deriving'
2008-12-30 simonpj@microsoft.comImprove error message in deriving (fix Trac #2851)
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-12-30 simonpj@microsoft.comRefactor RnEnv to fix Trac #2901
2008-12-30 simonpj@microsoft.comAdd quotes to error message
2008-12-30 simonpj@microsoft.comTidy up treatment of big lambda (fixes Trac #2898)
2008-12-29 Ian LynaghFix warnings in ByteCodeAsm
2008-12-29 Ian LynaghFix warnings in ByteCodeInstr
2008-12-29 Ian LynaghFix warnings in Rules
2008-12-29 Ian LynaghFix warnings in StgCmmForeign
2008-12-29 Ian LynaghFix warnings in CgCallConv
2008-12-29 Ian LynaghFix warnings in SMRep
2008-12-29 Ian LynaghFix warnings in ClosureInfo
2008-12-29 Ian LynaghFix warnings in CgTicky
2008-12-29 Ian LynaghFix warnings in CgCon
2008-12-29 Ian LynaghFix warnings in WorkWrap
2008-12-29 Ian LynaghFix warnings in NCGMonad
2008-12-29 Ian LynaghFix warnings in CmmInfo
2008-12-29 Ian LynaghFix warnings in CmmCPSGen
2008-12-29 Ian LynaghFix warnings in CmmProcPoint
2008-12-29 Ian LynaghFix warnings in CmmCallConv
2008-12-29 Ian LynaghFix warnings in CmmLive
2008-12-29 Ian LynaghFix warnings in CmmCPS
2008-12-29 Ian LynaghFix warnings in CmmUtils
2008-12-29 Ian LynaghComment out dead function breakProc
2008-12-29 Ian LynaghFix warnings in CmmBrokenBlock
2008-12-11 Thomas SchillingComments only. Haddockify parts of TcRnTypes.
2008-12-11 Thomas SchillingComments only. Fix typo.
2008-12-11 Thomas SchillingInclude PprTyThings in tags file.
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-12-17 Ian LynaghFix warnings in CgExpr
2008-12-17 Ian LynaghFix warnings in CgBindery
2008-12-17 Ian LynaghFix warnings in CgStackery
2008-12-17 Ian LynaghFix warnings in CgCase
2008-12-17 Ian LynaghRemove some dead code from CgCase
2008-12-17 Ian LynaghFix warnings in StgCmmProf
2008-12-17 Ian LynaghFix warnings in CgProf
2008-12-17 Ian LynaghFix warnings in CgInfoTbls
2008-12-17 Ian LynaghRemove dead function srtLabelAndLength from CgInfoTbls
2008-12-17 Ian LynaghFix warnings in CgHeapery
2008-12-17 Ian LynaghFix warnings in CgTailCall
2008-12-17 Ian LynaghRemove a little dead code from CgTailCall
2008-12-17 Ian LynaghFix warnings in CodeGen
2008-12-17 Ian LynaghFix warnings in StgCmmTicky
2008-12-17 Ian LynaghRemove dead code from CgUtils
2008-12-17 Ian LynaghFix warnings in CgPrimOp
2008-12-17 Ian LynaghFix warnings in CgMonad
2008-12-17 Ian LynaghFix warnings in CgClosure
2008-12-15 Ian LynaghFix warnings in CgForeignCall
2008-12-15 Ian LynaghRemove some redundant code
2008-12-15 Ian LynaghFix warnings in CgLetNoEscape
2008-12-16 Simon MarlowUNDO: Add -fpass-case-bndr-to-join-points
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-15 Simon MarlowRevert CorePrep part of "Completely new treatment of...
2008-12-11 Ian LynaghSysTools no longer needs -fno-cse
2008-12-11 Ian LynaghMake the lists of files and directories to be cleaned...
2008-12-11 Ian LynaghThe default cleanup handler should /always/ delete...
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-09 Ian LynaghFix warnings in StgCmmGran
2008-12-09 Ian LynaghAdd OPTIONS_CATCH,DERIVE,YHC to those that GHC knows...
2008-12-09 Ian LynaghFix warnings in CgHpc
2008-12-09 Ian LynaghParse pragma names better; trac #2847
2008-12-09 Ian LynaghFix warnings in CgParallel
2008-12-09 Ian LynaghFix warnings in StgCmmHpc
2008-12-09 Ian LynaghRemove an unnecessary -w flag
2008-12-09 simonpj@microsoft.comFix Trac #2861: bogus eta expansion
next