Re-adjust interaction between -ddump flags and force-recompilation
[ghc-hetmet.git] / compiler /
2008-09-17 simonpj@microsoft.comRe-adjust interaction between -ddump flags and force...
2008-09-17 simonpj@microsoft.comAdd Outputable GhcMode instance
2008-09-17 simonpj@microsoft.comImprove error reporting for 'deriving' (Trac #2604)
2008-09-18 Manuel M T ChakravartyType families: fixes in the new solver
2008-09-17 Thomas SchillingChange 'loadWithCompiler' callback argument to just...
2008-09-17 Manuel M T ChakravartyType families: unify with family apps in checking mode
2008-09-16 Manuel M T ChakravartyType families: bug fixes
2008-09-16 Manuel M T ChakravartyKeep sysnonyms folded in equalities if possible
2008-09-16 Manuel M T ChakravartyType families: apply flattening coercions in the right...
2008-09-15 Manuel M T ChakravartyTcTyFuns: tidy warning
2008-09-15 Manuel M T ChakravartySignature for Inst.isValidWantedEqInst
2008-09-14 Manuel M T ChakravartyRemember if RewriteInst is swapped & bug fixes
2008-09-14 Manuel M T ChakravartyType families: fixed all non-termination in the testsuite
2008-09-13 Manuel M T ChakravartyType families: completed the new equality solver
2008-09-16 andygill@ku.eduFix Trac #2052 Allowing hpc to understand hsc files.
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
2008-09-16 Roman LeshchinskiyAdd -fdph-this
2008-09-16 Roman LeshchinskiyRemove last traces of package ndp
2008-09-16 Roman LeshchinskiyClean up vectorisation error messages
2008-09-15 Roman LeshchinskiyFix vectoriser bug
2008-09-12 Roman LeshchinskiyTrack changes to dph
2008-09-12 Roman LeshchinskiyChange desugaring of PArr literals
2008-09-12 Roman LeshchinskiyExpose the dph packages automatically if -dph-* is set
2008-09-11 Roman LeshchinskiyDon't panic on non-vectorisable expressions
2008-09-10 Roman Leshchinskiy-Odph implies -fno-spec-constr-count
2008-09-15 simonpj@microsoft.comImprove warning for SpecConstr
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 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 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-10 simonpj@microsoft.comRemove dataConInstOrigDictsAndArgTys
2008-09-09 Ian LynaghWe always install stage2, so we need to always put...
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-08 Ian LynaghUse test -f rather than test -e
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-09-07 Ian Lynaghbindist fixes
2008-09-07 Manuel M T ChakravartyType families: new algorithm to solve equalities
2008-09-06 Ian LynaghInstall the stage 2 ghc package when installing; fixes...
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-04 Ian LynaghAdd a note explaining a couple of seq's
2008-09-04 dias@eecs.harvard.eduadd assertion to check that UniqFM is only passed ...
2008-09-03 Ian LynaghRe-merge concurrent,timeout,unique,st,getopt into base
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
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
next