summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix DeriveGeneric for types with same OccName (#10487)Ömer Sinan Ağacan2015-09-246-130/+195
* Fix a bug with mallocForeignPtr and finalizers (#10904)Simon Marlow2015-09-243-0/+62
* 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
* Update Cabal to recognize DeriveLiftRyanGlScott2015-09-233-4/+1
* Add constant-folding rule for Data.Bits.bitBen Gamari2015-09-233-12/+13
* testsuite: attempt fixing fallout from 089b72f52Austin Seipp2015-09-239-10/+10
* DeriveLift extension (#1830)RyanGlScott2015-09-2110-1/+93
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-2122-1/+49
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-2138-47/+141
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-2126-218/+1
* Run simplifier only when the env is clean.Richard Eisenberg2015-09-212-32/+4
* Perform a validity check on assoc type defaults.Richard Eisenberg2015-09-216-0/+35
* Slightly better `Coercible` errors.Richard Eisenberg2015-09-215-0/+42
* Fix typo in test for #10347.Richard Eisenberg2015-09-211-1/+1
* Small improvement in pretty-printing constructors.Richard Eisenberg2015-09-203-0/+9
* Re-polish error messages around injective TFs.Richard Eisenberg2015-09-203-37/+48
* Allow TH quoting of assoc type defaults.Richard Eisenberg2015-09-202-0/+8
* Test #10770Richard Eisenberg2015-09-203-0/+19
* Test #10347Richard Eisenberg2015-09-202-0/+11
* Driver: --make -o without Main should be an error (#10895)Thomas Miedema2015-09-204-0/+10
* Always run explicitly requested ways (extra_ways) for fast runs.Edward Z. Yang2015-09-201-1/+1
* Polish some error messages.Richard Eisenberg2015-09-193-46/+46
* Fix #10815 by kind-checking type patterns against known kinds.Richard Eisenberg2015-09-195-51/+68
* Pass TEST_HC_OPTS in bug1465 and T5792.Edward Z. Yang2015-09-182-3/+3
* Add namePackage function to template-haskellRyanGlScott2015-09-173-0/+33
* ApplicativeDo transformationSimon Marlow2015-09-1715-1/+609
* Show minimal complete definitions in ghci (#10847)Moritz Kiefer2015-09-1711-0/+24
* Testsuite: add test for #10781Thomas Miedema2015-09-173-0/+15
* Pretty: fix unicode arrow operators.Sebastian Reuße2015-09-152-3/+3
* Testsuite: mark T6037 expect_fail on Windows (#6037)Thomas Miedema2015-09-122-3/+6
* Testsuite cleanupJan Stolarek2015-09-1227-231/+170
* Add a test for Trac #10806Simon Peyton Jones2015-09-113-1/+21
* Improve rejigConRes (again)Simon Peyton Jones2015-09-112-7/+13
* Don't check in autogenerated hs files for recomp013.Edward Z. Yang2015-09-093-3/+0
* Testsuite: comment out `setnumcapabilities001` (#10860)Thomas Miedema2015-09-091-6/+8
* Forbid annotations when Safe Haskell safe mode is enabled.David Kraeutmann2015-09-083-1/+14
* Fix T6018th test failureJan Stolarek2015-09-042-3/+1
* Make Data.List.foldr1 inlineJoachim Breitner2015-09-032-0/+4
* Testsuite: fix tcfail220 - Maybe is wired-in nowThomas Miedema2015-09-042-10/+10
* Add test for T10836 (expected broken)Jan Stolarek2015-09-033-0/+25
* Injective type familiesJan Stolarek2015-09-0371-45/+1504
* Testsuite: by default run all tests for a single wayThomas Miedema2015-09-023-10/+3
* Fix some tests that were broken by D861Eric Seidel2015-09-022-29/+30
* Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)Thomas Miedema2015-09-021-4/+5
* Testsuite: update expected outputThomas Miedema2015-09-023-0/+9
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-0221-443/+391
* Expand declaration QQs first (#10047)Michael Smith2015-09-026-2/+41
* Allow annotations though addTopDecls (#10486)Michael Smith2015-09-023-8/+18
* Add test for updating a record with existentially quantified fields.Matthew Pickering2015-09-022-0/+22