summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* EPA: Use ExplicitBraces only in HsModulewip/az/epa-fix-explicitbracesAlan Zimmerman2023-04-2517-117/+27
* 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
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-0186-137/+236
* [feat] make ($) representation polymorphicmangoiv2023-04-0113-23/+34
* Add test for T23184Matthew Pickering2023-03-313-0/+20
* Fix testsBodigrim2023-03-3047-6/+49
* testsuite: Fix racing prints in T21465Ben Gamari2023-03-303-2/+5
* Handle records in the renamersheaf2023-03-29161-413/+982
* testsuite: add the rts_clearMemory test caseCheng Shao2023-03-254-0/+42
* rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023Cheng Shao2023-03-252-3/+1
* Add regression test for #17574Teo Camarasu2023-03-253-0/+44
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-2418-11/+178
* Add structured error messages for GHC.Tc.TyCl.PatSynTorsten Schmits2023-03-2310-3/+36
* Testsuite: use js_skip for T2615 (#22374)Sylvain Henry2023-03-221-1/+3
* Add structured error messages for GHC.Tc.Utils.TcMTypeTorsten Schmits2023-03-2219-22/+23
* Refactor the constraint solver pipelinewip/T23070Simon Peyton Jones2023-03-221-48/+46