summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer
Commit message (Expand)AuthorAgeFilesLines
* Don't allow . in overloaded labelssheaf2023-02-071-3/+4
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-233-1/+54
* Fix printing of promoted MkSolo datacon (#22785)Andrei Borzenkov2023-01-183-1/+17
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-163-1/+69
* EPA: exact print HsDocTyAlan Zimmerman2023-01-093-1/+14
* EPA: Do not collect comments from end of fileAlan Zimmerman2023-01-051-9/+9
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-222-24/+18
* EPA: When splitting out header comments, keep ones for first declAlan Zimmerman2022-12-131-0/+1
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-259-19/+103
* Check if the SDoc starts with a single quote (#22488)Vladislav Zavialov2022-11-234-0/+50
* Update the check-exact infrastructure to match ghc-exactprintAlan Zimmerman2022-10-173-0/+17
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-0/+1
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-191-67/+69
* Diagnostic codes: acccept test changessheaf2022-09-135-10/+10
* 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