ghc-hetmet.git
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...
2008-08-30 Ian LynaghFix building the GHC API with profiling
2008-08-30 Ian LynaghActually, that's use a separate haddock repo for now
2008-08-29 Ian LynaghAlways build docs/{ext-core,storage-mgt}, even when...
2008-08-28 kili@outback... Fix linkage on OpenBSD.
2008-08-29 Ian Lynaghpush-all needs to skip repos, as we don't know how...
2008-08-28 Ian LynaghRemove install-inplace directories when cleaning
2008-08-28 Ian LynaghUse the right ghc-pkg when installing the rts package
2008-08-28 Ian LynaghWhen installing, we can't rely on the ghc-pkg we just...
2008-08-28 Ian LynaghTweaks for installs into a DESTDIR
2008-08-28 Ian LynaghHandle the html target in compiler/ and ghc/
2008-08-28 Ian LynaghTurn on optimisation for stage2 when validating
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-08-28 Ian LynaghRemove an erroneous comma from the Makefile
2008-08-28 Ian LynaghDisambiguate some names in haddock comments
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-28 Ian LynaghFix a haddock2 failure
2008-08-28 Ian LynaghDon't check that we have found haddock
2008-08-27 Ian LynaghDon't fail if libraries/bootstrapping already exists
2008-08-27 Ian LynaghWhen haddocking the libraries, tell Cabal where haddock is
2008-08-14 Ian LynaghBuild haddock with the stage1 compiler
2008-08-13 Ian LynaghTeach darcs-all about absolute repos, and add haddock...
2008-08-28 simonpj@microsoft.comImprove documentation of stolen syntax
2008-08-28 simonpj@microsoft.comFix Trac #2529: derived read for prefix constructor...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-08-27 simonpj@microsoft.comFix Trac #2538: better error messages when validating...
2008-08-27 simonpj@microsoft.comFix Trac #2520: duplicate symbols
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
next