summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve kind-checking for 'deriving' clausesSimon Peyton Jones2015-06-255-10/+29
* Remove some horrible munging of origins for CoercibleSimon Peyton Jones2015-06-187-57/+35
* Don't use self {-# SOURCE #-} import in test-cases.Edward Z. Yang2015-04-228-9/+13
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-071-3/+2
* Typechecker: refactoring onlyThomas Miedema2015-04-071-1/+1
* Do proper depth checking in the flattener to avoid looping.Richard Eisenberg2015-03-231-2/+2
* Custom `Typeable` solver, that keeps track of kinds.Iavor S. Diatchki2015-03-0710-65/+5
* Three other test updates following the fix to Trac #7854Simon Peyton Jones2015-03-041-1/+1
* Pretty-print # on unboxed literals in coreThomas Miedema2015-03-031-1/+1
* Show record construction/update without parensThomas Miedema2015-03-021-1/+1
* Show '#' on unboxed literalsThomas Miedema2015-02-235-10/+15
* Error out on `Main` without `main` in GHCi (#7765)Thomas Miedema2015-02-231-7/+7
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-0610-8/+19
* Print singleton consraints without parensSimon Peyton Jones2015-01-062-2/+2
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-061-9/+9
* Attempt to improve cleaningSimon Peyton Jones2014-12-231-1/+1
* Eliminate so-called "silent superclass parameters"Simon Peyton Jones2014-12-231-8/+8
* Rewrite `Coercible` solverRichard Eisenberg2014-12-1210-63/+81
* Unique-ify the names of top-level auxiliary bindings in derived instances (Tr...Simon Peyton Jones2014-12-024-0/+23
* Fix another bug in deriving( Data ) for data families; Trac #4896Simon Peyton Jones2014-12-022-0/+21
* Get the right fixity-env in standalone deriving (Trac #9830)Simon Peyton Jones2014-11-274-1/+22
* Wibbles (usually improvements) to error messagesSimon Peyton Jones2014-11-211-2/+2
* ghc generates more user-friendly error messagesMike Izbicki2014-11-191-0/+1