Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / coreSyn / CoreSyn.lhs
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