ghc-hetmet.git
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-04 Matthias KilianAlways check the result of pthread_mutex_lock() and...
2009-01-12 Simon Marlowsanity checking fixes
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
2009-01-07 Simon Marlowindicate which TSOs are dirty in the printAllThreads...
2009-01-09 David WaernFix Trac #2584: Pretty printing of types with HsDocTy
2009-01-09 Ian LynaghAdd "Word size" to the +RTS --info output
2009-01-09 Ian LynaghCheck that make supports eval
2009-01-08 Ian LynaghAdd some more fields to +RTS --info
2009-01-09 Simon MarlowFIX BUILD on Windows (fix for #2873 broke it)
2009-01-08 Simon Marlowwhen calling mmap() with MAP_ANON, the fd argument...
2009-01-08 simonpj@microsoft.comFix Trac #2914: record wild cards and assoicated types
2009-01-08 Simon MarlowFix #2873: should fail if a package DB desn't exist
2009-01-07 Simon MarlowClose the races between throwTo and thread completion
2009-01-07 Simon Marlowadd comment
2009-01-07 Bertram FelgenhauerFix two more locking issues in throwTo()
2009-01-07 Simon MarlowmaybePerformBlockedException() should handle ThreadComp...
2009-01-07 Simon Marlowfix a race where the timer signal could remain turned...
2009-01-07 Simon MarlowputMVar and takeMVar: add write_barrier() to fix race...
2009-01-06 Simon Marlowcruft removal
2009-01-06 Simon Marlowwake up the blocked exception queue on ThreadFinished...
2008-12-19 Simon Marlowbump GHC's max stack size to 512M
2009-01-05 Tim Chevalierext-core: change .cabal file so we can build with eithe...
2009-01-05 Tim Chevalierext-core: fix some Prep bugs
2009-01-05 Tim Chevalierext-core: use shorter names when combining modules
2009-01-05 Tim Chevalierext-core: twiddle primitive things
2009-01-05 Ben.Lippmeier... Don't pin a register for gc_thread on SPARC.
2009-01-04 Ian LynaghRequire HsColour by default
2009-01-04 Ian LynaghFix build
2008-12-09 Ori AvtalionAdd GHCi completions to :set and :show
2009-01-04 Ian LynaghFix sync-all: Check for --complete/partial before ...
2009-01-04 Ian LynaghRemove time from extralibs at request of maintainer
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
next