summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for -debug in the testsuiteKrzysztof Gogolewski2023-04-114-2/+9
* 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
* testsuite: asyncify the testsuite driverCheng Shao2023-03-303-133/+140
* testsuite: use context variable instead of thread-local variableCheng Shao2023-03-302-7/+7
* testsuite: mypy typing error fixesCheng Shao2023-03-305-50/+10
* testsuite: handle target executable extensionCheng Shao2023-03-301-2/+7
* testsuite: strip the cross ghc prefix in output and error messageCheng Shao2023-03-301-0/+6
* testsuite: normalize the .wasm extensionCheng Shao2023-03-301-0/+5
* testsuite: don't add optllvm way for wasm32Cheng Shao2023-03-301-1/+1
* testsuite/driver: Normalize away differences in ghc executable nameBen Gamari2023-03-301-0/+12
* testsuite/driver: Add basic support for testing cross-compilersBen Gamari2023-03-303-2/+29
* ci: fix lint-testsuite jobCheng Shao2023-03-301-6/+1
* 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