summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #2931simonpj@microsoft.com2009-01-131-1/+1
* bump GHC's max stack size to 512MSimon Marlow2008-12-191-1/+1
* Remove trailing whitespace from HaddockUtilsIan Lynagh2008-12-291-40/+40
* Fix warnings in HaddockUtilsIan Lynagh2008-12-291-12/+6
* Remove dead code from HaddockUtilsIan Lynagh2008-12-291-12/+0
* Rollback INLINE patchesSimon Marlow2008-12-161-6/+5
* Add OPTIONS_CATCH,DERIVE,YHC to those that GHC knows about; trac #2847Ian Lynagh2008-12-091-1/+1
* Parse pragma names better; trac #2847Ian Lynagh2008-12-091-21/+36
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-5/+6
* Remove a CPP test that's always true (__GLASGOW_HASKELL__ >= 605)Ian Lynagh2008-11-081-2/+0
* Remove the GHC 6.4 unicode compat stuff; we can now just use Data.CharIan Lynagh2008-11-081-3/+1
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-303-0/+13
* Fix trac #2687Ian Lynagh2008-10-151-3/+3
* Fix Trac #2497; two separate typos in Lexer.xsimonpj@microsoft.com2008-10-151-2/+2
* add -XNewQualifiedOperators (Haskell' qualified operator syntax)Simon Marlow2008-09-222-20/+47
* RichTokenStream supportChaddai Fouche2008-09-181-17/+41
* Better documentation for -XLiberalTypeSynonyms, and steal forall keyword simonpj@microsoft.com2008-08-271-0/+1
* always treat 'forall' and '.' as reserved keywords inside RULES pragmasSimon Marlow2008-08-201-12/+21
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-051-2/+6
* Fix Trac #2490: sections should be parenthesisedsimonpj@microsoft.com2008-08-121-6/+17
* Use new RdrName export in RdrHsSynMax Bolingbroke2008-07-311-4/+1
* Follow OccName changes in ParserCoreMax Bolingbroke2008-07-311-2/+2
* 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