summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Use makefile_testBen Gamari2019-01-301-2/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+2
* Batch mergeBen Gamari2019-01-301-2/+1
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-221-301/+296
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-153-6/+9
* Built-in Natural literals in CoreSylvain Henry2018-06-154-42/+50
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-2/+3
* Fix #15012 with a well-placed use of AnyRyan Scott2018-04-194-0/+25
* Some tidying up of type pretty-printingSimon Peyton Jones2017-05-261-1/+1
* Deriving for phantom and empty typesDavid Feuer2017-03-301-73/+55
* tests: remove extra_files.py (#12223)Reid Barton2017-02-264-4/+4
* tests: manually move some extra_files into *.T filesReid Barton2017-02-261-3/+4
* Derive <$David Feuer2017-02-072-12/+4
* Check that a default type signature aligns with the non-default signatureRyan Scott2017-01-301-1/+3
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-226-17/+7
* print * in unicode correctly (fixes #12550)John Leo2016-12-131-19/+19
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-074-126/+127
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-291-2/+2
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-111-2/+2
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-064-8/+8
* Implement deriving strategiesRyan Scott2016-09-301-3/+3
* Improve typechecking of instance defaultsSimon Peyton Jones2016-06-245-1/+52
* Improve error message in deriving( Functor )Simon Peyton Jones2016-06-222-6/+6
* Refactor derived Generic instances to reduce allocationsRyan Scott2016-06-194-343/+381
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-1/+1
* Make Generic1 poly-kindedRyanGlScott2016-05-129-0/+615
* Remove the instantiation check when deriving Generic(1)RyanGlScott2016-04-101-20/+10
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-1/+1
* Restore old GHC generics behavior vis-à-vis FixityRyanGlScott2016-01-063-1/+35
* Fix GEq1 when optimizations are enabledRyanGlScott2015-12-291-0/+2
* Encode strictness in GHC generics metadataRyanGlScott2015-12-216-86/+253
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-074-345/+244
* Fill in associated type defaults with DeriveAnyClassRyanGlScott2015-10-033-0/+92
* Make GHC generics capable of handling unboxed typesRyanGlScott2015-10-037-23/+79
* Fix DeriveGeneric for types with same OccName (#10487)Ömer Sinan Ağacan2015-09-243-129/+179
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-301-6/+6
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-146-16/+4
* Testsuite: add/fix cleanup for certain testsThomas Miedema2015-06-042-8/+8
* Data.Complex: Derive GenericBen Gamari2015-04-033-4/+7
* Add packageName to GHC.Generics.DatatypeOleg Grenrus2015-02-056-0/+17
* Attempt to improve cleaningSimon Peyton Jones2014-12-231-3/+6
* Fix test suite race on T5462 (solves intermittent T5462Yes1/T5462Yes2/T5462No...Edward Z. Yang2014-12-022-5/+5
* Implement #5462 (deriving clause for arbitrary classes)Jose Pedro Magalhaes2014-11-209-6/+230
* Fix support for deriving Generic1 for data families (FIX #9563)Jose Pedro Magalhaes2014-09-122-0/+19
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-311-2/+4
* Make -XDeriveFunctor more generous about non-last arguments (Trac #8678)Simon Peyton Jones2014-03-072-2/+4
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-2514-39/+39
* Include pairs in this testJose Pedro Magalhaes2013-11-193-2/+6
* Update output for genericsNicolas Frisby2013-11-1821-99/+86
* Adjust test suite to new Language Pragma warnignsJoachim Breitner2013-09-142-2/+2