summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test Trac #8963Simon Peyton Jones2014-04-082-0/+10
* Derive Typable for promoted data constructors (Trac #8950)Simon Peyton Jones2014-04-072-8/+8
* Add test case for #8950.Richard Eisenberg2014-04-052-0/+19
* Test Trac #8893Simon Peyton Jones2014-03-232-0/+12
* Recharacterize test according to discussion in #8851.Richard Eisenberg2014-03-134-2/+14
* Unify, rather than match, in GND processing (fixes Trac #8865)Simon Peyton Jones2014-03-102-0/+12
* Make -XDeriveFunctor more generous about non-last arguments (Trac #8678)Simon Peyton Jones2014-03-073-2/+15
* Test #8851.Richard Eisenberg2014-03-072-1/+26
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-2540-153/+153
* Test #6147, which was fixed with the roles commit.Richard Eisenberg2014-02-093-0/+25
* Fix #8758 by assuming RankNTypes when checking GND code.Richard Eisenberg2014-02-093-1/+19
* Move test case for #8631 to the correct directory.Richard Eisenberg2014-02-093-1/+2
* Fix #8631.Richard Eisenberg2014-02-082-1/+23