2009-03-06 |
Ian Lynagh | Add CONTRACT to the pragmas that we recognise. |
tree | commitdiff |
2009-02-28 |
David Waern | Filter out carriage returns in doc strings |
tree | commitdiff |
2009-01-13 |
simonpj@microsoft.com | Fix Trac #2931 |
tree | commitdiff |
2008-12-19 |
Simon Marlow | bump GHC's max stack size to 512M |
tree | commitdiff |
2008-12-29 |
Ian Lynagh | Remove trailing whitespace from HaddockUtils |
tree | commitdiff |
2008-12-29 |
Ian Lynagh | Fix warnings in HaddockUtils |
tree | commitdiff |
2008-12-29 |
Ian Lynagh | Remove dead code from HaddockUtils |
tree | commitdiff |
2008-12-16 |
Simon Marlow | Rollback INLINE patches |
tree | commitdiff |
2008-12-09 |
Ian Lynagh | Add OPTIONS_CATCH,DERIVE,YHC to those that GHC knows... |
tree | commitdiff |
2008-12-09 |
Ian Lynagh | Parse pragma names better; trac #2847 |
tree | commitdiff |
2008-12-05 |
simonpj@microsoft.com | Completely new treatment of INLINE pragmas (big patch) |
tree | commitdiff |
2008-11-08 |
Ian Lynagh | Remove a CPP test that's always true (__GLASGOW_HASKELL... |
tree | commitdiff |
2008-11-08 |
Ian Lynagh | Remove the GHC 6.4 unicode compat stuff; we can now... |
tree | commitdiff |
2008-10-30 |
simonpj@microsoft.com | Add (a) CoreM monad, (b) new Annotations feature |
tree | commitdiff |
2008-10-15 |
Ian Lynagh | Fix trac #2687 |
tree | commitdiff |
2008-10-15 |
simonpj@microsoft.com | Fix Trac #2497; two separate typos in Lexer.x |
tree | commitdiff |
2008-09-22 |
Simon Marlow | add -XNewQualifiedOperators (Haskell' qualified operato... |
tree | commitdiff |
2008-09-18 |
Chaddai Fouche | RichTokenStream support |
tree | commitdiff |
2008-08-27 |
simonpj@microsoft.com | Better documentation for -XLiberalTypeSynonyms, and... |
tree | commitdiff |
2008-08-20 |
Simon Marlow | always treat 'forall' and '.' as reserved keywords... |
tree | commitdiff |
2008-08-05 |
Simon Marlow | Add -XPackageImports, new syntax for package-qualified... |
tree | commitdiff |
2008-08-12 |
simonpj@microsoft.com | Fix Trac #2490: sections should be parenthesised |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Use new RdrName export in RdrHsSyn |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Follow OccName changes in ParserCore |
tree | commitdiff |
2008-07-22 |
Ian Lynagh | Warn about unrecognised pragmas; these often mean we... |
tree | commitdiff |
2008-07-20 |
Thomas Schilling | Fix Haddock errors. |
tree | commitdiff |
2008-07-20 |
Ian Lynagh | Add a WARNING pragma |
tree | commitdiff |
2008-07-10 |
Ian Lynagh | Change pragma order to stop GHC 6.4 getting confused |
tree | commitdiff |
2008-07-10 |
Ian Lynagh | Move more flags from the Makefile into pragmas |
tree | commitdiff |
2008-07-10 |
Ian Lynagh | Move another flag from the Makefile into a pragma |
tree | commitdiff |
2008-07-09 |
Simon Marlow | Treat the Unicode "Letter, Other" class as lowercase... |
tree | commitdiff |
2008-07-08 |
Ian Lynagh | Remove all .hi-boot-6 files |
tree | commitdiff |
2008-07-08 |
Ian Lynagh | Get rid of compat/ |
tree | commitdiff |
2008-06-21 |
Ian Lynagh | Remove special handling for character types of characte... |
tree | commitdiff |
2008-06-16 |
Ian Lynagh | More commandline flag improvements |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Remove some unused bindings from HaddockLex |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Pass dynflags down through to pragState |
tree | commitdiff |
2008-06-13 |
Ian Lynagh | Define and use is_decdigit for lexing escapes; fixes... |
tree | commitdiff |
2008-06-10 |
Ian Lynagh | Fix warnings in LexCore |
tree | commitdiff |
2008-06-10 |
Ian Lynagh | Fix warnings in Ctype |
tree | commitdiff |
2008-06-03 |
simonpj@microsoft.com | Fix Trac #2331 (error message suggestion) |
tree | commitdiff |
2008-05-19 |
Simon Marlow | bump GHC's maximum stack size to 64Mb (see #2002) |
tree | commitdiff |
2008-05-06 |
simonpj@microsoft.com | Fix Trac #2246; overhaul handling of overloaded literals |
tree | commitdiff |
2008-05-02 |
Ian Lynagh | Make part of the parser a bit stricter |
tree | commitdiff |
2008-05-02 |
Ian Lynagh | Fix some space-wasting in the Parser |
tree | commitdiff |
2008-04-27 |
Ian Lynagh | Fix an error if an SCC name contains a space; fixes... |
tree | commitdiff |
2008-04-23 |
Ian Lynagh | Add 123## literals for Word# |
tree | commitdiff |
2008-04-23 |
Ian Lynagh | Whitespace changes only |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in Parser |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in RdrHsSyn |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in Lexer |
tree | commitdiff |
2008-02-22 |
simonpj@microsoft.com | Fix Trac #2114: error reporting for 'forall' without... |
tree | commitdiff |
2008-02-18 |
Ian Lynagh | Make the parser a bit stricter |
tree | commitdiff |
2008-02-13 |
Ian Lynagh | Document code a bit better |
tree | commitdiff |
2008-02-13 |
Ian Lynagh | Add a necessary [] error case |
tree | commitdiff |
2008-02-13 |
Ian Lynagh | \e -> f e ===> f |
tree | commitdiff |
2008-02-04 |
Twan van Laarhoven | Fixed warnings in parser/Lexer.x |
tree | commitdiff |
2008-02-04 |
Twan van Laarhoven | Monadification and Fixed warnings in parser/RdrHsSyn... |
tree | commitdiff |
2008-02-04 |
Twan van Laarhoven | Fixed warnings in parser/ParserCoreUtils |
tree | commitdiff |
2008-01-25 |
Ian Lynagh | Parser tweak |
tree | commitdiff |
2008-01-25 |
Ian Lynagh | A couple more parser tweaks |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | Make comb[234] strict |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | Strictness tweaks |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | Make the Parser Monad's return strict |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | Get a bit of sharing |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | Make sL strict in /both/ arguments to L |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | A touch more strictness in the parser |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | Add a bit of strictness to the parser |
tree | commitdiff |
2008-01-23 |
Ian Lynagh | Whitespace only |
tree | commitdiff |
2007-12-10 |
df@dfranke.us | FIX #1821 (Parser or lexer mess-up) |
tree | commitdiff |
2008-01-18 |
simonpj@microsoft.com | Add quasi-quotation, courtesy of Geoffrey Mainland |
tree | commitdiff |
2008-01-17 |
Isaac Dupree | lots of portability changes (#1405) |
tree | commitdiff |
2008-01-02 |
Isaac Dupree | implement prefix unboxed tuples (part of #1509) |
tree | commitdiff |
2007-12-28 |
Isaac Dupree | import ord that alex secretly imported |
tree | commitdiff |
2007-12-26 |
Isaac Dupree | correct type mistake, hidden by happy -agc coercions! |
tree | commitdiff |
2007-12-20 |
simonpj@microsoft.com | Implement generalised list comprehensions |
tree | commitdiff |
2007-11-16 |
Simon Marlow | FIX BUILD (with GHC 6.2.x): update .hi-boot file |
tree | commitdiff |
2007-11-14 |
David Waern | Avoid making Either String an instance of Monad in... |
tree | commitdiff |
2007-11-14 |
David Waern | Fix build |
tree | commitdiff |
2007-11-12 |
David Waern | Merge from Haddock: Add <<url>> for images |
tree | commitdiff |
2007-11-12 |
David Waern | Merge from Haddock: Modify lexing of /../ |
tree | commitdiff |
2007-11-12 |
David Waern | Merge from Haddock: allow blank lines inside code blocks |
tree | commitdiff |
2007-11-01 |
David Waern | Refactor Haddock options |
tree | commitdiff |
2007-10-10 |
Dan Licata | View patterns, record wildcards, and record puns |
tree | commitdiff |
2007-10-03 |
Simon Marlow | refactoring only: use the parameterised InstalledPackag... |
tree | commitdiff |
2007-10-02 |
David Waern | Change DOCOPTIONS pragma to DOC_OPTIONS |
tree | commitdiff |
2007-10-02 |
David Waern | FIX: parsing of doc options |
tree | commitdiff |
2007-09-17 |
simonpj@microsoft.com | Loosen the syntax of types slightly |
tree | commitdiff |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
tree | commitdiff |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
tree | commitdiff |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
tree | commitdiff |
2007-08-19 |
Manuel M T Chakravarty | FIX: family instances for infix type constructors |
tree | commitdiff |
2007-08-17 |
Ian Lynagh | Make :i (->) work; fixes trac #1587 |
tree | commitdiff |
2007-08-16 |
Ian Lynagh | Add a deprecated warning for _scc_ |
tree | commitdiff |
2007-08-10 |
Ian Lynagh | Change standalone deriving syntax and semantics; fixes... |
tree | commitdiff |
2007-08-07 |
Isaac Dupree | Warning police: eliminate all defaulting within stage1 |
tree | commitdiff |
2007-08-04 |
Ian Lynagh | Rename Opt_TH to Opt_TemplateHaskell to match the langu... |
tree | commitdiff |
2007-08-04 |
Ian Lynagh | Rename Opt_FFI to Opt_ForeignFunctionInterface to match... |
tree | commitdiff |
2007-07-24 |
Simon Marlow | FIX #1215: GHC fails to respect the maximal munch rule... |
tree | commitdiff |
2007-07-23 |
Simon Marlow | FIX #1555: Remove "exp -> pat" production in stmts |
tree | commitdiff |
next |