This BIG PATCH contains most of the work for the New Coercion Representation
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-02-19 Max BolingbrokeDrop dead core that was kept alive by RULES in CorePrep...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-10-20 Ian LynaghDon't seq unfoldings
2010-10-20 simonpj@microsoft.comAdd a comment, connecting the seq to the test (#4367...
2010-10-19 Ian Lynaghseq the unfolding in setUnfoldingInfo
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-04-23 simonpj@microsoft.comBetter pretty-printing for IdDetails
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-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-07-31 Max BolingbrokeDocument IdInfo
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IdInfo
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-26 Ian LynaghFix warnings in basicTypes/IdInfo
2008-01-22 simonpj@microsoft.comComments only
2007-12-20 simonpj@microsoft.comFix Trac #1988; keep the ru_fn field of a RULE up to...
2007-10-30 simonpj@microsoft.comFIX BUILD: a glitch in the new rules and inlining stuff
2007-10-03 Simon Marlowwarning removal
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-03 simonpj@microsoft.comFix dependency information for RULES
2007-05-02 simonpj@microsoft.comUse the record fields of IdInfo.RecordSelId
2007-04-17 Simon MarlowRe-working of the breakpoint support
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
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-04-07 Simon MarlowReorganisation of the source tree