summaryrefslogtreecommitdiff
path: root/utils/check-exact
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-301-4/+0
* Remove Cabal dependency from check-exact and check-ppr executablesMatthew Pickering2021-09-171-1/+0
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-171-2/+2
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-081-2/+10
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-063-48/+133
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-102-16/+3
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-083-7/+7
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-246-463/+288
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-23/+23
* Parser: make less DynFlags dependentSylvain Henry2021-06-071-2/+4
* Make Logger independent of DynFlagsSylvain Henry2021-06-072-4/+4
* Driver Rework PatchMatthew Pickering2021-06-031-1/+2
* [EPA] exact print linear arrows.Alan Zimmerman2021-05-273-13/+53
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-271-3/+3
* Support new parser types in GHCAlfredo Di Napoli2021-05-262-8/+5
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-241-19/+12
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-232-14/+24
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-232-2/+5
* Change representation of field selector occurencesShayne Fletcher2021-05-231-2/+2
* Remove ANN pragmas in check-ppr and check-exactMatthew Pickering2021-05-222-6/+0
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-212-15/+27
* Changes to HsRecField'Shayne Fletcher2021-05-191-20/+20
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-192-17/+25
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-122-2/+7
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-112-2/+3