summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-3/+0
* Rename -XPArr to -XParallelArraysBen Lippmeier2010-11-301-8/+8
* Remove NewQualifiedOperatorsIan Lynagh2010-12-011-11/+2
* Unicide OtherNumber category should be allowed in identifiers (#4373)Simon Marlow2010-11-151-1/+1
* Separate NondecreasingIndentation out into its own extensionIan Lynagh2010-11-241-2/+7
* Add another GHC layout rule relaxation to RelaxedLayoutIan Lynagh2010-11-241-1/+14
* Remove references to Haskell 98Ian Lynagh2010-11-232-5/+6
* Add an extension for GHC's layout-rule relaxationsIan Lynagh2010-11-201-2/+9
* remove -XNoMonomorphismRestrictionSimon Marlow2010-11-172-18/+2
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-172-0/+2
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Warn about top-level bangs (Trac #4477)simonpj@microsoft.com2010-11-121-9/+14
* Allow the old [$foo| ... |] syntax for quasi-quotessimonpj@microsoft.com2010-11-121-0/+4
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-1/+1
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-192-1/+8
* -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