summaryrefslogtreecommitdiff
path: root/compiler/parser/Lexer.x
Commit message (Expand)AuthorAgeFilesLines
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-3/+7
* multiline commands in GHCi #4316Vivian McPhail2010-11-051-0/+22
* 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
* Add an extension for GHC's layout-rule relaxationsIan Lynagh2010-11-201-2/+9
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Allow the old [$foo| ... |] syntax for quasi-quotessimonpj@microsoft.com2010-11-121-0/+4
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+3
* -fwarn-tabs: add "Warning" to the messageSimon Marlow2010-10-021-1/+1
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-22/+22
* Allow "INLINEABLE" as a synonymsimonpj@microsoft.com2010-09-151-0/+2
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-151-6/+7
* Fix numeric escape sequences parsingAnton Nikishaev2010-07-211-4/+6
* Make datatype contexts an extension (on by default) (DatatypeContexts)Ian Lynagh2010-07-071-1/+6
* 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
* Remove the Unicode alternative for ".." (#3894)Simon Marlow2010-05-051-1/+0
* 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
* Simplify syntax for quasi-quotationsimonpj@microsoft.com2010-02-101-3/+4
* 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
* 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
* Add some comments on the alternative layout rule stateIan Lynagh2009-12-051-0/+9
* Tweak layout for alternative layout ruleIan Lynagh2009-12-031-1/+1
* 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-271-1/+1
* Implement non-decreasing do indentation in the alternative layout ruleIan Lynagh2009-11-271-1/+7
* Apply patch from #2978: add more Unicode syntaxSimon Marlow2009-09-181-0/+8
* Fix a bug in alternative layout ruleIan Lynagh2009-11-251-0/+1
* Fix a bug in alternative layoutIan Lynagh2009-11-251-16/+9
* Bug fix for alternative layout ruleIan Lynagh2009-11-251-1/+1
* Tweak alternative layout ruleIan Lynagh2009-11-251-8/+11
* Add unboxed parentheses to the alternative layout ruleIan Lynagh2009-11-251-0/+6
* Tweak the warning suppression flags used in LexerIan Lynagh2009-11-251-9/+9
* Implement the alternative layout ruleIan Lynagh2009-11-251-11/+230
* Fix some warning in LexerIan Lynagh2009-11-241-9/+11
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-2/+11