Make assignTemp_ less pessimistic
[ghc-hetmet.git] / compiler / stranal / WwLib.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-09-23 simonpj@microsoft.comAllow absent State# RealWorld arguments
2010-09-23 simonpj@microsoft.comRejig the absent-arg stuff for unlifted types
2010-09-14 simonpj@microsoft.comMake absent-arg wrappers work for unlifted types (fix...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-07 Ian LynaghRemove unused imports
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-21 simonpj@microsoft.comDo proper cloning in worker/wrapper splitting
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in WwLib
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-01 Simon MarlowFIX BUILD with GHC 6.4.x
2008-01-17 Twan van LaarhovenMonadify stranal/WwLib: use do, return, applicative...
2007-10-02 Manuel M T ChakravartyRemove warnings from WwLib
2007-10-02 Manuel M T ChakravartyFIX: mkWWcpr takes open alg types into account
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...
2006-11-01 simonpj@microsoft.comFix a long-standing but obscure bug in worker-wrapper...
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyClean up unused imports, definitions and arguments
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T Chakravartyfinished product unboxing through newtypes and proper...
2006-09-20 Manuel M T Chakravartytowards unboxing through newtypes
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree