summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsCCall.lhs
Commit message (Expand)AuthorAgeFilesLines
* Introduce CPR for sum types (Trac #5075)Simon Peyton Jones2013-01-241-2/+43
* Move tARGET_* out of HaskellConstantsIan Lynagh2012-09-171-6/+9
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-7/+7
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-4/+6
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+1
* Implement "value" imports with the CAPIIan Lynagh2012-02-261-1/+1
* GHC gets a new constraint solver. More efficient and smaller in size.Dimitrios Vytiniotis2011-11-161-2/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-2/+2
* Remove some (probably bit-rotted) .NET casesIan Lynagh2011-09-131-51/+0
* Implement -XConstraintKindMax Bolingbroke2011-09-061-3/+3
* Add Type.tyConAppTyCon_maybe and tyConAppArgs_maybe, and use themSimon Peyton Jones2011-08-031-5/+5
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-2/+2
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-1/+1
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-16/+9
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-201-8/+9
* Make DsCCall warning-freeIan Lynagh2008-05-041-15/+12
* Remove some unnecessary importsIan Lynagh2008-03-291-5/+0
* Monadify deSugar/DsCCall: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-129/+122
* 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
* Tidy up the treatment of newtypes, refactor, and fix Trac #736simonpj@microsoft.com2007-08-091-42/+48
* Module header tidyup, phase 1Simon Marlow2006-10-111-43/+22
* Flip direction of newtype coercions, fix some commentsManuel M T Chakravarty2006-09-201-2/+2
* fix some coercion kind representation things, extend exprIsConApp_maybe to no...Manuel M T Chakravarty2006-09-201-3/+3
* Massive patch for the first months work adding System FC to GHC #12Manuel M T Chakravarty2006-08-041-7/+7
* Remove InlinePlease and add inline function and RULEsimonpj@microsoft.com2006-06-051-2/+2
* Allow IO to be wrapped in a newtype in foreign import/exportsimonpj@microsoft.com2006-04-111-85/+90
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+456