Make record selectors into ordinary functions
[ghc-hetmet.git] / compiler / coreSyn / MkExternalCore.lhs
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-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-05-04 Tim ChevalierImprove External Core newtype syntax
2008-05-04 Tim ChevalierImprove syntax for primitive coercions in External...
2008-04-22 Tim ChevalierImprove External Core syntax for newtypes
2008-04-22 Tim ChevalierNaming changes in External Core
2008-04-14 Tim ChevalierEta-expand newtype coercions in External Core
2008-04-10 Tim ChevalierAnother round of External Core fixes
2008-03-29 Tim ChevalierFix big character literal printing in External Core
2008-03-27 Tim ChevalierChange syntax for qualified names in External Core
2008-03-25 Tim ChevalierChange syntax for newtypes in External Core
2008-03-19 Tim ChevalierImprove hierarchical module name handling in MkExternalCore
2008-03-19 Tim ChevalierFixed remaining warning in coreSyn/MkExternalCore
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-01-26 Twan van LaarhovenFixed warnings in coreSyn/MkExternalCore, except for...
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
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-10 Michael D. AdamsWarning fix for unused and redundant imports
2006-11-13 Aaron TombFix external core syntax (though not full compilation)
2006-11-01 Samuel BronsonGet External Core (-fext-core) working with readline
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-08-06 Manuel M T ChakravartyResolve conflict in MkExternalCore
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-02 Jan RochelAdd %local-tag to external core output
2006-06-23 Simon Marlowthe unlifted kind
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-04-20 Josef SvenningssonExtcore can now handle data types without constructors
2006-04-07 Simon MarlowReorganisation of the source tree