summaryrefslogtreecommitdiff
path: root/compiler/deSugar
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #3403: interaction of CPR and pattern-match failuresimonpj@microsoft.com2009-09-081-12/+25
* FIX #2767 & original problem of #3208Manuel M T Chakravarty2009-08-202-8/+8
* Minor documentation fixes.Thomas Schilling2009-07-221-0/+1
* Improve the recent changes to overlap-checking for view patterssimonpj@microsoft.com2009-08-101-88/+104
* Minor refactoringIan Lynagh2009-08-091-2/+2
* FIX #2395 (ViewPatterns trigger bad Check errors)Alexander Dunlap2009-08-071-3/+5
* fix warningSimon Marlow2009-07-281-2/+0
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-272-47/+10
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-242-2/+2
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-237-64/+72
* Take account of GADTs when reporting patterm-match overlapsimonpj@microsoft.com2009-07-221-6/+9
* Fix Trac #3382: desugaring of NPatssimonpj@microsoft.com2009-07-201-27/+32
* Remove unused importsIan Lynagh2009-07-078-10/+0
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-8/+0
* Make changes to -fwarn-unused-do-bind and -fwarn-wrong-do-bind suggested by SPJMax Bolingbroke2009-07-021-25/+28
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-23/+65
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-021-4/+4
* Fix #3319, and do various tidyups at the same timeSimon Marlow2009-06-262-3/+2
* Add missing StgPrimCallOp case in repCCallConvDuncan Coutts2009-06-111-1/+1
* Desugaring for "foreign import prim"Duncan Coutts2009-06-091-1/+36
* Allow RULES for seq, and exploit themsimonpj@microsoft.com2009-06-033-7/+98
* Template Haskell: improve lifting for stringssimonpj@microsoft.com2009-05-271-6/+11
* Fix a lint failure when we have a ! (# ... #) pattern in a where clauseIan Lynagh2009-04-241-0/+15
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-315-15/+14
* Fix Trac #246: order of matching in record patternssimonpj@microsoft.com2009-03-301-40/+112
* Fix Trac #3126: matching overloaded literalssimonpj@microsoft.com2009-03-302-33/+44
* White space cosmetics onlysimonpj@microsoft.com2009-03-301-5/+5
* Template Haskell: added bang patternsManuel M T Chakravarty2009-03-261-3/+9
* Template Haskell: support for kind annotationsManuel M T Chakravarty2009-03-261-51/+141
* Template Haskell: support for INLINE and SPECIALISE pragmasManuel M T Chakravarty2009-03-241-16/+115
* Template Haskell support for equality constraintsManuel M T Chakravarty2009-03-191-20/+57
* Template Haskell: support for type family declarationsManuel M T Chakravarty2009-03-191-79/+207
* Add the notion of "constructor-like" Ids for rule-matchingsimonpj@microsoft.com2009-03-182-6/+6
* Special-case desugaring of simple parallel array comprehensionsRoman Leshchinskiy2009-03-071-1/+23
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-2/+7
* 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