summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* More permissive parsing of higher-rank type IPssheaf2021-12-071-1/+1
* Allow keywords which can be used as variables to be used with OverloadedDotSy...Matthew Pickering2021-11-261-1/+1
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-4/+6
* Remove unused module import syntax from .bkp modeMatthew Pickering2021-11-201-8/+2
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-57/+61
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-2/+1
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-17/+17
* Refactor package importsSylvain Henry2021-10-221-3/+4
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-20/+20
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-041-2/+2
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-171-11/+17
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-061-6/+11
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-111-3/+3
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-14/+13
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-271-14/+14
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-12/+18
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-1/+4
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-5/+7
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-211-1/+1
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-211-3/+6
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-0/+1
* Changes to HsRecField'Shayne Fletcher2021-05-191-2/+2
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-121-1/+1
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-111-3/+1
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-111-7/+12
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-091-5/+5
* 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