summaryrefslogtreecommitdiff
path: root/compiler/parser/Lexer.x
Commit message (Expand)AuthorAgeFilesLines
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-4/+22
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-251-25/+53
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Canonicalise MonoidFail instances in GHCHerbert Valerio Riedel2017-09-091-2/+2
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-4/+0
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-13/+27
* Typos [ci skip]Gabor Greif2017-05-121-4/+4
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-081-10/+19
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-291-3/+7
* Introduce and use EnumSet in DynFlagsBen Gamari2017-03-151-6/+6
* Add COLUMN pragmaPhil Ruffwind2017-03-131-1/+17
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-021-0/+4
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Export commentToAnnotation from Lexer.xAlan Zimmerman2017-02-231-0/+1
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-261-2/+5
* Rewrite Note [Api annotations] for clarity.Edward Z. Yang2016-12-201-0/+15
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-45/+58
* The Backpack patch.Edward Z. Yang2016-10-081-0/+10
* Implement deriving strategiesRyan Scott2016-09-301-0/+4
* Fix layout of MultiWayIf expressions (#10807)Ömer Sinan Ağacan2016-09-261-25/+38
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-2/+9
* Add support for unicode TH quotes (#11743)Josh Price2016-05-241-15/+27
* Rework parser to allow use with DynFlagsDave Laing2016-05-181-68/+109
* Typos in non-codeGabor Greif2016-03-301-1/+1
* Add unicode syntax for banana bracketsJosh Price2016-03-241-4/+17
* Print which flag controls emitted lexer warningsHerbert Valerio Riedel2016-02-271-2/+4
* Handle multiline named haddock comments properlyThomas Miedema2016-02-251-15/+28
* Allow combining characters in identifiers (#7650)Thomas Miedema2016-02-231-6/+6
* Modifier letter in middle of identifier is okThomas Miedema2016-02-191-5/+4
* Delete support for deprecated "-- # ..."-style haddock optionsThomas Miedema2016-02-191-12/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-2/+2
* API Annotations: AnnTilde missingAlan Zimmerman2016-01-011-1/+23
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Visible type applicationRichard Eisenberg2015-12-241-2/+46
* Lexer: update outdated comments [skip ci]Thomas Miedema2015-12-171-4/+4
* Expose enabled language extensions to THBen Gamari2015-12-151-36/+39
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-10/+0
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-5/+9
* Remove deprecated quasiquoter syntax.Matthew Pickering2015-11-291-4/+0
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-291-9/+13
* MonadFail proposal, phase 1David Luposchainsky2015-11-171-0/+8
* Implement OverloadedLabelsAdam Gundry2015-11-171-1/+16
* ApiAnnotations : ITopenExpQuote needs SourceTextAlan Zimmerman2015-11-161-6/+6
* ApiAnnotations: Add SourceText for unicode tokensAlan Zimmerman2015-11-161-47/+53
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-2/+2
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Lexer: delete dead code for binary character literalsThomas Miedema2015-09-301-2/+0
* Lexer: support consecutive references to Haddock chunks (#10398)Thomas Miedema2015-07-231-1/+1
* Fix word repetitions in commentsGabor Greif2015-07-071-1/+1