summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
Commit message (Expand)AuthorAgeFilesLines
* 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
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-2/+4
* Deriving Functor-like classes should unify kind variablesRyanGlScott2016-04-113-22/+1
* Remove the instantiation check when deriving Generic(1)RyanGlScott2016-04-105-0/+59
* Show: Restore redundant parentheses around recordsBen Gamari2016-03-241-1/+1
* Fix #11357.Richard Eisenberg2016-03-152-0/+11
* Print which warning-flag controls an emitted warningMichael Walker2016-02-253-25/+25
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-2510-0/+0
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-235-26/+15
* Testsuite: accept output without Windows line endings (#11631)Thomas Miedema2016-02-234-29/+29
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-238-101/+101
* Add test (only) to assure that #11535 is fixedTakayuki Muranushi2016-02-203-0/+34
* Remove superfluous code when deriving Foldable/TraversableRyanGlScott2016-02-172-0/+15
* Use (&&) instead of `if` in Ix derivationBen Gamari2016-01-202-0/+12
* Expand type/kind synonyms in TyVars before deriving-related typecheckingRyanGlScott2016-01-152-0/+20
* Use an Implication in 'deriving' errorSimon Peyton Jones2016-01-072-13/+19
* Tidy up tidySkolemInfoSimon Peyton Jones2016-01-071-8/+9
* Improve exprIsBottomSimon Peyton Jones2015-12-311-1/+2
* Suppress warnings when compiling primitive and randomThomas Miedema2015-12-171-1/+1
* Remove unused T10524.stderrSimon Peyton Jones2015-12-171-10/+0
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-9/+10
* Add kind equalities to GHC.Richard Eisenberg2015-12-116-15/+17
* Fix DeriveAnyClass (Trac #9968)Simon Peyton Jones2015-12-095-0/+24
* Fix egregious error in eta-reduction of data familiesSimon Peyton Jones2015-12-043-1/+22
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-11/+11