Trim redundant import
[ghc-hetmet.git] / compiler / coreSyn /
2008-12-05 simonpj@microsoft.comMake CoreTidy retain deadness info (better -ddump-simpl)
2008-11-26 simonpj@microsoft.comFix Trac #2756: CorePrep strictness bug
2008-10-28 simonpj@microsoft.comFix Trac #2720: inlining and casts
2008-09-23 simonpj@microsoft.comImprove crash message from applyTys and applyTypeToArgs
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-02 simonpj@microsoft.comSuppress invalid Core Lint complaint about lack of...
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-17 simonpj@microsoft.comFix nasty infelicity: do not short-cut empty substituti...
2008-09-15 simonpj@microsoft.comWhite space only
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-10 simonpj@microsoft.comFix Trac #2581: inlining of record selectors
2008-09-10 simonpj@microsoft.comComments only
2008-09-09 simonpj@microsoft.comImportant performance wibble to callSiteInline (the...
2008-09-05 simonpj@microsoft.comBetter debug panic messages in applyTys
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-08-07 Max BolingbrokeRemove redundant fromIntegral calls
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-07-31 Max BolingbrokeAdd MkCore, holding general Core construction facilities
2008-07-31 Max BolingbrokeDocument CoreUtils
2008-07-31 Max BolingbrokeDocument CoreSyn and expand its API
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeDocument CoreSubst
2008-07-31 Max BolingbrokeDocument CoreFVs
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-06-14 simonpj@microsoft.comCoreLint should check for out-of-scope worker
2008-06-14 Ian LynaghFix warnings in PprCore
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-06-03 simonpj@microsoft.comShorten debug messages
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Tim ChevalierImprove External Core newtype syntax
2008-05-04 Tim ChevalierImprove syntax for primitive coercions in External...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreSubst
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CorePrep
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreUnfold
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreLint
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreUtils
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprCore
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreSyn
2008-04-22 simonpj@microsoft.comSimplify SimplCont, plus some other small changes to...
2008-04-22 simonpj@microsoft.comRemove static flag opt_RuntimeTypes (has not been used...
2008-04-22 Tim ChevalierImprove External Core syntax for newtypes
2008-04-22 Tim ChevalierNaming changes in External Core
2008-04-16 Tim ChevalierImprove External Core syntax
2008-04-14 Tim ChevalierEta-expand newtype coercions in External Core
2008-04-10 simonpj@microsoft.comEnsure that arity is accurate in back end
2008-04-10 Tim ChevalierAnother round of External Core fixes
2008-03-29 Tim ChevalierFix big character literal printing in External Core
2008-03-29 Tim ChevalierExternal Core: don't print superfluous parens in case...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-28 Tim ChevalierExternal Core: print function types correctly, improve...
2008-03-28 Tim ChevalierPrint out rational literals correctly in External Core
2008-03-27 Tim ChevalierChange syntax for qualified names in External Core
2008-03-25 Tim ChevalierChange syntax for newtypes in External Core
2008-03-24 Tim ChevalierFix primMname in External Core printer
2008-03-24 Tim ChevalierFix primMname in External Core printer
2008-03-23 Ian LynaghFollow library changes
2008-03-19 Tim ChevalierImprove hierarchical module name handling in MkExternalCore
2008-03-19 Tim ChevalierFixed remaining warning in coreSyn/MkExternalCore
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-02-28 Max BolingbrokeMake explicit lists more fusable
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
next