summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes
Commit message (Expand)AuthorAgeFilesLines
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-242-0/+7
* Testsuite: more precise test optionsSylvain Henry2022-10-262-3/+4
* Diagnostic codes: acccept test changessheaf2022-09-133-8/+8
* Add test for #21619Matthew Pickering2022-06-012-0/+11
* Kill derived constraintsRichard Eisenberg2022-02-231-12/+16
* Use braces in TH LambdaCase and where clausesElton2022-02-013-2/+33
* Use braces in TH case pprint (fixes #20893)Elton2022-02-013-0/+44
* Don't use implicit lifting when deriving LiftMatthew Pickering2021-11-252-0/+8
* Include "not more specific" info in overlap msgsheaf2021-11-201-1/+1
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-093-5/+10
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-052-0/+16
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-1/+1
* Fix lookupGlobalOccRn_maybe sometimes reporting an errorLuke Lau2020-06-103-0/+30
* Define a Quote IO instanceRyan Scott2020-04-283-2/+12
* Generalize liftData to work over any Quote (#17857)Ryan Scott2020-02-202-0/+11
* TemplateHaskellQuotes: Allow nested splicesMatthew Pickering2020-02-118-0/+52
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-1210-11/+26
* Testsuite tweaks and refactoringÖmer Sinan Ağacan2019-07-091-1/+1
* testsuite: Don't run tests requiring TH in profasm way when GhcDynamicBen Gamari2019-06-121-1/+1
* Add test case for #16384Alec Theriault2019-04-182-0/+10
* TH: make `Lift` and `TExp` levity-polymorphicAlec Theriault2019-04-181-11/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-153-3/+3
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-301-1/+1
* Merge types and kinds in DsMetaRyan Scott2017-07-281-1/+1
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-1/+2
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-3/+2
* Testsuite: validate the tests/stage1 directory with the stage1 compilerThomas Miedema2016-06-182-15/+0
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-122-5/+1
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-3/+2
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-232-15/+15
* TcErrors: Fix plural form of "instance" errorBen Gamari2016-02-091-1/+1
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-21/+29
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-292-2/+2
* Improve error messages for ambiguous type variablesDavid Kraeutmann2015-10-071-3/+4
* Injective type familiesJan Stolarek2015-09-031-2/+1
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-021-1/+2
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-1139-0/+424
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-0939-424/+0
* Always do polymorphic typed quote check, c.f. #10384Edward Z. Yang2015-05-093-0/+10
* RnSplice's staging test should be applied for quotes in stage1.Edward Z. Yang2015-05-093-0/+26
* Split off quotes/ from th/ for tests that can be done on stage1 compiler.Edward Z. Yang2015-05-0935-0/+388