summaryrefslogtreecommitdiff
path: root/utils/check-exact
Commit message (Expand)AuthorAgeFilesLines
* 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
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-112-4/+17
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-092-1/+3
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-071-2/+0
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-062-38/+25
* Make GHC.Runtime.Interpreter independent of GHC.DriverSylvain Henry2021-04-302-2/+0
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-292-16/+31
* EPA: cleanups after the mergeAlan Zimmerman2021-04-198-427/+177
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-012-5/+5
* import Data.List with explicit import listOleg Grenrus2021-04-011-1/+1
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-314-43/+43
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-313-18/+18
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-312-13/+7
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-315-404/+378
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-315-61/+43
* import Data.List with explicit import listOleg Grenrus2021-03-313-3/+3
* Add UnitId to Target recordFendor2021-03-281-0/+1
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-254-202/+166
* EPA: Run exactprint transformation tests as part of CIGHC GitLab CI2021-03-2380-1843/+868
* check-ppr,check-exact: Write out result as binaryGHC GitLab CI2021-03-201-5/+9
* GHC Exactprint main commitAlan Zimmerman2021-03-2092-0/+9399