summaryrefslogtreecommitdiff
path: root/compiler/deSugar
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant fromIntegral callsMax Bolingbroke2008-08-072-3/+3
* Handle introduction of MkCore in DsMonad and expand APIMax Bolingbroke2008-07-311-22/+7
* Handle introduction of MkCore in MatchLitMax Bolingbroke2008-07-311-7/+8
* Handle introduction of MkCore in MatchConMax Bolingbroke2008-07-311-1/+2
* Handle introduction of MkCore in MatchMax Bolingbroke2008-07-311-2/+3
* Handle introduction of MkCore in DsUtilsMax Bolingbroke2008-07-311-473/+21
* Handle introduction of MkCore in DsMetaMax Bolingbroke2008-07-311-0/+1
* Handle introduction of MkCore in DsListCompMax Bolingbroke2008-07-311-1/+2
* Handle introduction of MkCore in DsForeignMax Bolingbroke2008-07-311-4/+4
* Handle introduction of MkCore in DsExprMax Bolingbroke2008-07-311-4/+5
* Handle introduction of MkCore in DsBindsMax Bolingbroke2008-07-311-0/+1
* Handle introduction of MkCore in DsArrowsMax Bolingbroke2008-07-311-0/+1
* Handle optSrcSpanFileName rename in CoverageMax Bolingbroke2008-07-311-1/+1
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-313-2/+3
* Fixes for haddock 0.8Ian Lynagh2008-07-211-2/+2
* Fix Haddock errors.Thomas Schilling2008-07-202-6/+6
* Add a WARNING pragmaIan Lynagh2008-07-201-2/+2
* Remove all .hi-boot-6 filesIan Lynagh2008-07-082-33/+0
* Easy fix for Trac #2409simonpj@microsoft.com2008-07-011-3/+12
* Fix a warning in DsForeignIan Lynagh2008-06-141-1/+3
* Fix warnings in DsForeignIan Lynagh2008-06-141-13/+14
* Fix Trac #2045: use big-tuple machiney for implication constraintssimonpj@microsoft.com2008-06-051-5/+5
* Desugar multiple polymorphic bindings more intelligentlysimonpj@microsoft.com2008-06-051-33/+135
* Add non-recursive let-bindings for typessimonpj@microsoft.com2008-06-051-3/+3
* validate fix: eliminate a warningSimon Marlow2008-05-161-1/+0
* Improve the treatment of 'seq' (Trac #2273)simonpj@microsoft.com2008-05-161-10/+45
* FIX #2276: foreign import stdcall "&foo" doesn't workSimon Marlow2008-05-141-3/+24
* FIX #1641: don't add auto sccs to compiler-generated bindingsSimon Marlow2008-05-131-2/+6
* FIX validate: Fix warnings in new literal codeRoman Leshchinskiy2008-05-072-1/+2
* Add a comment about why DsMeta needs the warning kludgeIan Lynagh2008-05-061-0/+1
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-063-42/+60
* Make DsArrows warning-freeIan Lynagh2008-05-041-25/+33
* Make DsCCall warning-freeIan Lynagh2008-05-041-15/+12
* Make DsMeta almost warning-freeIan Lynagh2008-05-041-43/+125
* Make MatchLit warning-freeIan Lynagh2008-05-041-14/+23
* Add an Outputable EquationInfo instanceIan Lynagh2008-05-041-0/+3
* Add 123## literals for Word#Ian Lynagh2008-04-232-5/+12
* (F)SLIT -> (f)sLit in DsMetaIan Lynagh2008-04-121-131/+129
* (F)SLIT -> (f)sLit in DesugarIan Lynagh2008-04-121-3/+1
* (F)SLIT -> (f)sLit in DsForeignIan Lynagh2008-04-121-15/+15
* (F)SLIT -> (f)sLit in MatchIan Lynagh2008-04-121-11/+11
* (F)SLIT -> (f)sLit in DsBindsIan Lynagh2008-04-121-4/+4
* (F)SLIT -> (f)sLit in CoverageIan Lynagh2008-04-121-3/+1
* (F)SLIT -> (f)sLit in DsUtilsIan Lynagh2008-04-121-1/+1
* (F)SLIT -> (f)sLit in DsUtilsIan Lynagh2008-04-121-3/+3
* (F)SLIT -> (f)sLit in DsMonadIan Lynagh2008-04-121-6/+4
* Rename WpCo to WpCastsimonpj@microsoft.com2008-04-222-3/+3
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-38/+17
* Don't import FastString in HsVersions.hIan Lynagh2008-03-295-6/+2
* Remove some unnecessary importsIan Lynagh2008-03-291-5/+0