summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* Allow generation of TTH syntax with THOleg Grenrus2023-04-1211-0/+69
* Make INLINE pragmas for pattern synonyms work with THRyan Scott2023-04-043-0/+59
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-033-4/+5
* TH: revert changes to GadtC & RecGadtCsheaf2023-04-014-9/+6
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-012-4/+4
* Fix testsBodigrim2023-03-302-0/+2
* Handle records in the renamersheaf2023-03-2911-38/+18
* Add structured error messages for GHC.Tc.Utils.EnvTorsten Schmits2023-03-217-7/+7
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-211-1/+1
* fix: Consider strictness annotation in rep_bindromes2023-03-013-0/+35
* Fix two bugs in TypeData TH reificationRyan Scott2023-01-305-0/+36
* Replace errors from badOrigBinding with new one (#22839)Andrei Borzenkov2023-01-271-2/+2
* Fix printing of promoted MkSolo datacon (#22785)Andrei Borzenkov2023-01-183-8/+8
* Add missing parenthesizeHsType in cvtSigTypeKindRyan Scott2023-01-183-1/+15
* Fixes around primitive literalsKrzysztof Gogolewski2022-12-082-3/+16
* Change printing of sized literals to match the proposalKrzysztof Gogolewski2022-11-291-2/+2
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-242-3/+3
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-1/+1
* ThToHs: fix overzealous parenthesizationVladislav Zavialov2022-11-016-3/+23
* Convert Diagnostics in GHC.Tc.Gen.Splice (#20116)Aaron Allen2022-10-2446-49/+50
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-2111-32/+32
* Fix typosKrzysztof Gogolewski2022-09-141-1/+1
* Diagnostic codes: acccept test changessheaf2022-09-1346-78/+85
* Test for issue #21942Mario Blažević2022-08-223-0/+10
* Fix and test for issue #21723Mario Blažević2022-08-223-0/+11
* Added pprType with precedence argument, as a prerequisite to fix issues #2172...Mario Blažević2022-08-224-7/+7
* Print constraints in quotes (#21167)Swann Moreau2022-08-191-1/+1
* Fix TH + defer-type-errors interaction (#21920)Krzysztof Gogolewski2022-08-044-1/+21
* testsuite: Mark T13366Cxx as unbroken on DarwinBen Gamari2022-07-161-3/+1
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-161-1/+1
* testsuite: Use normalise_version more consistentlyBen Gamari2022-06-271-1/+1
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+1
* TTG: Rework and improve splicesromes2022-06-014-9/+9
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-05-224-0/+30
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-1/+1
* template-haskell: Fix representation of OPAQUE pragmasMatthew Pickering2022-05-062-0/+11
* testsuite: Mark T10420 as broken on WindowsBen Gamari2022-04-071-1/+2
* testsuite: Mark TH_spliceE5_prof as unbroken on WindowsBen Gamari2022-04-061-2/+1
* testsuite: Split T13366 into two testsBen Gamari2022-04-065-17/+30
* testsuite: Clean up tests depending on C++ std libBen Gamari2022-04-061-4/+1
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-012-2/+2
* T13366 requires c++ & c++abi libraries on OpenBSDGreg Steuck2022-04-011-1/+1
* Add instance Lift ByteArrayBodigrim2022-03-253-0/+14
* TH: Fix pretty printing of newtypes with operators and GADT syntax (#20868)Zubin Duggal2022-03-195-9/+34
* TTG: TH brackets finishing touchesromes2022-03-181-3/+6
* TH: allow negative patterns in quotes (#20711)Zubin Duggal2022-03-163-0/+14
* Fix isLiftedType_maybe and handle falloutsheaf2022-03-141-2/+2
* Error on anon wildcards in tcAnonWildCardOccsheaf2022-02-265-0/+43
* template-haskell: Fix two prettyprinter issuesMario Blažević2022-02-253-0/+39
* TH: fix pretty printing of GADTs with multiple constuctors (#20842)Zubin Duggal2022-02-244-1/+15