ghc-hetmet.git
2008-09-15 simonpj@microsoft.comWhite space only
2008-09-15 simonpj@microsoft.comMinor refactoring to get rid of Type.splitNewTyConApp
2008-09-15 simonpj@microsoft.comRefactor the desugaring of RULE lhss a bit
2008-09-15 simonpj@microsoft.comDo not use the Static Arg Transformation by default...
2008-09-14 simonpj@microsoft.comComments, and a couple of asserts, only
2008-09-14 simonpj@microsoft.comFix Trac #2587: take account of type lets
2008-09-14 simonpj@microsoft.comDon't try to float type-lets
2008-09-15 Ross Patersonadd refs and fix a bug (noted by Peter Gammie) in docs...
2008-09-15 Thomas SchillingGeneralise type of 'withExtendedLinkEnv'.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/InteractiveUI.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/GhciTags.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/Debugger.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/GhciMonad.
2008-09-14 Thomas SchillingUse 'GhcMonad' in ghc/Main.
2008-09-14 Thomas SchillingRequire PatternSignatures for bootstrapping compiler.
2008-09-14 Thomas SchillingUse 'GhcMonad' in InteractiveEval.
2008-09-14 Thomas SchillingUse 'GhcMonad' in GHC and split up checkModule into...
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverPipeline. Also haddockify...
2008-09-14 Thomas SchillingUse 'GhcMonad' in HscMain.
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverMkDepend.
2008-09-14 Thomas SchillingHaddockify DynFlags (partial).
2008-09-14 Thomas SchillingHaddockify 'IE'.
2008-09-14 Thomas SchillingProvide accessors for 'ImportDecl'.
2008-09-14 Thomas SchillingStart haddockifying 'HsBindLR'.
2008-09-14 Thomas SchillingDocument 'parseStaticFlags'.
2008-09-14 Thomas SchillingIntroduce 'GhcMonad' class and two default implementati...
2008-09-14 Thomas SchillingGive the "Failing due to -Werror" message a name.
2008-09-14 Thomas SchillingMake typechecker top-level functions also return messag...
2008-09-14 Thomas SchillingReflect changes of desugarer error reporting in VectMonad.
2008-09-14 Thomas SchillingGeneralise 'handleGhcException' to work with any 'Excep...
2008-09-14 Thomas SchillingIntroduce an 'ExceptionMonad' class.
2008-09-14 Thomas SchillingProvide default MonadIO instance for IO.
2008-09-14 Thomas SchillingReturn instead of print warnings and errors in desugarer.
2008-09-14 Thomas SchillingReturn parser errors and warnings instead of dying.
2008-09-14 Thomas SchillingAdd aliases for bags of warnings and errors.
2008-09-15 Tim ChevalierSlightly more helpful panic message in DynFlags
2008-09-14 Tim ChevalierComments only: ".core" => ".hcr"
2008-09-13 Ian LynaghWe need to tell ghc-pkg to --force if we've only built...
2008-09-13 Ian LynaghIf we're profiling GHC, don't bother building the GHC...
2008-09-13 Ian LynaghRemove the duplicate show rule in libraries/Makefile
2008-09-13 Ian LynaghMove the "show" target from target.mk to boilerplate.mk
2008-09-13 Ian LynaghChange how we detect if we are using the bootstrapping...
2008-09-12 Ian Lynaghwibble the distrib Makefile
2008-09-12 Ian LynaghReinstate the driver/ghc directory, to create a version...
2008-09-12 Ian LynaghIf USE_NEW_MKDEPEND_FLAGS is YES then don't use the...
2008-09-12 Ian LynaghUse --force-local when calling tar in bindisttest/
2008-09-12 Simon MarlowFix #2586, bug in THUNK_SELECTORs (again)
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+
next