summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert recent submodule bumpsBen Gamari2017-02-227-14/+12
* Test Trac #13244Simon Peyton Jones2017-02-222-0/+35
* Fix ApplicativeDo constraint scopingSimon Peyton Jones2017-02-222-0/+17
* Test Trac #13271Simon Peyton Jones2017-02-223-0/+18
* Bump Cabal and containers submodulesBen Gamari2017-02-217-12/+14
* Fix all broken perf tests on x64 WindowsTamar Christina2017-02-215-6/+29
* Test Trac #13300Simon Peyton Jones2017-02-213-0/+17
* Gather constraints locally in checkMainSimon Peyton Jones2017-02-214-0/+34
* Disallow class instances for synonymsSimon Peyton Jones2017-02-213-0/+21
* testsuite: Fix allocations of T10547Ben Gamari2017-02-211-1/+1
* Fix computation of dfun_tvs in mkNewTypeEqnSimon Peyton Jones2017-02-212-0/+10
* Fix DeriveAnyClass (again)Simon Peyton Jones2017-02-213-0/+46
* Bump a few more performance regressions from Type-indexed TypeableBen Gamari2017-02-201-2/+4
* Bump Cabal submoduleBen Gamari2017-02-204-10/+13
* Kill off the remaining Rec []Simon Peyton Jones2017-02-201-30/+30
* Change -dppr-ticks to -dsuppress-ticksSimon Peyton Jones2017-02-201-2/+2
* Typos in manual, tests and commentsGabor Greif2017-02-203-3/+3
* Remove ghc-api/landmine testsAlan Zimmerman2017-02-199-206/+0
* Disable Typeable binding generation for unboxed sumsBen Gamari2017-02-182-4/+4
* Type-indexed TypeableBen Gamari2017-02-1837-374/+1176
* Generalize kind of the (->) tyconBen Gamari2017-02-189-16/+15
* Say 'data' explicitly in IfAbstractTyCon output.Edward Z. Yang2017-02-1710-11/+11
* Improvements/bugfixes to signature reexport handling.Edward Z. Yang2017-02-1712-6/+70
* Fix recompilation tracking on signatures.Edward Z. Yang2017-02-179-0/+61
* Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang2017-02-1710-1/+84
* Simplify OutputableBndrSimon Peyton Jones2017-02-174-43/+43
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-174-40/+40
* Better perf for haddock.base, haddock.CabalSimon Peyton Jones2017-02-161-2/+4
* Use the correct origin in SectionL and Section RSimon Peyton Jones2017-02-164-1/+16
* Typos [ci skip]Gabor Greif2017-02-152-3/+3
* Don't warn about missing methods for instances in signatures.Edward Z. Yang2017-02-143-0/+16
* Check local type family instances against all imported onesReid Barton2017-02-1420-2/+135
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-1431-27/+315
* Allow type defaulting for multi-param type classes with ExtendedDefaultRulesvivid-synth2017-02-144-0/+71
* Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry2017-02-143-0/+16
* Typos in notes and comments [ci skip]Gabor Greif2017-02-131-1/+1
* Disable PVP warnings temporarily.Edward Z. Yang2017-02-124-20/+0
* Slightly reword not-exported message.Edward Z. Yang2017-02-125-7/+7
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-1226-100/+149
* zonkCt tries to maintain the canonical form of a Ct.Christiaan Baaij2017-02-113-0/+43
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-118-0/+143
* Improve the Occurrence Analyzer’s handling of one-shot functionsJoachim Breitner2017-02-111-45/+48
* Mark orphan instances and rules in --show-iface outputReid Barton2017-02-114-0/+40
* Refactor DeriveAnyClass's instance context inferenceRyan Scott2017-02-1014-49/+130
* Relax test TH_addCStub2 so it succeeds on travis.Facundo Domínguez2017-02-102-7/+11
* Prevent Template Haskell splices from throwing a spurious TypeInType errorRyan Scott2017-02-102-0/+30
* Change rewritableTyVarsOfType to anyRewritableTyVarSimon Peyton Jones2017-02-101-3/+2
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-107-33/+134
* Guard rewritableTyVarsOfTypeSimon Peyton Jones2017-02-091-2/+3
* testsuite: Add testcase for #13248Ben Gamari2017-02-092-0/+13