summaryrefslogtreecommitdiff
path: root/utils/check-exact
Commit message (Expand)AuthorAgeFilesLines
* compiler: Use compact representation for SourceTextZubin Duggal2023-05-161-13/+13
* Add sized primitive literal syntaxBen Orchard2023-05-031-0/+6
* EPA: Use ExplicitBraces only in HsModuleAlan Zimmerman2023-04-262-33/+21
* Handle records in the renamersheaf2023-03-291-8/+10
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-4/+4
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-285-12/+14
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-232-4/+10
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-162-4/+9
* EPA: exact print HsDocTyAlan Zimmerman2023-01-092-1/+6
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-051-7/+7
* check-exact: Fix build with -WerrorMatthew Pickering2023-01-041-1/+2
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-225-32/+56
* Support mtl-2.3 in check-exactBodigrim2022-12-083-4/+7
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-054-12/+12
* Class layout info (#19623)Vladislav Zavialov2022-10-231-9/+12
* Allow configuration of error message printingMatthew Pickering2022-10-182-18/+12
* Update the check-exact infrastructure to match ghc-exactprintAlan Zimmerman2022-10-1711-3095/+3818
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-1/+1
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-192-9/+10
* Drop make build systemBen Gamari2022-08-251-18/+0
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-112-6/+12
* Fix exact printing of the HsRule nameAlan Zimmerman2022-07-061-2/+2
* Remove many GHC dependencies from L.H.Sromes2022-07-063-42/+36
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-035-25/+25
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-203-14/+10
* TTG: Rework and improve splicesromes2022-06-011-27/+12
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-263-13/+13
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-232-8/+6
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-111-3/+4
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-081-0/+2
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-2/+2
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-012-8/+16
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-2/+3
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-234-42/+47
* TTG: Make HsQuote GhcTc isomorphic to NoExtFieldromes2022-03-181-3/+1
* Separate constructors for typed and untyped bracketsromes2022-03-181-12/+14
* Type-checking untyped bracketsromes2022-03-181-2/+0
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-0/+1
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-1/+0
* Kill derived constraintsRichard Eisenberg2022-02-231-3/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+0
* Fix parsing & printing of unboxed sumssheaf2022-01-111-0/+6
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-0/+5
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-022-10/+14
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-023-20/+21
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-6/+6
* Refactor package importsSylvain Henry2021-10-221-1/+2
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-1/+2
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-074-25/+26
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-041-5/+2