Implement INLINABLE pragma
[ghc-hetmet.git] / compiler / coreSyn / CoreSyn.lhs
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-14 simonpj@microsoft.comComments only
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-04 simonpj@microsoft.comComments only
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-09 simonpj@microsoft.comA bug in isClosedUnfolding
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-09 simonpj@microsoft.comWibble to substituting InlWrappers
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-04 Roman LeshchinskiyConsider variables with conlike unfoldings interesting
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-08-07 Ian LynaghFix errors with haddock 0.8
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-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreSyn
2008-04-22 simonpj@microsoft.comRemove static flag opt_RuntimeTypes (has not been used...
2008-03-25 Tim ChevalierChange syntax for newtypes in External Core
2008-02-03 Ian LynaghMake seqAlts actually seq everything
2008-01-18 Twan van LaarhovenFix warnings in coreSyn/CoreSyn
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-04-22 simonpj@microsoft.comComments only (concerning rewrite rules)
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-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2006-11-29 andy@galois.comTickBox representation change
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-24 andy@galois.comHaskell Program Coverage
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-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-20 Manuel M T ChakravartyChagne newtype wrapper into worker
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-06 simonpj@microsoft.comAdd comment for the invariant that DataAlt is never...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-26 simonpj@microsoft.comMake mkApps etc infix, and left-associative
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-04-07 Simon MarlowReorganisation of the source tree