summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-10/+13
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-281-1/+1
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-1/+5
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-5/+9
* TTG: Refactor bracket for desugaring during tcromes2022-03-181-1/+1
* Separate constructors for typed and untyped bracketsromes2022-03-181-9/+9
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-6/+2
* Allow qualified names in COMPLETE pragmassheaf2022-02-251-1/+6
* Suggestions due to hlintMatthew Pickering2022-02-241-5/+0
* Kill derived constraintsRichard Eisenberg2022-02-231-1/+1
* Fix parsing & printing of unboxed sumssheaf2022-01-111-7/+12
* Fix typosKrzysztof Gogolewski2021-12-251-1/+1
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-221-7/+15
* 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