summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsForeign.lhs
Commit message (Expand)AuthorAgeFilesLines
* Handle introduction of MkCore in DsForeignMax Bolingbroke2008-07-311-4/+4
* Fix a warning in DsForeignIan Lynagh2008-06-141-1/+3
* Fix warnings in DsForeignIan Lynagh2008-06-141-13/+14
* FIX #2276: foreign import stdcall "&foo" doesn't workSimon Marlow2008-05-141-3/+24
* (F)SLIT -> (f)sLit in DsForeignIan Lynagh2008-04-121-15/+15
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-38/+17
* Generate foo(void) rather than foo() in FFI stub filesIan Lynagh2008-02-161-3/+6
* Use the correct libffi type for pointersSimon Marlow2008-01-041-1/+1
* Monadify deSugar/DsForeign: use do, return, applicative, standard monad funct...Twan van Laarhoven2008-01-171-161/+154
* Optionally use libffi to implement 'foreign import "wrapper"' (#793)Simon Marlow2008-01-031-23/+67
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Refactoring only: remove [Id] field from ForeignStubsSimon Marlow2007-08-261-45/+43
* Tidy up the treatment of newtypes, refactor, and fix Trac #736simonpj@microsoft.com2007-08-091-23/+19
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-1/+1
* put the unsafeCoerce trace inside DEBUG, to avoid test failuresSimon Marlow2006-11-211-2/+4
* Module header tidyup, phase 1Simon Marlow2006-10-111-40/+25
* Massive patch for the first months work adding System FC to GHC #12Manuel M T Chakravarty2006-08-041-3/+5
* Remove old FFI syntaxSimon Marlow2006-08-091-9/+2
* Generalise Package SupportSimon Marlow2006-07-251-3/+3
* handle Bool arg to foreign import "wrapper"Simon Marlow2006-04-181-7/+11
* update commentry for foreign import "wrapper" handlingSimon Marlow2006-04-181-8/+16
* Allow IO to be wrapped in a newtype in foreign import/exportsimonpj@microsoft.com2006-04-111-19/+9
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+646