summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
Commit message (Expand)AuthorAgeFilesLines
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-311-12/+12
* Template Haskell: added bang patternsManuel M T Chakravarty2009-03-261-0/+1
* Template Haskell: support for kind annotationsManuel M T Chakravarty2009-03-261-31/+59
* Template Haskell: support for INLINE and SPECIALISE pragmasManuel M T Chakravarty2009-03-241-7/+53
* Template Haskell support for equality constraintsManuel M T Chakravarty2009-03-191-7/+28
* Template Haskell: support for type family declarationsManuel M T Chakravarty2009-03-192-37/+127
* When converting TH syntax to GHC syntax, need to put sections in parenthesesIan Lynagh2009-01-211-2/+4
* Fix Trac #2584: Pretty printing of types with HsDocTyDavid Waern2009-01-091-2/+5
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-4/+20
* Rollback INLINE patchesSimon Marlow2008-12-162-10/+5
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-052-5/+10
* Fix Trac #2817 (TH syntax -> HsSyn conversion)simonpj@microsoft.com2008-11-261-0/+2
* Comments/Haddockification only.Thomas Schilling2008-11-221-14/+25
* Improve error reporting for non-rigid GADT matchessimonpj@microsoft.com2008-10-301-4/+4
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-302-8/+74
* Fix Trac #2674: in TH reject empty case expressions and function definitionssimonpj@microsoft.com2008-10-301-1/+8
* Comments only: replace ":=:" by "~" (notation for equality predicates)simonpj@microsoft.com2008-09-201-0/+2
* Improve haddock documentation for HsExpr module.Thomas Schilling2008-10-141-26/+35
* Improve Haddock-markup for HsDecls module.Thomas Schilling2008-10-141-75/+109
* Add accessors to 'HsModule' and haddockify it.Thomas Schilling2008-10-071-15/+27
* Fix Trac #2597 (second bug): complain about an empty DoE blocksimonpj@microsoft.com2008-09-201-2/+4
* Haddockify 'IE'.Thomas Schilling2008-09-141-7/+8
* Provide accessors for 'ImportDecl'.Thomas Schilling2008-09-141-9/+9
* Start haddockifying 'HsBindLR'.Thomas Schilling2008-09-141-15/+19
* Layout and type synonyms onlysimonpj@microsoft.com2008-09-101-4/+5
* Comments onlysimonpj@microsoft.com2008-09-051-0/+4
* Major change in compilation of instance declarations (fix Trac #955, #2328)simonpj@microsoft.com2008-09-031-1/+1
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-051-3/+7
* Mostly fix Trac #2431: make empty case acceptable to (most of) GHCsimonpj@microsoft.com2008-08-111-3/+6
* Follow OccName changes in ConvertMax Bolingbroke2008-07-311-4/+4
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+0
* Fix the bug part of Trac #1930simonpj@microsoft.com2008-08-043-35/+5
* Fix Haddock errors.Thomas Schilling2008-07-202-3/+3
* Add a WARNING pragmaIan Lynagh2008-07-202-15/+15
* Fix some build problems when GHCI is not defindeIan Lynagh2008-07-132-4/+10
* Remove all .hi-boot-6 filesIan Lynagh2008-07-082-31/+0
* Fix Trac #2358: 1-tuples in Template Haskellsimonpj@microsoft.com2008-06-141-7/+11
* Fix Trac #2310: result type signatures are not supported any moresimonpj@microsoft.com2008-06-041-0/+12
* Comment typosimonpj@microsoft.com2008-05-211-1/+1
* Fix Trac #2292: improve error message for lone signaturessimonpj@microsoft.com2008-05-201-18/+15
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-062-41/+63
* Make DsArrows warning-freeIan Lynagh2008-05-041-0/+3
* Add 123## literals for Word#Ian Lynagh2008-04-232-0/+4
* (F)SLIT -> (f)sLit in HsBindsIan Lynagh2008-04-221-21/+19
* (F)SLIT -> (f)sLit in ConvertIan Lynagh2008-04-121-11/+9
* (F)SLIT -> (f)sLit in HsSynIan Lynagh2008-04-121-5/+3
* (F)SLIT -> (f)sLit in HsUtilsIan Lynagh2008-04-121-4/+2
* (F)SLIT -> (f)sLit in HsExprIan Lynagh2008-04-121-74/+74
* (F)SLIT -> (f)sLit in HsDeclsIan Lynagh2008-04-121-28/+26
* (F)SLIT -> (f)sLit in HsImpExpIan Lynagh2008-04-121-8/+6