summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-061-1/+1
* 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
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-092-3/+3
* Testsuite: more precise test optionsSylvain Henry2022-10-261-1/+2
* Class layout info (#19623)Vladislav Zavialov2022-10-233-10/+30
* 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-195-537/+545
* Diagnostic codes: acccept test changessheaf2022-09-1316-34/+33
* 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
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-04-203-0/+297
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-083-2/+16
* 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-063-0/+17
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-012-2/+4
* Add the OPAQUE pragmaChristiaan Baaij2022-03-253-0/+9
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-86/+85
* Allow qualified names in COMPLETE pragmassheaf2022-02-252-1/+16
* Multiple Home UnitsMatthew Pickering2021-12-281-3/+3
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-223-1/+161
* Revert "Data.List specialization to []"Matthew Pickering2021-12-032-4/+22
* 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
* Add defaulting plugins.Andrei Barbu2021-10-082-3/+3
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-064-11/+605
* 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
* Supply missing case for '.' inShayne Fletcher2021-08-022-0/+8
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-122-6/+6
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-191-0/+11
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-164-44/+153
* Support new parser types in GHCAlfredo Di Napoli2021-05-263-3/+3
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-8/+68
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-194-30/+7
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-123-13/+13