summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* fix #19736Daniel Rogozin2021-04-271-4/+4
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-48/+48
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-311-2/+2
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-311-14/+14
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-1/+1
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-162/+162
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-61/+61
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-0/+2
* GHC Exactprint main commitAlan Zimmerman2021-03-201-1220/+1418
* Fix record dot precedence (#19521)Vladislav Zavialov2021-03-151-15/+6
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-12/+83
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-1/+1
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-1/+1
* Parse symbolic names in ANN type correctly with otyconRyan Scott2021-02-161-1/+7
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+2
* INLINE pragma for patterns (#12178)Cale Gibbard2020-12-311-2/+24
* Refactor renamer datastructuresAdam Gundry2020-12-241-3/+3
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-181-9/+9
* Implement type applications in patternsCale Gibbard2020-12-141-1/+1
* Fix bad span calculations of post qualified importsShayne Fletcher2020-12-051-8/+15
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-35/+47
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-12/+9
* Api Annotations: Introduce AnnPercent for HsExplicitMultAlan Zimmerman2020-10-271-5/+6
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-9/+12
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-1/+1
* ApiAnnotations : preserve parens in GADTsAlan Zimmerman2020-10-091-6/+8
* Parser: remove some unused importsSylvain Henry2020-10-011-15/+9
* Less DynFlags in Header parsingSylvain Henry2020-10-011-1/+0
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-36/+11
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-3/+3
* Improve error messages for (a %m) without LinearTypesVladislav Zavialov2020-09-291-3/+18
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-8/+13
* Resolve shift/reduce conflicts with %shift (#17232)wip/parsing-shiftVladislav Zavialov2020-09-191-218/+332
* Parser.y: clarify treatment of @{-# UNPACK #-}Vladislav Zavialov2020-09-171-1/+1
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-151-6/+4
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-091-18/+1
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-251-1/+1
* Import qualified Prelude in Cmm/Parser.yVladislav Zavialov2020-08-211-1/+1
* ApiAnnotations: Fix parser for new GHC 9.0 featuresAlan Zimmerman2020-08-121-4/+5
* ApiAnnotations; tweaks for ghc-exactprint updateAlan Zimmerman2020-08-071-11/+11
* Clean up the story around runPV/runECP_P/runECP_PVVladislav Zavialov2020-08-061-88/+88
* Grammar for types and data/newtype constructorsVladislav Zavialov2020-08-061-17/+24
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-021-2/+3
* Refactor the parser a littleVladislav Zavialov2020-07-271-8/+11
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-211-337/+130
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-181-8/+1
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-011-5/+20
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-24/+61
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-13/+36