summaryrefslogtreecommitdiff
path: root/compiler/parser/Lexer.x
Commit message (Expand)AuthorAgeFilesLines
* Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-191-2/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-11-291-0/+5
|\
| * Implement a capi calling convention; fixes #2979Ian Lynagh2011-11-281-0/+5
* | Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-11-261-1/+13
|\ \ | |/
| * Decode escape sequences properly in line pragmas (see comment for details).Simon Marlow2011-11-231-1/+13
* | Keep unicode characters in Haddock comments and comments in the token stream.David Waern2011-11-251-12/+12
|/
* Track #included files for recompilation checking (#4900, #3589)Simon Marlow2011-11-181-0/+6
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-10/+5
* added NOUNPACK pragma (see #2338)Stefan Wehr2011-11-091-0/+2
* Setup new Safe Haskell interfaceDavid Terei2011-10-251-1/+1
* Unconditionally derive some instancesIan Lynagh2011-10-251-3/+1
* fix panic in string-gap lexing (#5425)Simon Marlow2011-10-101-2/+3
* Give a better error message for unterminated quasiquotations (fixes #5204).Geoffrey Mainland2011-09-291-5/+10
* Define a TraditionalRecordSyntax extension; fixes #3356Ian Lynagh2011-09-271-0/+6
* Implement -XConstraintKindMax Bolingbroke2011-09-061-0/+2
* Update to work with Alex 3.0: basically disabling Alex's new UnicodeSimon Marlow2011-08-051-3/+12
* Remove all escape handling from quasiquotes; fixes Trac #5348Simon Peyton Jones2011-08-031-10/+6
* Separate the warning flags into their own datatypeIan Lynagh2011-07-141-4/+4
* More Lexer.x tidy-upsIan Lynagh2011-07-141-8/+4
* Remove some unused, commented-out code from Lexer.xIan Lynagh2011-07-141-38/+7
* Whitespace in Lexer.xIan Lynagh2011-07-141-484/+485
* Remove 'threadsafe' FFI importsIan Lynagh2011-07-131-3/+0
* Make an extension for interruptible FFI callsIan Lynagh2011-07-111-26/+29
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-171-1/+4
* Added a pragma {-# NOVECTORISE f #-} that suppresses vectorisation of topleve...Manuel M T Chakravarty2011-06-131-1/+4
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-69/+74
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-171-7/+10
|\
| * Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-5/+8
| * Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-3/+3
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-041-0/+1
|\ \ | |/
| * Merge remote branch 'origin/master' into monad-compSimon Peyton Jones2011-04-281-21/+21
| |\
| * | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-0/+1
* | | Use 'default' rather than 'generic' for default-method signaturesSimon Peyton Jones2011-04-281-13/+5
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-04-271-21/+21
|\ \ \ | | |/ | |/|
| * | Formatting fixes in Lexer.xDavid Terei2011-04-261-21/+21
| |/
* | Initial commit for Pedro's new generic default methodssimonpj2011-04-121-1/+3
|/
* 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