summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* 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
* Look through untyped TH splices in tcInferAppHead_maybeRyan Scott2022-02-092-0/+17
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-045-21/+21
* Frontend01 passes with static GHCMatthew Pickering2022-02-032-8/+0
* Add failing test for #20791Matthew Pickering2022-02-032-0/+8
* Use braces in TH LambdaCase and where clausesElton2022-02-019-21/+21
* Rework the handling of SkolemInfoMatthew Pickering2022-01-292-1/+15
* testsuite: Mark test that require RTS linkerPeter Trommler2022-01-241-1/+1
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-177-33/+43
* Skip T16180 on OpenBSD due to bug #14012Greg Steuck2022-01-111-0/+3
* Check quoted TH names are in the correct namespacesheaf2022-01-044-6/+26
* Multiple Home UnitsMatthew Pickering2021-12-281-2/+2
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-0/+4
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-113-0/+24
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-091-0/+3
* Add failing test for #20674Matthew Pickering2021-12-015-0/+36
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-202-0/+3
* Improve handling of import statements in GHCi (#20473)Morrow2021-11-171-1/+1
* Pmc: Don't case split on wildcard matches (#20642)Sebastian Graf2021-11-172-4/+4
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-061-2/+2
* Fix #20590 with another application of mkHsContextMaybeRyan Scott2021-11-023-0/+13
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-242-2/+0
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-178-39/+5
* Add tests for T17820Andrea Condoluci2021-09-2911-0/+69
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-013-0/+22
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-034-0/+48
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-08-023-0/+18
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-272-5/+5