Make view patterns right-associate
[ghc-hetmet.git] / compiler / parser /
2008-08-12 simonpj@microsoft.comFix Trac #2490: sections should be parenthesised
2008-07-31 Max BolingbrokeUse new RdrName export in RdrHsSyn
2008-07-31 Max BolingbrokeFollow OccName changes in ParserCore
2008-07-22 Ian LynaghWarn about unrecognised pragmas; these often mean we...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-10 Ian LynaghChange pragma order to stop GHC 6.4 getting confused
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
2008-07-10 Ian LynaghMove another flag from the Makefile into a pragma
2008-07-09 Simon MarlowTreat the Unicode "Letter, Other" class as lowercase...
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-08 Ian LynaghGet rid of compat/
2008-06-21 Ian LynaghRemove special handling for character types of characte...
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghRemove some unused bindings from HaddockLex
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-06-13 Ian LynaghDefine and use is_decdigit for lexing escapes; fixes...
2008-06-10 Ian LynaghFix warnings in LexCore
2008-06-10 Ian LynaghFix warnings in Ctype
2008-06-03 simonpj@microsoft.comFix Trac #2331 (error message suggestion)
2008-05-19 Simon Marlowbump GHC's maximum stack size to 64Mb (see #2002)
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-02 Ian LynaghMake part of the parser a bit stricter
2008-05-02 Ian LynaghFix some space-wasting in the Parser
2008-04-27 Ian LynaghFix an error if an SCC name contains a space; fixes...
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-23 Ian LynaghWhitespace changes only
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Parser
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RdrHsSyn
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Lexer
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2008-02-18 Ian LynaghMake the parser a bit stricter
2008-02-13 Ian LynaghDocument code a bit better
2008-02-13 Ian LynaghAdd a necessary [] error case
2008-02-13 Ian Lynagh\e -> f e ===> f
2008-02-04 Twan van LaarhovenFixed warnings in parser/Lexer.x
2008-02-04 Twan van LaarhovenMonadification and Fixed warnings in parser/RdrHsSyn...
2008-02-04 Twan van LaarhovenFixed warnings in parser/ParserCoreUtils
2008-01-25 Ian LynaghParser tweak
2008-01-25 Ian LynaghA couple more parser tweaks
2008-01-24 Ian LynaghMake comb[234] strict
2008-01-24 Ian LynaghStrictness tweaks
2008-01-24 Ian LynaghMake the Parser Monad's return strict
2008-01-24 Ian LynaghGet a bit of sharing
2008-01-24 Ian LynaghMake sL strict in /both/ arguments to L
2008-01-24 Ian LynaghA touch more strictness in the parser
2008-01-24 Ian LynaghAdd a bit of strictness to the parser
2008-01-23 Ian LynaghWhitespace only
2007-12-10 df@dfranke.usFIX #1821 (Parser or lexer mess-up)
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-02 Isaac Dupreeimplement prefix unboxed tuples (part of #1509)
2007-12-28 Isaac Dupreeimport ord that alex secretly imported
2007-12-26 Isaac Dupreecorrect type mistake, hidden by happy -agc coercions!
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-16 Simon MarlowFIX BUILD (with GHC 6.2.x): update .hi-boot file
2007-11-14 David WaernAvoid making Either String an instance of Monad in...
2007-11-14 David WaernFix build
2007-11-12 David WaernMerge from Haddock: Add <<url>> for images
2007-11-12 David WaernMerge from Haddock: Modify lexing of /../
2007-11-12 David WaernMerge from Haddock: allow blank lines inside code blocks
2007-11-01 David WaernRefactor Haddock options
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-02 David WaernChange DOCOPTIONS pragma to DOC_OPTIONS
2007-10-02 David WaernFIX: parsing of doc options
2007-09-17 simonpj@microsoft.comLoosen the syntax of types slightly
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-19 Manuel M T ChakravartyFIX: family instances for infix type constructors
2007-08-17 Ian LynaghMake :i (->) work; fixes trac #1587
2007-08-16 Ian LynaghAdd a deprecated warning for _scc_
2007-08-10 Ian LynaghChange standalone deriving syntax and semantics; fixes...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-08-04 Ian LynaghRename Opt_TH to Opt_TemplateHaskell to match the langu...
2007-08-04 Ian LynaghRename Opt_FFI to Opt_ForeignFunctionInterface to match...
2007-07-24 Simon MarlowFIX #1215: GHC fails to respect the maximal munch rule...
2007-07-23 Simon MarlowFIX #1555: Remove "exp -> pat" production in stmts
2007-07-10 Ian LynaghImplement -XStandaloneDeriving, the lexer is now glaext...
2007-07-10 Ian Lynagh'a'# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh"Foo"# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh5# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh{| and |} are -fgenerics syntax
2007-07-10 Ian LynaghRank 2 and rank n types enable explicit forall syntax
2007-07-10 Ian LynaghRULES pragmas only need explicitForallEnabled, no ...
2007-07-09 Ian LynaghImplement unboxed tuples flags
2007-07-09 Ian LynaghAdd -XExistentialQuantification flag
2007-07-09 Ian LynaghImplement -XPolymorphicComponents
2007-07-09 Ian Lynaghrename tv -> explicitForall
2007-07-09 Ian LynaghImplement -XUnicodeSyntax
2007-07-08 Ian LynaghImplement -XRecursiveDo
2007-07-08 Ian LynaghImplement -XKindSignatures
2007-07-08 Ian LynaghSupport the MagicHash extension as a flag and LANGUAGE...
2007-06-21 simonpj@microsoft.comFIX read040: patterns with type sig on LHS of do-binding
2007-06-21 LemmihAdd several new record features
2007-05-26 Isaac Dupree#1318: lex negative unboxed literals
2007-05-26 Isaac Dupree#1318: remove negative-prim-literal old hackish impleme...
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
next