Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way the
[ghc-hetmet.git] / compiler /
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-07 Roman LeshchinskiyAdd Word8 support to vectoriser
2008-10-02 'Jose Pedro Magalhaesremoved Data.Generics.Basics, added Data.Data
2008-10-03 Ian LynaghFix a build problem with GHC 6.4.2
2008-10-03 Clemens FruhwirthNo AutoLinkPackages for dynamic library linking
2008-10-01 Clemens Fruhwirthuse ghcError for error in command line
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comMake a debug check more refined
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-10-02 Manuel M T ChakravartyTFs: Allow repeated variables in left-hand sides of...
2008-10-02 Manuel M T ChakravartyClean up some comments
2008-10-02 simonpj@microsoft.comMake the new binder-swap stuff in OccurAnal work right...
2008-10-02 simonpj@microsoft.comMinor refactoring only
2008-10-02 simonpj@microsoft.comComments only
2008-10-02 simonpj@microsoft.comZap dead-ness info appropriately in SpecConstr
2008-10-02 simonpj@microsoft.comSuppress invalid Core Lint complaint about lack of...
2008-10-01 Manuel M T ChakravartyProper error message for unsupported pattern signatures
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-10-01 Manuel M T ChakravartyTFs: Fixed InstContextNorm (and simplification of IPs)
2008-10-01 Manuel M T ChakravartyTcSimplify.reduceImplication: clean up
2008-10-01 Manuel M T ChakravartyMake sure to zonk the kind of coercion variables
2008-09-30 Simon MarlowFix #2410: carefully generate unique names for CAF CCs
2008-09-30 Manuel M T ChakravartyType families: need to instantiate flexible skolems...
2008-09-29 Manuel M T ChakravartyFix warnings
2008-09-29 Manuel M T ChakravartyType families: consider subst rules both way
2008-09-26 pepeClean up a bit and improve an error message
2008-09-26 pepeDon't capture error calls in tryUser
2008-09-27 Simon MarlowAdd -outputdir flag (#2295)
2008-09-16 Neil MitchellMake the matching of the filename ghc.exe case insensit...
2008-09-25 Bertram FelgenhauerFix parsing of -ignore-package flag.
2008-09-26 Ian LynaghRemove a redundant options pragma
2008-09-25 Manuel M T ChakravartyType families: fixes in flattening & finalisation
2008-09-25 Ian LynaghFollow the integer package changes
2008-09-25 Manuel M T ChakravartyType families: fix decomposition problem
2008-09-24 Judah JacobsonDon't exit ghci if :info is called on an undefined...
2008-09-24 Ian LynaghFix maintainer-clean
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-22 Simon MarlowFix to new executable allocation code (fixed print002...
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (first bug): correct type checking for...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (second bug): complain about an empty...
2008-09-20 Ian LynaghUpdate dependencies
2008-09-20 Ian LynaghRemove fno-method-sharing from the list of static flags
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-19 Ian LynaghDon't require Parser.y in a source dist 6_10_branch_has_been_forked
2008-09-18 pepeFix a couple of issues with :print
2008-04-18 pepewibble
2008-09-18 Chaddai FoucheRichTokenStream support
2008-09-18 Ian LynaghWhen passing gcc -B, also tell it where the mingw inclu...
2008-09-18 Ian LynaghBe more forceful when cleaning in compiler/ and ghc/
2008-09-18 Ian LynaghGenerate ghc.cabal and ghc-bin.cabal with configure
2008-09-18 simonpj@microsoft.comFix Trac #1470: improve handling of recursive instances...
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-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.
next