summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs
Commit message (Expand)AuthorAgeFilesLines
* Fix quantification for inference with sigsSimon Peyton Jones2015-08-053-0/+46
* Tidy up and refactor wildcard handlingSimon Peyton Jones2015-08-0523-694/+729
* Support wild cards in data/type family instancesThomas Winant2015-08-0312-15/+78
* Better treatment of signatures in cls/instSimon Peyton Jones2015-07-302-6/+8
* Support wild cards in TH splicesThomas Winant2015-07-2022-7/+236
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-1/+1
* Test Trac #10463Simon Peyton Jones2015-07-133-0/+14
* Better type wildcard errorsSimon Peyton Jones2015-07-1010-322/+322
* Fix Trac #10519Thomas Winant2015-07-033-0/+11
* Improve error message for Typeable k (T k)Simon Peyton Jones2015-06-261-7/+6
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-2610-322/+322
* Further elaborate Trac #10403 testSimon Peyton Jones2015-06-232-38/+44
* Elaborate test for Trac #10403Simon Peyton Jones2015-06-182-21/+42
* Testsuite: change some expect_fail tests to expect_brokenThomas Miedema2015-06-112-4/+4
* Refactor wild card renamingThomas Winant2015-06-0936-76/+117
* Test Trac #10438Simon Peyton Jones2015-06-023-0/+35
* Test Trac #10403Simon Peyton Jones2015-05-183-0/+37
* Revert multiple commitsAustin Seipp2015-05-143-37/+0
* Test Trac #10403Simon Peyton Jones2015-05-133-0/+37
* Bump base version to 4.8.2.0Herbert Valerio Riedel2015-04-2544-44/+44
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-071-25/+22
* Improve environment handling in TcBindsSimon Peyton Jones2015-03-243-3/+3
* Minor bump `base` version to 4.8.1.0Herbert Valerio Riedel2015-03-2344-44/+44
* Bump ghc-prim to 0.4.0.0Herbert Valerio Riedel2015-03-2041-43/+43
* Two kind-polymorphism fixes (Trac #10122)Simon Peyton Jones2015-03-021-1/+1
* Fix #10045Thomas Winant2015-02-183-0/+54
* Fix panics of PartialTypeSignatures combined with extensionsThomas Winant2015-01-137-0/+27
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-1/+1
* Print singleton consraints without parensSimon Peyton Jones2015-01-064-6/+5
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-062-28/+28
* Rename NamedWildcards flag to NamedWildCardsThomas Winant2014-12-2322-22/+22
* Fix panic on :kind _ in GHCi (Trac #9879)Thomas Winant2014-12-234-0/+9
* Fix panic on [t| _ |] (Trac #9879)Thomas Winant2014-12-153-0/+9
* Implement Partial Type SignaturesThomas Winant2014-11-28175-0/+2105