Fix Trac #2111: improve error handling for 'rec' in do-notation
[ghc-hetmet.git] / compiler / coreSyn /
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-13 Ian Lynaghseq what we actually want to seq, not the seq'ing function
2008-02-11 Roman LeshchinskiyAllow -ddump-simpl-phases to specify which phases to...
2008-02-07 simonpj@microsoft.comRedo inlining patch, plus some tidying up
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-06 Roman LeshchinskiyTeach cheapEqExpr about casts
2008-02-03 Ian LynaghMake seqAlts actually seq everything
2008-02-01 Simon MarlowUNDO: Be a little keener to inline
2008-01-30 Ian LynaghFix warnings on non-Windows
2008-01-26 Twan van LaarhovenFixed warnings in coreSyn/ExternalCore
2008-01-26 Twan van LaarhovenFixed warnings in coreSyn/MkExternalCore, except for...
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/PprExternalCore
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreUtils, except for incompl...
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreUnfold
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CorePrep
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreSubst
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreLint
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreFVs, except for incomplet...
2008-01-18 Twan van LaarhovenFix warnings in coreSyn/CoreTidy
2008-01-18 Twan van LaarhovenFix warnings in coreSyn/CoreSyn
2008-01-25 simonpj@microsoft.comBe a little keener to inline
2008-01-17 Twan van LaarhovenMonadify coreSyn/CorePrep: use do, return, applicative...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comAdd missing extendSubst
2008-01-16 simonpj@microsoft.comA bottoming function should have infinite arity
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-13 Roman LeshchinskiyDon't dump simplifier iterations with -dverbose-core2core
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-11-28 simonpj@microsoft.comCheck for duplicate bindings in CoreLint
2007-11-08 simonpj@microsoft.comFix Trac #1654: propagate name changes into CoreRules
2007-11-05 simonpj@microsoft.comImprove pretty-printing of Core slightly (avoid indenti...
2007-11-05 simonpj@microsoft.comMake CoreLint give a more informative error message
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-01 Manuel M T ChakravartyFIX #1738: KPush rule of FC must take dataConEqTheta...
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-22 simonpj@microsoft.comTrim imports
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-05-23 simonpj@microsoft.comDrop redundant import
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 simonpj@microsoft.comComments only
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-03 simonpj@microsoft.comFix dependency information for RULES
2007-05-03 simonpj@microsoft.comRemove "__" prefix for forall when printing a RULE
2007-05-03 Ian LynaghMake coreSyn/CoreUtils.lhs compile
2007-05-02 simonpj@microsoft.comWarning police
2007-05-02 simonpj@microsoft.comLayout only
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-22 simonpj@microsoft.comComments only (concerning rewrite rules)
2006-11-13 Aaron TombFix external core syntax (though not full compilation)
2007-03-30 simonpj@microsoft.comThe ru_local field of a CoreRule is False for implicit Ids
2007-02-21 simonpj@microsoft.comImport trimming
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2007-01-29 Kirsten ChevalierTwo new warnings: arity differing from demand type...
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-12-03 Ian LynaghMERGE: In hashExpr, use Word32 rather than relying...
2006-11-29 andy@galois.comTickBox representation change
2006-11-24 simonpj@microsoft.comDrop redundant parens in pretty-printing
2006-11-24 simonpj@microsoft.comImprove hashing of expressions
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 Samuel BronsonGet External Core (-fext-core) working with readline
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-25 andy@galois.coman expression with a TickBox round it is not in HNF.
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comFix a bug in Lint (which wrongly complained when compil...
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 simonpj@microsoft.comImprove pretty-printing slightly
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-05 simonpj@microsoft.comCorrect the float-coercions-out-of-let patch
2006-10-05 simonpj@microsoft.comComments and layout
2006-10-05 simonpj@microsoft.comRemove unused OccInfo (simplification)
2006-10-05 simonpj@microsoft.comTake 2 on the recursive-rule fix
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comImprove pretty-printing of Core
2006-09-29 simonpj@microsoft.comAnother correction to the (subtle) exprIsConApp_maybe
2006-09-27 simonpj@microsoft.comFix exprIsConApp_maybe (wasn't dealing properly with...
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T ChakravartySmall refactoring
2006-09-20 Manuel M T ChakravartyMissing imports in CoreUtils
2006-09-20 Manuel M T ChakravartyInclude the existential dictionaries in dataConOrigInstPat
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyChagne newtype wrapper into worker
2006-09-20 Manuel M T Chakravartymake dataConInstPat take a list of FastStrings rather...
2006-09-20 Manuel M T ChakravartyFix problem with selectors for GADT records with unboxe...
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T ChakravartyFix bug in type checking interface DataAlts
2006-09-20 Manuel M T Chakravartyfix big-lambda eta expansion, add comments
next