summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-242-20/+20
* New expected test output for 32 bit platformsErik de Castro Lopo2015-11-231-0/+20
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-2/+2
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-134-6/+6
* fix #10734 by adding braces to pretty-printing of let inside doarcpatch-D1448John Leo2015-11-073-0/+15
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-076-21/+6
* Bump ghc-prim version to 0.5.0.0 (closes #11043)Herbert Valerio Riedel2015-11-011-1/+1
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-011-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-0/+8
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-8/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-291-0/+8
* Reject top-level typed TH splices. Fixes #10945Jan Stolarek2015-10-202-1/+30
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-166-8/+91
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-3/+3
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-3/+3
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-137-3/+54
* Tests for #10945 and #10946Jan Stolarek2015-10-083-0/+24
* reify associated types when reifying typeclasses(#10891)Ömer Sinan Ağacan2015-09-264-0/+54
* Revert "reify associated types when reifying typeclasses"Austin Seipp2015-09-234-54/+0
* reify associated types when reifying typeclassesÖmer Sinan Ağacan2015-09-234-0/+54
* testsuite: attempt fixing fallout from 089b72f52Austin Seipp2015-09-234-5/+5
* DeriveLift extension (#1830)RyanGlScott2015-09-214-0/+73
* Small improvement in pretty-printing constructors.Richard Eisenberg2015-09-203-0/+9
* Allow TH quoting of assoc type defaults.Richard Eisenberg2015-09-202-0/+8
* Add namePackage function to template-haskellRyanGlScott2015-09-173-0/+33
* Fix T6018th test failureJan Stolarek2015-09-042-3/+1
* Injective type familiesJan Stolarek2015-09-0311-28/+157
* Use IP based CallStack in error and undefinedEric Seidel2015-09-025-9/+18
* Bump template-haskell to new major version 2.11Herbert Valerio Riedel2015-08-121-1/+1
* Add Fixity info for infix typesRyanGlScott2015-08-0510-32/+96
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-273-0/+55
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-231-3/+3
* Do not treat prim and javascript imports as C imports in TH and QQLuite Stegeman2015-07-203-0/+38
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-171-2/+2
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-173-0/+12
* Flush stdout in test case for #10596Joachim Breitner2015-07-151-0/+3
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-141-1/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-1/+0
* Fix #10596 by looking up 'Int' not 'Maybe Int' in the map.Edward Z. Yang2015-07-073-0/+13
* Testsuite: add -ignore-dot-ghci to some testsThomas Miedema2015-07-041-1/+1
* Fix some validation errors.Richard Eisenberg2015-07-042-9/+2
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-261-2/+2
* Drop prefix from package keys.Edward Z. Yang2015-06-241-3/+3
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-022-17/+13
* Fix ghci-way tests of -XStaticPointers.Facundo Domínguez2015-05-251-1/+3
* Do not check dir perms when .ghci doesn't existZejun Wu2015-05-141-1/+1
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-1133-391/+5
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-0933-5/+391
* Split off quotes/ from th/ for tests that can be done on stage1 compiler.Edward Z. Yang2015-05-0933-391/+5
* Correct parsing of lifted empty list constructorMatthew Pickering2015-05-061-1/+1