summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+2
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-2/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-291-2/+2
* Fix DeriveGeneric for types with same OccName (#10487)Ömer Sinan Ağacan2015-09-243-1/+16
* testsuite: attempt fixing fallout from 089b72f52Austin Seipp2015-09-235-5/+5
* DeriveLift extension (#1830)RyanGlScott2015-09-215-0/+18
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-211-0/+2
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-1/+1
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-309-12/+34
* DeriveFoldable for data types with existential constraints (#10447)RyanGlScott2015-07-173-0/+51
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-1/+1
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-066-9/+0
* Test Trac #10524Simon Peyton Jones2015-06-263-0/+19
* Improve error message for Typeable k (T k)Simon Peyton Jones2015-06-261-9/+9