Implement non-decreasing do indentation in the alternative layout rule
[ghc-hetmet.git] / compiler / parser / Lexer.x
2009-11-27 Ian LynaghImplement non-decreasing do indentation in the alternat...
2009-09-18 Simon MarlowApply patch from #2978: add more Unicode syntax
2009-11-25 Ian LynaghFix a bug in alternative layout rule
2009-11-25 Ian LynaghFix a bug in alternative layout
2009-11-25 Ian LynaghBug fix for alternative layout rule
2009-11-25 Ian LynaghTweak alternative layout rule
2009-11-25 Ian LynaghAdd unboxed parentheses to the alternative layout rule
2009-11-25 Ian LynaghTweak the warning suppression flags used in Lexer
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-24 Ian LynaghFix some warning in Lexer
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-29 simonpj@microsoft.comComments and variable naming only
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-05 simonpj@microsoft.comRemove unused data constructor ITpragma in type Lexer...
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-17 Ian LynaghAllow mixed case in the LINE pragma; patch from squadet...
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-09 Ian LynaghAllow mixed case pragmas; #1817. Patch from squadette
2009-07-02 simonpj@microsoft.comWhite space only
2009-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
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-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-06 Ian LynaghAdd CONTRACT to the pragmas that we recognise.
2009-01-13 simonpj@microsoft.comFix Trac #2931
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-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-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 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 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 LynaghPass dynflags down through to pragState
2008-06-13 Ian LynaghDefine and use is_decdigit for lexing escapes; 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 Lexer
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2008-02-04 Twan van LaarhovenFixed warnings in parser/Lexer.x
2008-01-25 Ian LynaghA couple more parser tweaks
2008-01-24 Ian LynaghMake the Parser Monad's return strict
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
2007-12-28 Isaac Dupreeimport ord that alex secretly imported
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-01 David WaernRefactor Haddock options
2007-10-02 David WaernChange DOCOPTIONS pragma to DOC_OPTIONS
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-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-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-05-26 Isaac Dupree#1318: lex negative unboxed literals
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-10 Michael D. AdamsDocumented the Unicode tricks that are being played...
2007-05-08 Simon MarlowFIX parsing of Haddock comments (broken by me in the...
2007-05-07 Simon Marlowproperly fix leakage of Haddock comment syntax (see...
2007-04-26 Simon Marlowrestore the correct Unicode ellipsis character
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
next