summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Allow Core optimizations when interpreting bytecodeKrzysztof Gogolewski2023-05-128-1/+42
* Don't panic in mkNewTyConRhssheaf2023-05-123-0/+90
* rts: Refine memory retention behaviour to account for pinned/compacted objectsMatthew Pickering2023-05-112-0/+72
* Add a test for #21278Krzysztof Gogolewski2023-05-113-0/+21
* Add fused multiply-add instructionssheaf2023-05-114-0/+516
* Add a test for #17284Krzysztof Gogolewski2023-05-113-0/+14
* Look both ways when looking for quantified equalitiesSimon Peyton Jones2023-05-112-1/+9
* Add a regression test for #21050Krzysztof Gogolewski2023-05-093-0/+38
* JS: add GHC.JS.Optimizer, remove RTS.Printer, add Linker.Optdoyougnu2023-05-094-8/+116
* Add structured error messages for GHC.Rename.ModuleTorsten Schmits2023-05-0515-64/+94
* Rework plugin initialisation pointsAaron Allen2023-05-0511-5/+95
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-05115-200/+201
* Fix type variable substitution in gen_Newtype_fam_instsRyan Scott2023-05-043-0/+27
* Fix remaining issues with bound checking (#23123)Sylvain Henry2023-05-041-1/+1
* JS: fix bounds checking (Issue 23123)Josh Meredith2023-05-042-2/+1
* Add hashes to unit-ids created by hadrianromes2023-05-047-8/+10
* Hardwire a better unit-id for ghcromes2023-05-041-1/+5
* Don't forget to check the parent in an export listsheaf2023-05-033-0/+6
* Add sized primitive literal syntaxBen Orchard2023-05-0310-260/+347
* 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-2711-15/+49
* testsuite: add missing annotations for some testsCheng Shao2023-04-275-8/+17
* testsuite: add the req_host_target_ghc predicateCheng Shao2023-04-272-0/+20
* testsuite: add the req_process predicateCheng Shao2023-04-275-2/+16
* testsuite: add the req_ghc_with_threaded_rts predicateCheng Shao2023-04-278-11/+18
* testsuite: fix permission bits in copy_filesCheng Shao2023-04-272-1/+3
* testsuite: exclude ghci ways if no rts linker is presentCheng Shao2023-04-272-1/+11
* testsuite: include target exe extension in heap profile filenamesCheng Shao2023-04-271-5/+6
* testsuite: fix cross prefix strippingCheng Shao2023-04-271-8/+6
* 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