summaryrefslogtreecommitdiff
path: root/utils/check-exact/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* EPA: Add comments to EpaDeltawip/az/epadelta-commentsAlan Zimmerman2021-10-061-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