summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedlists
Commit message (Expand)AuthorAgeFilesLines
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-0/+1
* Include "not more specific" info in overlap msgsheaf2021-11-201-9/+7
* Improve overlap error for polykinded constraintssheaf2021-10-061-4/+4
* Use HsExpansion for overloaded list patternssheaf2021-06-291-2/+3
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+0
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-1/+1
* Update testsuiteSylvain Henry2020-06-171-3/+3
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-052-4/+4
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-081-5/+5
* Built-in Natural literals in CoreSylvain Henry2018-06-151-1/+2
* Cache TypeRep kinds aggressivelyDavid Feuer2017-12-011-1/+1
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-2/+2
* testsuite: tweak error messages for new Show instanceSergei Trofimovich2016-02-121-2/+2
* TcErrors: Fix plural form of "instance" errorBen Gamari2016-02-091-1/+1
* Add a derived `Show SrcLoc` instanceEric Seidel2016-02-061-1/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-274-13/+19
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-152-43/+48
* 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
* Improve error messages for ambiguous type variablesDavid Kraeutmann2015-10-071-9/+12
* Injective type familiesJan Stolarek2015-09-031-1/+1
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-021-33/+35
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-072-50/+44
* Add Data.Version.makeVersion & `IsList Version`Herbert Valerio Riedel2014-12-191-3/+6
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-181-4/+4
* Wibbles to "...plus N others" error message about instances in scopeSimon Peyton Jones2014-08-281-6/+4
* ghc: Update containers submoduleAustin Seipp2014-05-182-17/+4
* Deprecate the AMP warnings.Austin Seipp2014-04-201-1/+1
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-256-32/+32
* Fix remaining AMP fallout.Austin Seipp2013-09-111-1/+1
* Update outputs following the unicode quote change in GHC's outputIan Lynagh2013-02-246-42/+32
* Add tests for OverloadedListsSimon Peyton Jones2013-02-1427-0/+236