Major patch to fix reporting of unused imports
[ghc-hetmet.git] / compiler / parser /
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 simonpj@microsoft.comWhite space only
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-05-28 simonpj@microsoft.comFix Trac #3013: multiple constructors in a GADT decl
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-20 Simon Marlowremove old todo comment
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-05-13 Ian LynaghFix some warnings in Lexer
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-18 David WaernFix my previous patch about type parsing
2009-04-17 David WaernSimplify the type grammar
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-02 simonpj@microsoft.comComments only; record remarks about removing 'type...
2009-03-31 David WaernAllow Haddock comments in type synonyms
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-16 simonpj@microsoft.comFix Trac #3095, and make RdrHsSyn warning-clean
2009-03-06 Ian LynaghAdd CONTRACT to the pragmas that we recognise.
2009-02-28 David WaernFilter out carriage returns in doc strings
2009-01-13 simonpj@microsoft.comFix Trac #2931
2008-12-19 Simon Marlowbump GHC's max stack size to 512M
2008-12-29 Ian LynaghRemove trailing whitespace from HaddockUtils
2008-12-29 Ian LynaghFix warnings in HaddockUtils
2008-12-29 Ian LynaghRemove dead code from HaddockUtils
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-09 Ian LynaghAdd OPTIONS_CATCH,DERIVE,YHC to those that GHC knows...
2008-12-09 Ian LynaghParse pragma names better; trac #2847
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-11-08 Ian LynaghRemove a CPP test that's always true (__GLASGOW_HASKELL...
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-15 Ian LynaghFix trac #2687
2008-10-15 simonpj@microsoft.comFix Trac #2497; two separate typos in Lexer.x
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-18 Chaddai FoucheRichTokenStream support
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
2008-08-20 Simon Marlowalways treat 'forall' and '.' as reserved keywords...
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
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 /../
next