summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-19/+26
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-2/+2
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-061-6/+6
* EPA: Comment between module and where should be in header commentsAlan Zimmerman2023-02-082-49/+144
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-281-1/+2
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-062-2/+2
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-052-4/+18
* EPA: Do not collect comments from end of fileAlan Zimmerman2023-01-052-27/+27
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-229-72/+54
* EPA: When splitting out header comments, keep ones for first declAlan Zimmerman2022-12-132-44/+72
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-248-33/+34
* Give better errors for code corrupted by Unicode smart quotes (#21843)Lawton Nichols2022-11-1913-0/+47
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-112-2/+2
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-092-3/+3
* Testsuite: more precise test optionsSylvain Henry2022-10-262-2/+3
* Class layout info (#19623)Vladislav Zavialov2022-10-233-10/+30
* Clearer error msg for newtype GADTs with defaulted kindFinley McIlwaine2022-10-131-5/+4
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-275-0/+8
* 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