The Big INLINE Patch: totally reorganise way that INLINE pragmas work
[ghc-hetmet.git] / compiler / iface / IfaceSyn.lhs
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-15 simonpj@microsoft.comFix several missing dependencies in ifFreeNames
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-03 Ian LynaghFix validate: strs is no longer used in IfaceSyn
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-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-06-17 Simon MarlowFix another "urk! lookup local fingerprint" in nofib...
2008-06-04 Simon MarlowFix #2334: tyvar binders can have Names inside (equalit...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Ian LynaghMake IfaceSyn warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IfaceSyn
2008-01-04 simonpj@microsoft.comA little refactoring of GenIfaceEq to make the Outputab...
2007-12-20 simonpj@microsoft.comComment only
2007-11-20 simonpj@microsoft.comFIX #1715: egregious bug in ifaceDeclSubBndrs
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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-07-11 andy@galois.comAdding tick boxes to the interface syntax; fixes #1510
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-03-21 simonpj@microsoft.comImprove pretty-printing for IfaceConDecl
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comUndo an accidentally-committed patch by Audrey
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comImprove pretty printing of IfaceSyn
2006-09-22 audreyt@audreyt.orgRepair "ghci" under FC+AT by handling AnnCast in byteco...
2006-09-21 Manuel M T ChakravartyExtend IfaceSyn.eqIfTc to cover type kind variants...
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyGet of fam inst index in ifaces
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T ChakravartyComplete OccName->FS change in TcIface
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-07 Manuel M T ChakravartyOccName->FS change over for equalities in GADTs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-07-24 Simon MarlowIn interface files, store FastStrings rather than OccNa...
2006-07-14 simonpj@microsoft.comCheck for overlap-flag differences in hi files
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-25 simonpj@microsoft.comImprove error reporting in interface typechecking
2006-05-22 simonpj@microsoft.comTransmit inline pragmas faithfully
2006-05-17 simonpj@microsoft.comComments only
2006-04-07 Simon MarlowReorganisation of the source tree