summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck
Commit message (Expand)AuthorAgeFilesLines
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-0518-21/+21
* testsuite: wasm32-specific fixesCheng Shao2023-04-271-0/+2
* testsuite: add missing annotations for some testsCheng Shao2023-04-271-2/+2
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-262-2/+2
* JS: Fix h$base_access implementation (issue 22576)Josh Meredith2023-04-251-1/+1
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-252-5/+4
* Don't panic in ltPatersonSizesheaf2023-04-182-0/+44
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-181-6/+6
* Add regression test for #23199Simon Peyton Jones2023-04-172-0/+11
* Handle ConcreteTvs in inferResultToTypewip/T23153sheaf2023-04-151-1/+1
* Major refactor in the handling of equality constraintsSimon Peyton Jones2023-04-146-14/+77
* Add testcase for #23192sheaf2023-04-042-0/+17
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-038-12/+14
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-0142-53/+108
* [feat] make ($) representation polymorphicmangoiv2023-04-0110-17/+18
* Fix testsBodigrim2023-03-3012-0/+12
* Handle records in the renamersheaf2023-03-2910-19/+51
* Add structured error messages for GHC.Tc.TyCl.PatSynTorsten Schmits2023-03-237-0/+33
* Add structured error messages for GHC.Tc.Utils.TcMTypeTorsten Schmits2023-03-229-10/+11
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-211-2/+2
* Fixes #19627.Apoorv Ingle2023-03-093-0/+154
* Constraint simplification loop now depends on `ExpansionFuel`Apoorv Ingle2023-03-063-0/+38
* Don't suppress *all* WantedsRichard Eisenberg2023-03-023-0/+39
* Account for TYPE vs CONSTRAINT in mkSelCoSimon Peyton Jones2023-02-282-0/+10
* Fix ParallelListComp out of scope suggestionAaron Allen2023-02-243-1/+8
* Explicit migration timeline for loopy SC solvingsheaf2023-02-237-8/+8
* Expand synonyms in RoughMapsheaf2023-02-163-1/+14
* Narrow the dont-decompose-newtype testSimon Peyton Jones2023-02-167-0/+54
* Introduce warning for loopy superclass solvesheaf2023-02-1412-45/+131
* CI: JavaScript backend runs testsuitedoyougnu2023-02-022-3/+2
* Improve treatment of type applications in patternswip/T19847Simon Peyton Jones2023-02-014-0/+134
* Support "unusable UNPACK pragma" warning with -O0Krzysztof Gogolewski2023-01-312-2/+2
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-281-1/+1
* Report family instance orphans correctlySimon Peyton Jones2023-01-271-2/+2
* Do newtype unwrapping in the canonicaliser and rewriterRichard Eisenberg2023-01-262-0/+22
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-185-29/+19
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-181-1/+1
* Refactor the treatment of loopy superclass dictswip/T20666Richard Eisenberg2023-01-1118-67/+136
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-112-2/+2
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-249-79/+17
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2022-12-222-0/+22
* Fix an assertion check in addToEqualCtListSimon Peyton Jones2022-12-213-0/+25
* checkValidInst: Don't expand synonyms when splitting sigma typesRyan Scott2022-12-153-0/+26
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2022-12-083-0/+53
* Fix testsBodigrim2022-12-082-5/+2
* Restore show (typeRep @[]) == "[]"Krzysztof Gogolewski2022-12-082-0/+2
* Be more careful in GHC.Tc.Solver.Interact.solveOneFromTheOtherSimon Peyton Jones2022-11-302-0/+92
* Add Javascript backendSylvain Henry2022-11-295-9/+13
* Change printing of sized literals to match the proposalKrzysztof Gogolewski2022-11-292-6/+6
* Killing cc_fundeps, streamlining kind equality orientation, and type equality...Apoorv Ingle2022-11-2911-11/+58