summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer
Commit message (Expand)AuthorAgeFilesLines
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-113-0/+9
* Remove many GHC dependencies from L.H.Sromes2022-07-061-13/+6
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-032-94/+97
* testsuite: Use normalise_version more consistentlyBen Gamari2022-06-271-1/+1
* Bump ghc-prim and base versionsBen Gamari2022-06-271-1/+1
* Deprecate TypeInType extensionHaskellMouse2022-06-062-2/+2
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-261-18/+14
* Fix printing of brackets in multiplicities (#20315)jackohughes2022-05-133-0/+11
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-113-0/+11
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-081-1/+5
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-012-0/+16
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-012-2/+2
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-283-0/+11
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-223-0/+9
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-6/+18
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-242-3/+3
* hadrian: avoid building check-{exact,ppr} and count-deps when the tests don't...Zubin Duggal2021-10-131-145/+147
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-041-7/+2
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-281-0/+3
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-174-1/+686
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-081-3/+3
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-083-0/+49
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-063-0/+86
* Supply missing case for '.' inShayne Fletcher2021-08-021-3/+1
* Add a regression test for #17697Krzysztof Gogolewski2021-07-273-0/+15
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-2426-0/+981
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-221-6/+0
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-3/+12
* [EPA] exact print linear arrows.Alan Zimmerman2021-05-273-0/+38
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-246-219/+0
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-233-0/+20
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-214-0/+31
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-194-10/+10
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-1/+1
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-123-0/+16
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-113-0/+11
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-113-0/+29
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-093-1/+13
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-063-0/+12
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-8/+9
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-311-10/+10
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-15/+15
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-7/+7
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-254-0/+35
* EPA: Run exactprint transformation tests as part of CIGHC GitLab CI2021-03-232-217/+219
* GHC Exactprint main commitAlan Zimmerman2021-03-2072-165/+2035
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-2/+1
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-141-3/+3
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-141-3/+3
* Optimise nullary type constructor usageBen Gamari2020-12-141-3/+3