summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* WibblesSimon Peyton Jones2023-05-081-2/+2
* Look both ways when looking for quantified equalitiesSimon Peyton Jones2023-05-062-1/+9
* Use the eager unifier in the constraint solverSimon Peyton Jones2023-05-0136-145/+273
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-3068-74/+104
* Add the Unsatisfiable classsheaf2023-04-2927-0/+470
* testsuite: wasm32-specific fixesCheng Shao2023-04-279-15/+41
* testsuite: add missing annotations for some testsCheng Shao2023-04-275-8/+17
* testsuite: add the req_host_target_ghc predicateCheng Shao2023-04-271-0/+10
* testsuite: add the req_process predicateCheng Shao2023-04-272-2/+6
* testsuite: add the req_ghc_with_threaded_rts predicateCheng Shao2023-04-274-7/+7
* EPA: Use ExplicitBraces only in HsModuleAlan Zimmerman2023-04-2617-117/+27
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-264-4/+4
* DmdAnal: Unleash demand signatures of free RULE and unfolding binders (#23208)Sebastian Graf2023-04-2610-101/+162
* Give more guarntees about ImplicitParams (#23289)Andrei Borzenkov2023-04-253-0/+16
* JS: Fix h$base_access implementation (issue 22576)Josh Meredith2023-04-253-3/+3
* JS/base: provide implementation for mkdir (issue 22374)Josh Meredith2023-04-251-1/+1
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-2548-123/+211
* rts: always build 64-bit atomic opsCheng Shao2023-04-241-15/+15
* testsuite/T20137: Avoid impl.-defined behaviorBen Gamari2023-04-242-14/+14
* Testsuite: replace some js_broken/js_skip predicates with req_cSylvain Henry2023-04-215-9/+9
* testsuite: Add test for #23071Ben Gamari2023-04-202-0/+6
* Testsuite: don't use obsolescent egrep (#22351)Sylvain Henry2023-04-193-6/+6
* Don't panic in ltPatersonSizesheaf2023-04-182-0/+44
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-1833-110/+114
* validDerivPred: Reject exotic constraints in IrredPredsRyan Scott2023-04-179-12/+84
* Add regression test for #23199Simon Peyton Jones2023-04-172-0/+11
* Account for special GHC.Prim import in warnUnusedPackagesMatthew Pickering2023-04-172-0/+7
* Handle ConcreteTvs in inferResultToTypewip/T23153sheaf2023-04-157-3/+37
* Show an error when we cannot default a concrete tyvarKrzysztof Gogolewski2023-04-153-0/+24
* Improve partial signaturesSimon Peyton Jones2023-04-147-34/+44
* Major refactor in the handling of equality constraintsSimon Peyton Jones2023-04-1420-75/+120
* Stop if type constructors have kind errorsSimon Peyton Jones2023-04-145-16/+28
* Base/JS: GHC.JS.Foreign.Callback module (issue 23126)Josh Meredith2023-04-1323-0/+309
* Make Int64/Word64 division ok for speculation too.Sylvain Henry2023-04-131-12/+3
* Add quot folding rule (#22152)Sylvain Henry2023-04-134-3/+88
* Add quotRem rules (#22152)Sylvain Henry2023-04-133-0/+27
* Add regression test for #23229Rodrigo Mesquita2023-04-123-0/+3
* Allow generation of TTH syntax with THOleg Grenrus2023-04-1211-0/+69
* Add missing cases in -Di prettyprinterKrzysztof Gogolewski2023-04-114-0/+35
* Renamer: don't call addUsedGRE on an exact Namesheaf2023-04-073-0/+25
* Add structured error messages for GHC.Tc.TyCl.UtilsTorsten Schmits2023-04-073-3/+3
* Add testcase for #23192sheaf2023-04-042-0/+17
* Fix unification with oversaturated type familiesKrzysztof Gogolewski2023-04-043-1/+39
* Make INLINE pragmas for pattern synonyms work with THRyan Scott2023-04-043-0/+59
* Relax assertion in varToRecFieldOccsheaf2023-04-043-0/+47
* StgToCmm: Upgrade -fcheck-prim-bounds behaviorMatthew Craven2023-04-0411-4/+387
* Fixes around unsafeCoerce#Krzysztof Gogolewski2023-04-032-10/+18
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-0326-53/+62
* cmm: implement parsing of MO_AtomicRMW from hand-written CMM filesBodigrim2023-04-024-0/+147
* TH: revert changes to GadtC & RecGadtCsheaf2023-04-014-9/+6