summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Improve error reporting in generated codeSimon Peyton Jones2022-05-041-2/+2
* Kill derived constraintsRichard Eisenberg2022-02-233-5/+29
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-054-23/+23
* Rework the handling of SkolemInfoMatthew Pickering2022-01-291-5/+5
* Improve partial signaturesSimon Peyton Jones2022-01-274-1/+75
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-053-0/+15
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-1948-48/+48
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-294-16/+20
* Use GHC2021 as default languageJoachim Breitner2021-03-106-13/+17
* Make matchableGivens more reliably correct.Richard Eisenberg2021-01-232-0/+14
* Establish invariant (GivenInv)Simon Peyton Jones2021-01-026-1/+60
* Kill floatEqualities completelySimon Peyton Jones2020-12-202-30/+12
* Remove flattening variablesRichard Eisenberg2020-12-0118-35/+38
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-062-0/+15
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-141-1/+0
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-1/+1
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-212-3/+3
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-0248-48/+48
* Update testsuiteSylvain Henry2020-06-1748-96/+48
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-0516-73/+73
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-252-2/+2
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-082-2/+2
* Refactor hole constraints.Richard Eisenberg2020-05-061-8/+8
* Add a missing zonk in tcHsPartialTypeSimon Peyton Jones2020-04-183-0/+13
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-151-25/+25
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-1214-186/+194
* Improve skolemisationSimon Peyton Jones2020-02-0113-17/+17
* Pretty-printing of the * kindVladislav Zavialov2019-12-052-10/+10
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-271-15/+15
* Fix typosBrian Wignall2019-11-231-1/+1
* Strip parentheses in expressions contexts in error messagesVladislav Zavialov2019-11-191-1/+1
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-041-1/+1
* Fix typechecking of partial type signaturesSimon Peyton Jones2019-06-197-0/+71
* Bump ghc-prim's version where neededAlexandre2019-04-0148-48/+48
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-2248-49/+49
* Add location to the extra-constraints wildcardSimon Peyton Jones2019-03-1611-20/+20
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-111-0/+2
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-277-4/+15
* Visible kind applicationmynguyen2019-01-0326-96/+105
* Wibble to Taming the Kind Inference MonsterSimon Peyton Jones2018-12-077-18/+16
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-297-23/+22
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-222-10/+10
* Fix #15852 by eta expanding data family instance RHSes, tooRyan Scott2018-11-223-8/+8
* Fix nasty bug in the type free-var finder, at lastSimon Peyton Jones2018-10-265-5/+5
* Refactor the treatment of predicate typesSimon Peyton Jones2018-10-242-5/+4
* Improve output from -ddump-typesSimon Peyton Jones2018-10-2447-111/+15
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-154-13/+17
* Better -ddump-typesSimon Peyton Jones2018-10-047-12/+13
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-162-38/+28