Merge remote branch 'origin/master'
[ghc-hetmet.git] / compiler / deSugar / DsForeign.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-03-29 Simon Marlowfix return type cast in f.i.wrapper when using libffi...
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-28 Simon Marlowfix warning
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-09 Duncan CouttsDesugaring for "foreign import prim"
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
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-07-31 Max BolingbrokeHandle introduction of MkCore in DsForeign
2008-06-14 Ian LynaghFix a warning in DsForeign
2008-06-14 Ian LynaghFix warnings in DsForeign
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsForeign
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-02-16 Ian LynaghGenerate foo(void) rather than foo() in FFI stub files
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-17 Twan van LaarhovenMonadify deSugar/DsForeign: use do, return, applicative...
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
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-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2006-11-21 Simon Marlowput the unsafeCoerce trace inside DEBUG, to avoid test...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-09 Simon MarlowRemove old FFI syntax
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-18 Simon Marlowhandle Bool arg to foreign import "wrapper"
2006-04-18 Simon Marlowupdate commentry for foreign import "wrapper" handling
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree