summaryrefslogtreecommitdiff
path: root/compiler/parser/RdrHsSyn.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-61/+7
* Add an extension to disable n+k patternsIan Lynagh2009-07-251-5/+8
* Rewrite the foreign import string parser using ReadPSimon Marlow2009-07-231-56/+42
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-3/+4
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-021-189/+206
* Fix #3319, and do various tidyups at the same timeSimon Marlow2009-06-261-30/+24
* Lexing and parsing for "foreign import prim"Duncan Coutts2009-06-091-1/+6
* Fix Trac #3013: multiple constructors in a GADT declsimonpj@microsoft.com2009-05-281-5/+13
* Fix Trac #3155: better error message when -XRankNTypes is omittedsimonpj@microsoft.com2009-04-091-1/+2
* Add the notion of "constructor-like" Ids for rule-matchingsimonpj@microsoft.com2009-03-181-5/+9
* Fix Trac #3095, and make RdrHsSyn warning-cleansimonpj@microsoft.com2009-03-161-22/+24
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-0/+2
* Use new RdrName export in RdrHsSynMax Bolingbroke2008-07-311-4/+1
* Add a WARNING pragmaIan Lynagh2008-07-201-2/+2
* Fix Trac #2331 (error message suggestion)simonpj@microsoft.com2008-06-031-1/+1
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-1/+1
* (F)SLIT -> (f)sLit in RdrHsSynIan Lynagh2008-04-121-7/+5
* Fix Trac #2114: error reporting for 'forall' without appropriate flagssimonpj@microsoft.com2008-02-221-4/+13
* Document code a bit betterIan Lynagh2008-02-131-1/+3
* Add a necessary [] error caseIan Lynagh2008-02-131-0/+1
* \e -> f e ===> fIan Lynagh2008-02-131-3/+3
* Monadification and Fixed warnings in parser/RdrHsSyn, except for incomplete p...Twan van Laarhoven2008-02-041-96/+134
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-181-0/+1
* View patterns, record wildcards, and record punsDan Licata2007-10-101-2/+4
* 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
* FIX: family instances for infix type constructorsManuel M T Chakravarty2007-08-191-4/+5
* Implement -XStandaloneDeriving, the lexer is now glaexts-freeIan Lynagh2007-07-101-4/+4
* Add several new record featuresLemmih2007-06-211-16/+18
* #1318: remove negative-prim-literal old hackish implementationIsaac Dupree2007-05-261-15/+2
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* Make records work properly with type familiessimonpj@microsoft.com2007-05-021-1/+1
* Emit a decent error message when there is a decl-splice inside a decl-bracketsimonpj@microsoft.com2007-03-231-11/+10
* Make HsRecordBinds a data type instead of a synonym.lennart@augustsson.net2007-02-041-4/+4
* Fix Trac #1122; spot absence of TyCon in data/newtype headersimonpj@microsoft.com2007-01-301-8/+7
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-1/+1
* Comments onlysimonpj@microsoft.com2007-01-101-1/+11
* Remove the DocEntity type. Fixes the problem with duplicate error messages atdavve@dtek.chalmers.se2007-01-051-22/+15
* HsSyn clean up for indexed typesManuel M T Chakravarty2007-01-051-2/+2
* Parse and desugar equational constraintsManuel M T Chakravarty2006-12-281-17/+23
* Improve parsing for bang patterns (fixes Trac #1041)simonpj@microsoft.com2006-12-081-0/+1
* Haskell Program Coverageandy@galois.com2006-10-241-1/+1
* Fix handling of family instances in the presense of this doc stuffManuel M T Chakravarty2006-10-221-0/+2
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-34/+57
* Renamer part of stand-alone deriving extension.bjorn@bringert.net2006-09-171-0/+2
* Added parser and abstract syntax support for stand-alone deriving declarations.bjorn@bringert.net2006-09-171-1/+12
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-1/+1
* Use family and instance keyword to identify indexed typesManuel M T Chakravarty2006-09-181-20/+16
* Remove checkTopTypeDManuel M T Chakravarty2006-09-181-17/+0