summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #2114: error reporting for 'forall' without appropriate flagssimonpj@microsoft.com2008-02-222-6/+15
* Make the parser a bit stricterIan Lynagh2008-02-181-1/+1
* 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
* Fixed warnings in parser/Lexer.xTwan van Laarhoven2008-02-041-25/+32
* Monadification and Fixed warnings in parser/RdrHsSyn, except for incomplete p...Twan van Laarhoven2008-02-041-96/+134
* Fixed warnings in parser/ParserCoreUtilsTwan van Laarhoven2008-02-041-7/+0
* Parser tweakIan Lynagh2008-01-251-1/+1
* A couple more parser tweaksIan Lynagh2008-01-252-1/+2
* Make comb[234] strictIan Lynagh2008-01-241-4/+6
* Strictness tweaksIan Lynagh2008-01-241-3/+8
* Make the Parser Monad's return strictIan Lynagh2008-01-241-1/+1
* Get a bit of sharingIan Lynagh2008-01-241-2/+3
* Make sL strict in /both/ arguments to LIan Lynagh2008-01-241-1/+1
* A touch more strictness in the parserIan Lynagh2008-01-241-1/+1
* Add a bit of strictness to the parserIan Lynagh2008-01-241-1/+1
* Whitespace onlyIan Lynagh2008-01-231-12/+13
* FIX #1821 (Parser or lexer mess-up)df@dfranke.us2007-12-101-1/+1
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-183-0/+50
* lots of portability changes (#1405)Isaac Dupree2008-01-171-5/+8
* implement prefix unboxed tuples (part of #1509)Isaac Dupree2008-01-021-0/+5
* import ord that alex secretly importedIsaac Dupree2007-12-281-1/+1
* correct type mistake, hidden by happy -agc coercions!Isaac Dupree2007-12-261-1/+1
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-202-25/+77
* FIX BUILD (with GHC 6.2.x): update .hi-boot fileSimon Marlow2007-11-161-2/+2
* Avoid making Either String an instance of Monad in the Haddock parserDavid Waern2007-11-143-26/+31
* Fix buildDavid Waern2007-11-141-0/+2
* Merge from Haddock: Add <<url>> for imagesDavid Waern2007-11-123-0/+5
* Merge from Haddock: Modify lexing of /../David Waern2007-11-123-5/+9
* Merge from Haddock: allow blank lines inside code blocksDavid Waern2007-11-121-1/+2
* Refactor Haddock optionsDavid Waern2007-11-012-34/+32
* View patterns, record wildcards, and record punsDan Licata2007-10-102-12/+22
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-1/+0
* Change DOCOPTIONS pragma to DOC_OPTIONSDavid Waern2007-10-021-1/+1
* FIX: parsing of doc optionsDavid Waern2007-10-021-1/+1
* Loosen the syntax of types slightlysimonpj@microsoft.com2007-09-171-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-0410-10/+10
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-0310-20/+20
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-0110-0/+70
* FIX: family instances for infix type constructorsManuel M T Chakravarty2007-08-191-4/+5
* Make :i (->) work; fixes trac #1587Ian Lynagh2007-08-171-0/+1
* Add a deprecated warning for _scc_Ian Lynagh2007-08-162-7/+11
* Change standalone deriving syntax and semantics; fixes trac #1481Ian Lynagh2007-08-102-6/+1
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-1/+1
* Rename Opt_TH to Opt_TemplateHaskell to match the language nameIan Lynagh2007-08-041-1/+1
* Rename Opt_FFI to Opt_ForeignFunctionInterface to match the language nameIan Lynagh2007-08-041-1/+1
* FIX #1215: GHC fails to respect the maximal munch rule while lexing "qualifie...Simon Marlow2007-07-241-32/+1
* FIX #1555: Remove "exp -> pat" production in stmtsSimon Marlow2007-07-231-3/+0
* Implement -XStandaloneDeriving, the lexer is now glaexts-freeIan Lynagh2007-07-102-36/+33