summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* FIX parsing of Haddock comments (broken by me in the previous patch)Simon Marlow2007-05-081-1/+12
* FIX: #1253 (Can't use non-layout at top level)Simon Marlow2007-05-071-2/+6
* properly fix leakage of Haddock comment syntax (see #1091, test: read044)Simon Marlow2007-05-071-16/+9
* Make records work properly with type familiessimonpj@microsoft.com2007-05-021-1/+1
* restore the correct Unicode ellipsis characterSimon Marlow2007-04-261-1/+1
* Retain inline-pragma information on unfoldings in interface filessimonpj@microsoft.com2007-04-251-3/+3
* tab, verttab, formfeed, and CR are not allowed in stringsSimon Marlow2007-04-161-5/+5
* Fix external core syntax (though not full compilation)Aaron Tomb2006-11-133-45/+75
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-064-70/+1
* Emit a decent error message when there is a decl-splice inside a decl-bracketsimonpj@microsoft.com2007-03-232-13/+13
* Fix parsing of parallel array literalsManuel M T Chakravarty2007-02-241-4/+15
* Make HsRecordBinds a data type instead of a synonym.lennart@augustsson.net2007-02-042-8/+8
* 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-212-2/+5