summaryrefslogtreecommitdiff
path: root/compiler/deSugar
Commit message (Expand)AuthorAgeFilesLines
* Rollback INLINE patchesSimon Marlow2008-12-163-140/+125
* Make some profiling flags dynamicIan Lynagh2008-12-091-5/+7
* Use CoreSubst.simpleOptExpr in place of the ad-hoc simpleSubst (reduces code ...simonpj@microsoft.com2008-12-081-50/+16
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-053-76/+125
* Add static flag -fsimple-list-literalssimonpj@microsoft.com2008-12-051-1/+19
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-25/+21
* Fix #2740: we were missing the free variables on some expressionsSimon Marlow2008-11-251-14/+13
* Fix desugaring of record update (fixes Trac #2735)simonpj@microsoft.com2008-11-031-10/+15
* Comments onlysimonpj@microsoft.com2008-10-311-2/+4
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-1/+3
* Mostly-fix Trac #2595: updates for existentialssimonpj@microsoft.com2008-10-282-37/+94
* Spelling error in commentsimonpj@microsoft.com2008-10-191-1/+1
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-1/+3
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-203-19/+15
* Fix Trac #2052 Allowing hpc to understand hsc files.andygill@ku.edu2008-09-161-4/+13
* Change desugaring of PArr literalsRoman Leshchinskiy2008-09-121-12/+12
* Minor refactoring to get rid of Type.splitNewTyConAppsimonpj@microsoft.com2008-09-151-1/+3
* Refactor the desugaring of RULE lhss a bitsimonpj@microsoft.com2008-09-152-33/+34
* Return instead of print warnings and errors in desugarer.Thomas Schilling2008-09-142-34/+37
* Major change in compilation of instance declarations (fix Trac #955, #2328)simonpj@microsoft.com2008-09-031-2/+5
* Fix Trac #2520: duplicate symbolssimonpj@microsoft.com2008-08-271-2/+14
* Fix flaggery for RULES (cf Trac #2497)simonpj@microsoft.com2008-08-262-2/+2
* Mostly fix Trac #2431: make empty case acceptable to (most of) GHCsimonpj@microsoft.com2008-08-111-4/+9
* 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