ghc-hetmet.git
2008-09-18 simonpj@microsoft.comReplace ASSERT with WARN, and explain why
2008-09-18 simonpj@microsoft.comAdd a missing "prime" (env' --> env'') thereby fixing...
2008-09-17 simonpj@microsoft.comFix nasty infelicity: do not short-cut empty substituti...
2008-09-17 simonpj@microsoft.comAvoid arity reduction when doing eta-reduce
2008-09-17 simonpj@microsoft.comAdd extra WARN test
2008-09-17 simonpj@microsoft.comComments only
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-16 simonpj@microsoft.comAdd link to GADT paper re rigid types
2008-09-18 Simon MarlowFix MacOS X build: don't believe __GNUC_GNU_INLINE__...
2008-09-18 Simon Marlowrequire Alex version 2.1.0
2008-09-18 Manuel M T... Type families: fixes in the new solver
2008-09-18 Tim Chevalierext-core library: Parser fixes; make it build with...
2008-09-17 Ian LynaghWibble ghc-pkg imports to fix building on Windows
2008-09-17 Ian Lynaghghc-pkg needs to make package.conf with sensible permis...
2008-09-17 Thomas SchillingChange 'loadWithCompiler' callback argument to just...
2008-09-17 Simon MarlowFix: GhcStage2HcOpts were being added to stage 3 too
2008-09-17 Manuel M T... Type families: unify with family apps in checking mode
2008-09-16 Manuel M T... Type families: bug fixes
2008-09-16 Manuel M T... Keep sysnonyms folded in equalities if possible
2008-09-16 Manuel M T... Type families: apply flattening coercions in the right...
2008-09-15 Manuel M T... TcTyFuns: tidy warning
2008-09-15 Manuel M T... Signature for Inst.isValidWantedEqInst
2008-09-14 Manuel M T... Remember if RewriteInst is swapped & bug fixes
2008-09-14 Manuel M T... Type families: fixed all non-termination in the testsuite
2008-09-13 Manuel M T... Type families: completed the new equality solver
2008-09-16 Ian LynaghUse the new -optdep flag replacements when building...
2008-09-15 Ian LynaghUse "exec" when running ghc in the wrapper
2008-09-14 Ian LynaghAdd "#!/bin/sh" to runghc.wrapper
2008-09-14 Ian LynaghAdd a "#!/bin/sh" to ghc.wrapper
2008-09-16 andygill@ku.eduFixing directory creation to not create "" directories...
2008-09-16 andygill@ku.eduFix Trac #2052 Allowing hpc to understand hsc files.
2008-09-15 andygill@ku.eduFix Trac #2311: creates subdirs for package coverage...
2008-09-16 Simon MarlowFIX #2469: sort out our static/extern inline story
2008-09-16 Simon MarlowFix a warning
2008-09-15 Simon MarlowStop using mremap() to allocate space for trampolines
2008-09-12 Simon Marlowadd $(GhcStage[123]HcOpts)
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 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
next