summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Refactor tuple constraintsSimon Peyton Jones2015-05-132-46/+138
* ApiAnnotations : PatBind gives wrong SrcSpan for the pattern.Alan Zimmerman2015-05-111-2/+2
* ApiAnnotations : pquals production adds AnnVbar in the wrong placeAlan Zimmerman2015-05-111-1/+1
* ApiAnnotations : BooleanFormula construction discards originalAlan Zimmerman2015-05-111-5/+5
* ApiAnnotations : mkGadtDecl discards annotations for HsFunTyAlan Zimmerman2015-05-111-1/+2
* Api Annotations: RdrHsSyn.mkAtDefault causes annotations to be disconnected.Alan Zimmerman2015-05-111-13/+19
* ApiAnnotations: misplaced AnnComma for squals productionAlan Zimmerman2015-05-081-1/+1
* ApiAnnotations : AnnComma missing in TupleSectionAlan Zimmerman2015-05-081-2/+2
* ApiAnnotations : RdrHsSyn.isFunLhs discards parenthesesAlan Zimmerman2015-05-072-23/+27
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-062-18/+16
* Revert "ApiAnnotations : Nested forall loses forall annotation"Austin Seipp2015-05-061-46/+37
* ApiAnnotations : Nested forall loses forall annotationAlan Zimmerman2015-05-061-37/+46
* ApiAnnotations : quoted type variables missing leading quoteAlan Zimmerman2015-05-062-16/+27
* Correct parsing of lifted empty list constructorMatthew Pickering2015-05-061-17/+21
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-062-16/+18
* Permit empty closed type familiesAdam Gundry2015-05-041-6/+7
* ApiAnnotations : lexer discards comment close in nested commentAlan Zimmerman2015-04-141-3/+3
* API Annotations : ExprWithTySig processing discards annotated spansAlan Zimmerman2015-04-141-1/+2
* parser : the API annotation on opt_sig is being discardedAlan Zimmerman2015-04-141-3/+3
* parser: API Annotations : guardquals1 does not annotate commas properlyAlan Zimmerman2015-04-141-1/+1
* parser: opt_kind_sig has incorrect SrcSpanAlan Zimmerman2015-04-141-19/+19
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* The production for squals is incorrect; see D806 for specifics.Alan Zimmerman2015-04-071-11/+9
* The production for `pquals` is incorrect; the specifics are in D803.Alan Zimmerman2015-04-071-1/+1
* parser: allow type-level cons in prefix positionKinokkory2015-04-031-18/+30
* Change 'Tab character' warnings so there is one per file (#9723)Dave Laing2015-04-021-2/+37
* Syntax check package-qualified imports (#9225)Thomas Miedema2015-03-311-2/+10
* Correct documentation in `Parser`.Matthew Pickering2015-03-211-2/+2
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-0/+2
* Update shift/reduce commentary in Parser.yEdward Z. Yang2015-03-061-111/+272
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-102-12/+9
* GRHS with empty wherebinds gets wrong SrcSpanAlan Zimmerman2015-02-051-1/+1
* compiler/parser/cutils: drop unused 'ghc_memcmp_off' helperSergei Trofimovich2015-01-202-7/+0
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-193-13/+22
* API Annotations tweaks.Alan Zimmerman2015-01-164-506/+725
* Fix panics of PartialTypeSignatures combined with extensionsThomas Winant2015-01-131-2/+13
* Improve HsBangSimon Peyton Jones2015-01-081-5/+5
* Rename NamedWildcards flag to NamedWildCardsThomas Winant2014-12-231-1/+1
* Parser: use 'error' token in error reporting rulesSergei Trofimovich2014-12-161-13/+20
* Generalized Coverage pass to allow adding multiple types of TickishsPeter Wortmann2014-12-162-4/+7
* Improve documentation of syntax for promoted listsSimon Peyton Jones2014-12-151-2/+6
* Fix panic on [t| _ |] (Trac #9879)Thomas Winant2014-12-151-1/+4
* Parser: remove unused rule (copy/paste error)Sergei Trofimovich2014-12-131-7/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-092-0/+9
* Fix parser for UNPACK pragmasSimon Peyton Jones2014-12-011-5/+5
* More Tweaks for API AnotationsAlan Zimmerman2014-11-303-30/+66
* Implement Partial Type SignaturesThomas Winant2014-11-282-32/+324
* Minor tweaks to API AnnotationAlan Zimmerman2014-11-242-8/+10
* Capture original source for literalsAlan Zimmerman2014-11-213-55/+81
* Add API AnnotationsAlan Zimmerman2014-11-214-630/+1464