summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-4/+1
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-2/+2
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-2/+4
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-1/+1
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-1/+2
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-073-0/+69
* Better eta-expansion (again) and don't specilise DFunsSimon Peyton Jones2020-09-221-1/+1