Replace uses of the old catch function with the new one
[ghc-hetmet.git] / compiler /
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-18 Ian LynaghImplement GADTSyntax extension
2010-12-17 Karel Gardasprovide shared libraries support on i386-unknown-solari...
2010-12-17 Karel Gardasfix CPP detection of Solaris in NCG
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-15 simonpj@microsoft.comFix a bug in functorLikeTraverse, which was giving...
2010-12-15 simonpj@microsoft.comImprove printing for -ddump-deriv
2010-12-15 simonpj@microsoft.comTighten up what it means to be an "enumeration data...
2010-12-15 simonpj@microsoft.comAllow enumerations to have phantom arguments.
2010-12-14 simonpj@microsoft.comInstance declaration overlap allowed if *either* has...
2010-12-14 simonpj@microsoft.comFix Trac #4841: behave right with TypeSynonymInstances...
2010-12-14 simonpj@microsoft.comFix Trac #3731: more superclass subtlety (sigh)
2010-12-14 simonpj@microsoft.comLess verbose debug print
2010-12-14 simonpj@microsoft.comWibble to InstEnv.instanceHead
2010-12-14 Ian LynaghRemove dead code now that we require the bootstrapping...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-10 dimitris@microsoft.comDoing the smart canonicalization only if we are not...
2010-12-09 dimitris@microsoft.comMoved canonicalisation inside solveInteract
2010-12-13 Ian LynaghGHCi linker: Assume non-Haskell libraries are dynamic...
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-12-10 simonpj@microsoft.comWhite space only
2010-12-10 simonpj@microsoft.comComments only
2010-12-08 simonpj@microsoft.comMake the case-to-let transformation a little less eager
2010-12-10 Ben LippmeierDefault the value of -dppr-cols when the static flags...
2010-12-10 Ben LippmeierDefensify naked read in LLVM mangler
2010-12-10 Ben LippmeierFormatting only
2010-12-08 Ben LippmeierAlways ppr case alts on separate lines
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierSuppress more info with -dsuppress-idinfo
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
2010-12-09 Simon Marlowfix ticket number (#4505)
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-08 Simon MarlowTweak the "sorry" message a bit
2010-12-03 pepeiborra@gmail.comFix the behaviour of :history for ticks surrounding...
2010-11-27 Michal TerepetaDon't warn of duplicate exports in case of module exports.
2010-10-30 Michal TerepetaFix whitespace/layout in RnNames.
2010-12-02 Ian LynaghMake RelaxedLayout off by default
2010-12-03 simonpj@microsoft.comFix up TcInstDcls
2010-12-02 Simon MarlowFix a recomp bug: make classes/datatypes depend directl...
2010-12-01 Simon Marlowmake a panic message more informative and suggest ...
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-12-02 simonpj@microsoft.comA little refactoring (remove redundant argument passed...
2010-12-02 simonpj@microsoft.comMake rebindable if-then-else a little more permissive
2010-12-02 simonpj@microsoft.comImprove error message (Trac #4799)
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-11-30 Ben LippmeierRename -XPArr to -XParallelArrays
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-11-30 keller@cse.unsw... Fixed some 'unused vars' warnings
2010-11-29 keller@cse.unsw... vectScalarLam handles int, float, and double now
2010-11-15 keller@cse.unsw... Handling of lets, letrec and case when checking if...
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-27 Roman LeshchinskiyInherit the ForceSpecConstr flag in non-recursive neste...
2010-11-27 Roman LeshchinskiyNew flag -dddump-rule-rewrites
2010-11-26 simonpj@microsoft.comAcutally, wild-card variables *can* have occurrences
2010-11-26 simonpj@microsoft.comTidy up the handling of wild-card binders, and make...
2010-11-25 simonpj@microsoft.comSubstitution should just substitute, not optimise
2010-11-25 simonpj@microsoft.comMake SpecConstr "look through" identity coercions
2010-11-25 simonpj@microsoft.comComment only
2010-11-01 simonpj@microsoft.comWhite space only
2010-11-15 Simon MarlowUnicide OtherNumber category should be allowed in ident...
2010-11-26 Ben Lippmeiervectoriser: fix warning
2010-11-26 Ben Lippmeiervectoriser: fix warning
2010-11-26 Ben Lippmeiervectoriser: take class directly from the instance tycon
2010-11-25 Ben Lippmeiervectoriser: comments only
2010-11-25 Ben Lippmeiervectoriser: follow changes in mkClass
2010-11-25 Ben Lippmeiervectoriser: tracing wibbles
2010-09-14 benl@ouroborus.netmkDFunUnfolding wants the type of the dfun to be a...
2010-11-25 Ben Lippmeiervectoriser: fix conflicts
2010-09-14 benl@ouroborus.netComments and formatting only
2010-09-09 benl@ouroborus.netComments and formatting to type environment vectoriser
2010-11-24 Ian LynaghDon't mix implicit and explicit layout
2010-11-24 Ian LynaghWhitespace only
2010-11-24 Ian LynaghSeparate NondecreasingIndentation out into its own...
2010-11-24 Ian LynaghAdd another GHC layout rule relaxation to RelaxedLayout
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-11-20 Ian LynaghAdd an extension for GHC's layout-rule relaxations
2010-11-19 simonpj@microsoft.comComments only
2010-11-18 Roman LeshchinskiyForceSpecConstr now forces specialisation even for...
2010-11-18 simonpj@microsoft.comMove the superclass generation to the canonicaliser
2010-11-18 simonpj@microsoft.comFix the generation of in-scope variables for IfaceLint...
2010-11-18 simonpj@microsoft.comComments only
2010-11-18 simonpj@microsoft.comOmit bogus test for -XDeriveFunctor
2010-11-18 simonpj@microsoft.comImprove error message on advice from a user
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-17 simonpj@microsoft.comFix Trac #4498: bang-pattern bindings are monomorphic
2010-11-17 simonpj@microsoft.comComments only
2010-11-17 simonpj@microsoft.comFix Trac #4501: a transposition error in DynFlags
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-11-16 simonpj@microsoft.comSome infrastruture for lambda-lifting
2010-11-16 simonpj@microsoft.comOccurrence analyser takes account of the phase when...
2010-11-16 simonpj@microsoft.comWarn a bit less often about unlifted bindings.
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-11-15 simonpj@microsoft.comFix -fwarn-missing-import-lists (fix Trac #4489)
next