summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* 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
* template-haskell: Add support for default declarationsMario Blažević2021-07-213-0/+18
* th: Weaken return type of myCoreToStgExprMatthew Pickering2021-07-192-0/+12
* Reword: representation instead of levitysheaf2021-06-103-4/+4
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-3/+1
* Propagate free variables in extract_lctxt correctlyRyan Scott2021-04-292-0/+26
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-299-0/+78
* Pretty-print HsArgPar applications correctly (#19737)Ryan Scott2021-04-273-0/+35
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-221-2/+3
* template-haskell: Run TH splices with err_vars from current contextMatthew Pickering2021-04-123-0/+16
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-292-5/+5
* Bump template-haskell version to 2.18.0.0wip/T19083Ryan Scott2021-03-201-3/+3
* GHC Exactprint main commitAlan Zimmerman2021-03-203-5/+5
* Use GHC2021 as default languageJoachim Breitner2021-03-1019-10/+24
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-091-1/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-1/+1
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-043-0/+37
* Unify result type earlier to improve error messagesSimon Peyton Jones2021-03-011-12/+11
* Fix #19363 by using pprName' {Applied,Infix} in the right placesRyan Scott2021-02-264-5/+61
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-1/+1
* Fix #19377 by using lookupLOcc when desugaring TH-quoted ANNsRyan Scott2021-02-172-0/+11
* The Char kind (#11342)Daniel Rogozin2021-02-062-0/+8
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-222-14/+15
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-1/+1
* Implement BoxedRep proposalAndrew Martin2020-12-141-1/+1
* Implement type applications in patternsCale Gibbard2020-12-146-8/+8
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-082-6/+5
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-6/+5
* Make DataKinds the sole arbiter of kind-level literals (and friends)Ryan Scott2020-10-141-0/+1
* Unification of Nat and NaturalsHaskellMouse2020-10-131-1/+1
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-116-1/+45
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-294-5/+5
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-242-6/+3
* testsuite: Mark TH_spliceE5_prof as broken on WindowsGHC GitLab CI2020-09-201-1/+2
* Make {hsExpr,hsType,pat}NeedsParens aware of boxed 1-tuplesRyan Scott2020-08-273-0/+28
* Don't mark closed type family equations as occurrencesRyan Scott2020-07-302-7/+3
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-2115-36/+36
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-146-0/+60
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Desugar quoted uses of DerivingVia and expression type signatures properlyRyan Scott2020-07-012-0/+30