summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* -fwarn-tabs: add "Warning" to the messageSimon Marlow2010-10-021-1/+1
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-182-24/+24
* Allow "INLINEABLE" as a synonymsimonpj@microsoft.com2010-09-151-0/+2
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-153-25/+21
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-2/+2
* Add HsCoreTy to HsTypesimonpj@microsoft.com2010-08-241-1/+2
* Work around missing type signature in Happysimonpj@microsoft.com2010-07-302-2/+18
* Add more info to more parse error messages (#3811)Ian Lynagh2010-08-091-24/+31
* Add DoAndIfThenElse supportIan Lynagh2010-08-082-1/+29
* Make another parse error more informativeIan Lynagh2010-08-081-1/+1
* Make a parse error say what it is failing to parse; part of #3811Ian Lynagh2010-08-081-5/+7
* Fix numeric escape sequences parsingAnton Nikishaev2010-07-211-4/+6
* Make datatype contexts an extension (on by default) (DatatypeContexts)Ian Lynagh2010-07-073-8/+24
* Handle haddock headers when looking for LANGUAGE/OPTIONS_GHC pragmasIan Lynagh2010-07-071-1/+1
* Make pragState call mkPState, rather than duplicating everythingIan Lynagh2010-07-061-19/+3
* Make mkPState and pragState take their arguments in the same orderIan Lynagh2010-07-061-3/+4
* Remove an out-of-date commentIan Lynagh2010-07-061-1/+0
* Remove dead code (standalone deriving flag no longer used in parser)Ian Lynagh2010-07-011-6/+1
* Fix Trac #3966: warn about useless UNPACK pragmassimonpj@microsoft.com2010-05-061-1/+1
* Add a HsExplicitFlag to SpliceDecl, to improve Trac #4042simonpj@microsoft.com2010-05-061-2/+2
* Remove the Unicode alternative for ".." (#3894)Simon Marlow2010-05-051-1/+0
* Minor refactoring of placeHolderPunRhssimonpj@microsoft.com2010-03-042-7/+6
* Add handling for | to the transitional alternative layout ruleIan Lynagh2010-03-021-0/+12
* Tweak alternative layout ruleIan Lynagh2010-03-021-8/+19
* Add transitional rules for the alternative layout ruleIan Lynagh2010-03-021-1/+20
* Fix the alternative layout rule to handle explicit let/inIan Lynagh2010-03-021-8/+31
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-102-12/+8
* Simplify syntax for quasi-quotationsimonpj@microsoft.com2010-02-101-3/+4
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-102-94/+21
* Teach the alternative layout rule about mdo and recIan Lynagh2010-01-161-0/+2
* Teach the alternative layout rule about $( ... )Ian Lynagh2010-01-161-7/+8
* Clarify error message (Trac #3805)simonpj@microsoft.com2010-01-071-1/+1
* Make view patterns right-associatesimonpj@microsoft.com2010-01-061-1/+1
* Improve the handling of default methodssimonpj@microsoft.com2010-01-061-0/+1
* Improve error message (idea in Trac #3805)simonpj@microsoft.com2010-01-051-1/+13
* Comments onlysimonpj@microsoft.com2010-01-051-5/+6
* Allow instance heads to use infix syntaxsimonpj@microsoft.com2009-12-221-2/+4
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-042-3/+3
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-4/+5
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-042-2/+4
* Fix #3751, also fix some lexical error SrcLocsSimon Marlow2009-12-171-35/+34
* Fix #3741, simplifying things in the processSimon Marlow2009-12-101-72/+46
* Allow spaces at either end of the C import spec (#3742)Simon Marlow2009-12-101-2/+6
* Add some comments on the alternative layout rule stateIan Lynagh2009-12-051-0/+9
* Tweak layout for alternative layout ruleIan Lynagh2009-12-032-4/+4
* Add a GHC layout extension to the alternative layout ruleIan Lynagh2009-12-031-0/+9
* Tweak the alternative layout rule: {} contains commasIan Lynagh2009-11-291-0/+4
* Tweak alternative layout ruleIan Lynagh2009-11-291-2/+2
* Make the alternative layout rule cope with file pragmasIan Lynagh2009-11-291-1/+3
* Columns now start at 1, as lines already didIan Lynagh2009-11-272-2/+2