summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix -Woperator-whitespace for consym (part of #19372)Vladislav Zavialov2022-09-203-0/+31
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-198-537/+553
* Diagnostic codes: acccept test changessheaf2022-09-13195-298/+432
* Print constraints in quotes (#21167)Swann Moreau2022-08-192-2/+2
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-2/+4
* Remove many GHC dependencies from L.H.Sromes2022-07-068-53/+23
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-0311-400/+448
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-276-4/+30
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+1
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-268-65/+51
* EPA: Comment Order ReversedAlan Zimmerman2022-05-236-6/+259
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-231-10/+1
* Improve error reporting in generated codeSimon Peyton Jones2022-05-043-11/+5
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-04-203-0/+297
* Disallow (->) as a data constructor name (#16999)Vladislav Zavialov2022-04-083-0/+9
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-083-2/+16
* Reject illegal quote mark in data con declarations (#17865)Vladislav Zavialov2022-04-082-2/+22
* EPA: handling of con_bndrs in mkGadtDeclAlan Zimmerman2022-04-072-19/+570
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-068-0/+64
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-013-11/+10
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-012-2/+4
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-012-2/+4
* Add the OPAQUE pragmaChristiaan Baaij2022-03-2512-0/+41
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-152-2/+4
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-86/+85
* Allow qualified names in COMPLETE pragmassheaf2022-02-252-1/+16
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-051-9/+9
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-173-8/+13
* Multiple Home UnitsMatthew Pickering2021-12-283-9/+9
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-223-1/+161
* More permissive parsing of higher-rank type IPssheaf2021-12-075-0/+33
* Revert "Data.List specialization to []"Matthew Pickering2021-12-032-4/+22
* Include "not more specific" info in overlap msgsheaf2021-11-202-8/+6
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-061-10/+5
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-026-32/+96
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-3/+9
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-247-13/+13
* Refactor package importsSylvain Henry2021-10-225-9/+11
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-144-4/+2123
* Change affected tests stderrCarrie Xu2021-10-121-3/+6
* Add defaulting plugins.Andrei Barbu2021-10-082-3/+3
* Improve overlap error for polykinded constraintssheaf2021-10-062-14/+16
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-064-11/+605
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-051-1/+3
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-045-107/+52
* Remove NoGhcTc usage from HsMatchContextArtyom Kuznetsov2021-09-281-1/+1
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-174-5/+10
* Add test for #17865Joshua Price2021-09-133-0/+6
* Supply missing case for '.' inShayne Fletcher2021-08-022-0/+8
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-283-4/+4