summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
Commit message (Expand)AuthorAgeFilesLines
* Suppress unused warnings for selectors for some derived classesRyan Scott2017-07-113-0/+17
* Look through type synonyms in existential contexts when deriving FunctorRyan Scott2017-06-182-0/+14
* Stop the specialiser generating loopy codeSimon Peyton Jones2017-06-071-1/+3
* Add regression test for #13758Ryan Scott2017-05-262-1/+59
* Re-engineer Given flatten-skolemsSimon Peyton Jones2017-05-261-6/+2
* Don't derive showListDavid Feuer2017-04-011-1/+0
* Remove Core Lint pass on occurrence analysis output (#13220)Reid Barton2017-03-311-7/+5
* Deriving for phantom and empty typesDavid Feuer2017-03-305-0/+122
* Improve error messages for skolemsSimon Peyton Jones2017-03-101-1/+1
* Improve pretty-printing of typesSimon Peyton Jones2017-02-281-4/+4
* The Early Inline PatchSimon Peyton Jones2017-02-281-1/+2
* Fix all broken perf tests on x64 WindowsTamar Christina2017-02-211-1/+4
* Fix computation of dfun_tvs in mkNewTypeEqnSimon Peyton Jones2017-02-212-0/+10
* Fix DeriveAnyClass (again)Simon Peyton Jones2017-02-213-0/+46
* Type-indexed TypeableBen Gamari2017-02-181-2/+3
* Refactor DeriveAnyClass's instance context inferenceRyan Scott2017-02-1012-28/+103
* Join pointsLuke Maurer2017-02-011-1/+3
* Fix broken testsPhil Ruffwind2017-01-301-5/+3
* Bump Win32 version.Ben Gamari2017-01-241-3/+1
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-223-17/+9
* Update levity polymorphismRichard Eisenberg2017-01-192-6/+5
* Fix typos (not test relevant)Gabor Greif2016-12-211-1/+1
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-291-2/+2
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-111-2/+2
* Prevent GND from inferring an instance context for method-less classesRyan Scott2016-11-104-8/+20
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-0611-8/+138
* testsuite: Update T10858 allocationsBen Gamari2016-11-021-1/+1
* testsuite: Mark T10858 as broken on WindowsBen Gamari2016-10-171-1/+2
* Fix Show derivation in the presence of RebindableSyntax/OverloadedStringsRyan Scott2016-10-152-0/+16
* Make error when deriving an instance for a typeclass less misleadingRyan Scott2016-10-146-0/+85
* Disallow standalone deriving declarations involving unboxed tuples or sumsRyan Scott2016-10-013-0/+25
* Implement deriving strategiesRyan Scott2016-09-3023-5/+135
* Fix impredicativity (again)Simon Peyton Jones2016-09-303-2/+24
* Fix derived Ix instances for one-constructor GADTsRyan Scott2016-09-112-0/+12
* Make generated Ord instances smaller (per #10858).Petr Prokhorenkov2016-09-054-0/+21
* Less scary arity mismatch error message when derivingmniip2016-09-053-7/+3
* Make DeriveFunctor work with unboxed tuplesRyan Scott2016-07-182-0/+8
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Make unique auxiliary function names in derivingSimon Peyton Jones2016-07-052-1/+13
* Test Trac #12163Simon Peyton Jones2016-06-223-1/+15
* Testsuite: mark tests expect brokenThomas Miedema2016-06-201-1/+2
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2018-78/+78
* Testsuite: remove Windows CR [skip ci]Thomas Miedema2016-06-202-29/+29
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-132-29/+29
* Testsuite: delete drvfail015.stderr-7.0 [skip ci]Thomas Miedema2016-05-241-12/+0
* Fix deriveTyData's kind unification when two kind variables are unifiedRyanGlScott2016-05-122-0/+10
* Make validDerivPred ignore non-visible arguments to a class type constructorRyanGlScott2016-05-022-0/+10
* Minor improvement to error messageSimon Peyton Jones2016-04-281-1/+1
* Testsuite: fixup lots of testsThomas Miedema2016-04-261-1/+1