summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: more precise test optionsSylvain Henry2022-10-261-2/+3
* Diagnostic codes: acccept test changessheaf2022-09-1317-57/+57
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-011-1/+1
* Delete GenericKind_ in favor of GenericKind_DCRyan Scott2022-03-072-0/+23
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-054-6/+8
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-023-0/+20
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-053-3/+3
* GHC Exactprint main commitAlan Zimmerman2021-03-201-28/+28
* Use GHC2021 as default languageJoachim Breitner2021-03-1010-25/+30
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-131-3/+0
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-251-51/+51
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-081-51/+51
* Make DeriveFunctor-generated code require fewer beta reductionsRyan Scott2020-03-111-1/+1
* Pretty-printing of the * kindVladislav Zavialov2019-12-051-53/+48
* Produce all DerivInfo in tcTyAndClassDeclsVladislav Zavialov2019-07-043-452/+452
* 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