summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Warn about unrecognised pragmas; these often mean we've typoedIan Lynagh2008-07-221-3/+17
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Add a WARNING pragmaIan Lynagh2008-07-203-20/+38
* Change pragma order to stop GHC 6.4 getting confusedIan Lynagh2008-07-101-7/+7
* Move more flags from the Makefile into pragmasIan Lynagh2008-07-101-0/+8
* Move another flag from the Makefile into a pragmaIan Lynagh2008-07-101-0/+2
* Treat the Unicode "Letter, Other" class as lowercase letters (#1103)Simon Marlow2008-07-091-1/+1
* Remove all .hi-boot-6 filesIan Lynagh2008-07-081-18/+0
* Get rid of compat/Ian Lynagh2008-07-081-5/+1
* Remove special handling for character types of characters >= 128, <= 255Ian Lynagh2008-06-212-134/+6
* More commandline flag improvementsIan Lynagh2008-06-161-3/+3
* Remove some unused bindings from HaddockLexIan Lynagh2008-06-141-5/+4
* Pass dynflags down through to pragStateIan Lynagh2008-06-141-6/+4
* Define and use is_decdigit for lexing escapes; fixes trac #2304Ian Lynagh2008-06-132-5/+9
* Fix warnings in LexCoreIan Lynagh2008-06-101-21/+27
* Fix warnings in CtypeIan Lynagh2008-06-101-9/+8
* Fix Trac #2331 (error message suggestion)simonpj@microsoft.com2008-06-031-1/+1
* bump GHC's maximum stack size to 64Mb (see #2002)Simon Marlow2008-05-191-1/+1
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-1/+1
* Make part of the parser a bit stricterIan Lynagh2008-05-021-4/+4
* Fix some space-wasting in the ParserIan Lynagh2008-05-021-1/+1
* Fix an error if an SCC name contains a space; fixes trac #2071Ian Lynagh2008-04-271-2/+10
* Add 123## literals for Word#Ian Lynagh2008-04-232-1/+10
* Whitespace changes onlyIan Lynagh2008-04-231-9/+9
* (F)SLIT -> (f)sLit in ParserIan Lynagh2008-04-121-23/+20
* (F)SLIT -> (f)sLit in RdrHsSynIan Lynagh2008-04-121-7/+5
* (F)SLIT -> (f)sLit in LexerIan Lynagh2008-04-121-4/+2
* Fix Trac #2114: error reporting for 'forall' without appropriate flagssimonpj@microsoft.com2008-02-222-6/+15
* Make the parser a bit stricterIan Lynagh2008-02-181-1/+1
* Document code a bit betterIan Lynagh2008-02-131-1/+3
* Add a necessary [] error caseIan Lynagh2008-02-131-0/+1
* \e -> f e ===> fIan Lynagh2008-02-131-3/+3
* Fixed warnings in parser/Lexer.xTwan van Laarhoven2008-02-041-25/+32
* Monadification and Fixed warnings in parser/RdrHsSyn, except for incomplete p...Twan van Laarhoven2008-02-041-96/+134
* Fixed warnings in parser/ParserCoreUtilsTwan van Laarhoven2008-02-041-7/+0
* Parser tweakIan Lynagh2008-01-251-1/+1
* A couple more parser tweaksIan Lynagh2008-01-252-1/+2
* Make comb[234] strictIan Lynagh2008-01-241-4/+6
* Strictness tweaksIan Lynagh2008-01-241-3/+8
* Make the Parser Monad's return strictIan Lynagh2008-01-241-1/+1
* Get a bit of sharingIan Lynagh2008-01-241-2/+3
* Make sL strict in /both/ arguments to LIan Lynagh2008-01-241-1/+1
* A touch more strictness in the parserIan Lynagh2008-01-241-1/+1
* Add a bit of strictness to the parserIan Lynagh2008-01-241-1/+1
* Whitespace onlyIan Lynagh2008-01-231-12/+13
* FIX #1821 (Parser or lexer mess-up)df@dfranke.us2007-12-101-1/+1
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-183-0/+50
* lots of portability changes (#1405)Isaac Dupree2008-01-171-5/+8
* implement prefix unboxed tuples (part of #1509)Isaac Dupree2008-01-021-0/+5
* import ord that alex secretly importedIsaac Dupree2007-12-281-1/+1