summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 'a'# syntax is enabled by the MagicHash extensionIan Lynagh2007-07-101-2/+2
* "Foo"# syntax is enabled by the MagicHash extensionIan Lynagh2007-07-101-2/+2
* 5# syntax is enabled by the MagicHash extensionIan Lynagh2007-07-101-9/+9
* {| and |} are -fgenerics syntaxIan Lynagh2007-07-101-3/+6
* Rank 2 and rank n types enable explicit forall syntaxIan Lynagh2007-07-101-0/+2
* RULES pragmas only need explicitForallEnabled, no -fglasgow-extsIan Lynagh2007-07-101-6/+7
* Implement unboxed tuples flagsIan Lynagh2007-07-091-2/+10
* Add -XExistentialQuantification flagIan Lynagh2007-07-091-0/+1
* Implement -XPolymorphicComponentsIan Lynagh2007-07-091-0/+1
* rename tv -> explicitForallIan Lynagh2007-07-091-6/+7
* Implement -XUnicodeSyntaxIan Lynagh2007-07-091-32/+39
* Implement -XRecursiveDoIan Lynagh2007-07-081-2/+5
* Implement -XKindSignaturesIan Lynagh2007-07-081-1/+4
* Support the MagicHash extension as a flag and LANGUAGE pragmaIan Lynagh2007-07-081-24/+27
* FIX read040: patterns with type sig on LHS of do-bindingsimonpj@microsoft.com2007-06-211-1/+1
* Add several new record featuresLemmih2007-06-212-29/+35
* #1318: lex negative unboxed literalsIsaac Dupree2007-05-261-30/+50
* #1318: remove negative-prim-literal old hackish implementationIsaac Dupree2007-05-262-16/+3
* parseInteger->parseUnsignedInteger to clarify meaningIsaac Dupree2007-05-261-7/+7
* -findexed-types -> -ftype-familiesManuel M T Chakravarty2007-05-141-11/+11
* Documented the Unicode tricks that are being played in the lexersMichael D. Adams2007-05-101-6/+9
* Remove the distinction between data and newtype familiesManuel M T Chakravarty2007-05-111-6/+4
* Warning fix for unused and redundant importsMichael D. Adams2007-05-103-5/+0