Rollback INLINE patches
[ghc-hetmet.git] / compiler / basicTypes / Id.lhs
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-07-31 Max BolingbrokeDocument Id
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Id
2008-04-22 simonpj@microsoft.comComments only
2008-04-11 simonpj@microsoft.comTransfer strictness and arity info when abstracting...
2008-03-15 Ian LynaghRemove uses of addFreeTyVars
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Id
2008-01-04 simonpj@microsoft.comAdd a note about primop wrappers (cf Trac #1509)
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-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-02 simonpj@microsoft.comUse the record fields of IdInfo.RecordSelId
2007-01-29 Kirsten ChevalierTwo new warnings: arity differing from demand type...
2006-11-29 andy@galois.comTickBox representation change
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-05-22 simonpj@microsoft.comAdd idHasRules
2006-04-07 Simon MarlowReorganisation of the source tree