summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testsuite error message changesSimon Peyton Jones2014-11-042-2/+2
* Improve error message for a handwritten Typeable instanceSimon Peyton Jones2014-11-044-0/+11
* Remove obsolete Data.OldTypeable (#9639)Michael Karg2014-10-186-53/+0
* Defer errors in derived instancesSimon Peyton Jones2014-09-266-2/+24
* Make Applicative a superclass of MonadAustin Seipp2014-09-093-3/+5
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-312-4/+3
* Use the right kinds on the LHS in 'deriving' clausesSimon Peyton Jones2014-07-242-0/+13
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-1/+0
* Added testcase for #9069Sjoerd Visscher2014-06-062-0/+10
* Subsume NullaryTypeClasses by MultiParamTypeClasses (#8993)Owen Stephens2014-06-041-1/+1
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+1
* Add missing test file T7269Simon Peyton Jones2014-05-261-0/+13
* Fix yet another bug in 'deriving' for polykinded classes (Trac #7269)Simon Peyton Jones2014-05-264-6/+7
* Adding missing test files for #9071Simon Peyton Jones2014-05-066-0/+44
* Fix Trac #9071, an egregious bug in TcDeriv.inferConstraintsSimon Peyton Jones2014-05-061-0/+3
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-1/+1