summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/Annotation.hs
Commit message (Expand)AuthorAgeFilesLines
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-281-1/+7
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-12/+7
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* Fix parsing & printing of unboxed sumssheaf2022-01-111-0/+10
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-0/+3
* Some extra strictness in annotation fieldsMatthew Pickering2021-10-141-4/+7
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-5/+31
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-071-17/+20
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-041-0/+6
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-081-1/+5
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-7/+3
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-1/+2
* Change representation of field selector occurencesShayne Fletcher2021-05-231-0/+5
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-211-0/+2
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-091-1/+3
* EPA: update some comments in Annotations.Alan Zimmerman2021-05-081-119/+82
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-061-12/+32
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-92/+102
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-311-57/+62
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-311-33/+33
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-13/+13
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-126/+126
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-29/+29
* EPA: Tidy up some GHC.Parser.Annotation commentswip/az/exactprint-tweak-parser-state-commentGHC GitLab CI2021-03-251-14/+33
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-10/+0
* GHC Exactprint main commitAlan Zimmerman2021-03-201-109/+25
* Add the main types to be used for exactprint in the GHC ASTAlan Zimmerman2021-03-201-64/+964
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* API Annotations: put constructors in alphabetical orderAlan Zimmerman2020-10-281-2/+2
* Api Annotations: Introduce AnnPercent for HsExplicitMultAlan Zimmerman2020-10-271-1/+2
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-0/+1
* ApiAnnotations : preserve parens in GADTsAlan Zimmerman2020-10-091-0/+39
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-4/+3
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-3/+1
* ApiAnnotations; tweaks for ghc-exactprint updateAlan Zimmerman2020-08-071-2/+3
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-6/+6
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Modules (#13009)Sylvain Henry2020-04-181-0/+378