summaryrefslogtreecommitdiff
path: root/utils/check-exact/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-281-3/+4
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-231-1/+2
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-161-1/+2
* EPA: exact print HsDocTyAlan Zimmerman2023-01-091-1/+2
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-221-3/+4
* Allow configuration of error message printingMatthew Pickering2022-10-181-1/+1
* Update the check-exact infrastructure to match ghc-exactprintAlan Zimmerman2022-10-171-69/+76
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-2/+4
* Remove many GHC dependencies from L.H.Sromes2022-07-061-1/+1
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-7/+7
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-261-1/+1
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-231-1/+1
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-111-3/+4
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-5/+0
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-5/+6
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-1/+2
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-071-1/+1
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-171-2/+2
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-061-7/+10
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-081-1/+1
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-241-32/+37
* Driver Rework PatchMatthew Pickering2021-06-031-1/+2
* [EPA] exact print linear arrows.Alan Zimmerman2021-05-271-1/+2
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-241-19/+12
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-231-1/+2
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-211-1/+2
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-191-1/+2
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-121-1/+2
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-111-1/+2
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-111-1/+2
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-091-1/+2
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-061-2/+3
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-35/+35
* import Data.List with explicit import listOleg Grenrus2021-04-011-1/+1
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-9/+9
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-6/+6
* Add UnitId to Target recordFendor2021-03-281-0/+1
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-153/+139
* EPA: Run exactprint transformation tests as part of CIGHC GitLab CI2021-03-231-154/+868
* check-ppr,check-exact: Write out result as binaryGHC GitLab CI2021-03-201-5/+9
* GHC Exactprint main commitAlan Zimmerman2021-03-201-0/+238