ghc-hetmet.git
2008-09-12 Simon MarlowFix crash in biographical heap profiling (#2576) 2008-09-12 2008-09-12_2
2008-09-12 Simon MarlowFix retainer profiling (#2576)
2008-09-12 Simon MarlowFix some bugs in the stack-reducing code (#2571)
2008-09-12 Tim Chevalierext-core library: Add dead code eliminator for Core
2008-09-12 Tim Chevalierext-core library: expose some more modules
2008-09-12 Tim Chevalierext-core library: Change syntax for primitive coercions
2008-09-12 Tim Chevalierext-core library: Export a lot more things from Prims
2008-09-12 Tim Chevalierext-core library: Extend Core preprocessor
2008-09-12 Tim Chevalierext-core library: Export a bunch more stuff from the...
2008-09-12 Tim Chevalierext-core library: Fix performance bug
2008-09-12 Tim Chevalierext-core library: Remove some cruft
2008-09-12 Tim Chevalierext-core library: Add code for merging multiple Core...
2008-09-11 Ian LynaghUse OSThreadProcAttr for workerStart
2008-09-11 Ian LynaghInclude docs in the bindists
2008-09-11 Ian LynaghDon't install pwd
2008-09-11 Ian LynaghIn stgReallocForGMP, we need to copy min(old_size,new_size)
2008-09-11 Ian LynaghTell perl to autoflush output in darcs-all. Suggested...
2008-09-10 simonpj@microsoft.comRemove dataConInstOrigDictsAndArgTys
2008-09-09 Ian LynaghWe always install stage2, so we need to always put...
2008-09-09 Ian LynaghAdd a do-nothing install-docs rule in ext-core/ when...
2008-09-09 Ian LynaghLink to core.pdf, not core.ps.gz
2008-09-10 simonpj@microsoft.comFix debug message formatting on Windows
2008-09-10 simonpj@microsoft.comCheck the *right* set of type variables for escape!
2008-09-10 simonpj@microsoft.comMore refactoring of instance declarations (fixes Trac...
2008-09-10 simonpj@microsoft.comFix Trac #2581: inlining of record selectors
2008-09-10 simonpj@microsoft.comFix Trac #2573; and explanatory comment
2008-09-10 simonpj@microsoft.comFix the zonking of HsWrappers
2008-09-10 simonpj@microsoft.comAdd newDictOcc, newDictOccs
2008-09-10 simonpj@microsoft.comLayout and type synonyms only
2008-09-10 simonpj@microsoft.comRobustify the setting of implied flags
2008-09-10 simonpj@microsoft.comRename a variable
2008-09-10 simonpj@microsoft.comComments only
2008-09-10 simonpj@microsoft.comSimplify the type signature for tcPolyBinds
2008-09-09 simonpj@microsoft.comTell GHC which module nON_EXHAUSTIVE_GUARDS_ERROR_ID...
2008-09-09 simonpj@microsoft.comImprove float-in somewhat
2008-09-09 simonpj@microsoft.comImportant performance wibble to callSiteInline (the...
2008-09-09 Simon Marlowwhen a memory leak is detected, report which blocks...
2008-09-09 Simon MarlowSeparate pruning from marking of spark pools
2008-09-09 Simon Marlowun-disable warnings in some modules
2008-09-09 Simon MarlowFix warnings
2008-09-09 Simon MarlowMore sanity checking for the TSO write barrier
2008-09-09 Simon MarlowMove checkGlobalTSOList() call from GarbageCollect...
2008-09-09 Simon Marlowsmall bugfix in traverseBlackHoleQueue()
2008-09-09 Simon MarlowFix race condition in wakeupThreadOnCapability() (...
2008-09-09 Simon MarlowFix compacting GC bug: don't forget to thread the black...
2008-08-19 berthold@mathematik... Capability stopping when waiting for GC
2008-09-02 berthold@mathematik... Scheduler code cleanup
2008-09-08 Simon MarlowFix parallel GC bug (crash in concprog001(threaded2))
2008-09-08 Simon MarlowMake LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline function...
2008-09-08 Ian LynaghUse test -f rather than test -e
2008-09-08 Ian LynaghMake a pdf, rather than ps.gz, of teh ext-core docs
2008-09-08 Simon MarlowFIX BUILD on non-Windows
2008-09-08 Simon Marlowmake this build with GHC 6.7+
2008-09-08 Simon Marlowadd (c) Lennart Augustsson (part of #740)
2008-09-03 Simon MarlowsysErrorBelch: don't put an extra \n on Windows
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-09-07 Ian Lynaghbindist fixes
2008-09-07 Ian LynaghFix the ext-core doc in bindists
2008-08-22 daniel@phasevelocity.orgAdd extern flag to avoid multiple symbol errors on...
2008-09-07 Manuel M T... Type families: new algorithm to solve equalities
2008-09-06 Ian LynaghDon't build latex docs by default
2008-09-06 Ian LynaghNow that haddock is in-tree, build haddock docs by...
2008-09-06 Ian LynaghAdd an explanation of the format of the packages file...
2008-09-06 Ian LynaghInstall the stage 2 ghc package when installing; fixes...
2008-09-06 Ian LynaghUpdate the users guide to point at the in-tree core...
2008-09-06 Ian LynaghCompress the ext-core docs
2008-09-06 Ian LynaghInstall the ext-core docs
2008-09-06 Ian LynaghMake ext-core when making all in docs
2008-09-05 Ian LynaghRemove the haddock detection
2008-09-05 Ian LynaghAdd a comment to utils/Makefile
2008-09-05 simonpj@microsoft.comFix up the instance-declaration re-engineering story
2008-09-05 simonpj@microsoft.comComments only
2008-09-05 simonpj@microsoft.comMinor refactoring to share InstEnv.instanceBindFun
2008-09-05 simonpj@microsoft.comRemove unused constructors AvoidMe, WildCard
2008-09-05 simonpj@microsoft.comMore specialiser wibbles
2008-09-05 simonpj@microsoft.comRetain unfoldings even with SimplGently
2008-09-05 simonpj@microsoft.comComments only
2008-09-05 simonpj@microsoft.comBetter debug panic messages in applyTys
2008-09-05 simonpj@microsoft.comMake ASSERT2 mention msg even when debug is off (avoid...
2008-09-05 Ian LynaghMove the "This is a generated file" to the top of GHC...
2008-09-05 Ian LynaghMake genprimopcode generate code that haddock 2 understands
2008-09-04 Ian LynaghDefine _BSD_SOURCE in Stg.h
2008-09-04 Ian LynaghAdd a note explaining a couple of seq's
2008-09-04 Ross Patersonfix message for missing packages
2008-09-04 dias@eecs.harvard.eduadd assertion to check that UniqFM is only passed ...
2008-09-04 Ian LynaghAdd darcs-all usage info
2008-09-03 Ian LynaghRe-merge concurrent,timeout,unique,st,getopt into base
2008-09-03 Ian LynaghFix ifBuildable
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-09-02 simonpj@microsoft.comCope with recent versions of Perl that lack the $*...
2008-09-02 Simon MarlowFIX #2554: GHC.TopHandler.{runIO,runNonIO} should be...
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-31 Ian LynaghMake the dynlibs, ghci and ncg flags manual too
2008-08-30 Ian LynaghSquash a space leak
2008-08-30 Ian LynaghFix a space leak
2008-08-30 Ian Lynaghfix a space leak
2008-08-31 Ian LynaghMake ghc.cabal's editline flag manual, to simplify...
2008-08-30 Judah JacobsonDon't build ghc in stage1 with editline (since we alrea...
2008-08-30 Ian LynaghIf we want a profiled GHC then use -auto-all when build...
next