summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-113-0/+11
* Make floating-point abs IEEE 754 compliantARATA Mizuki2022-05-111-3/+1
* Use the wrapper for an unlifted bindingSimon Peyton Jones2022-05-102-0/+9
* Check for uninferrable variables in tcInferPatSynDeclSimon Peyton Jones2022-05-108-5/+24
* driver: Make -no-keep-o-files -no-keep-hi-files work in --make modeMatthew Pickering2022-05-105-2/+24
* STG: only print cost-center if asked toSylvain Henry2022-05-093-7/+8
* add test case for #21446Teo Camarasu2022-05-093-0/+12
* template-haskell: Fix representation of OPAQUE pragmasMatthew Pickering2022-05-062-0/+11
* Allow `let` just before pure/return in ApplicativeDoZiyang Liu2022-05-065-7/+37
* testsuite: Add test for #21465Ben Gamari2022-05-054-0/+64
* SpecConstr: Properly create rules for call patterns representing partial appl...Andreas Klebinger2022-05-051-9/+9
* Give the two T19569 tests different namesMatthew Craven2022-05-055-2/+2
* Fix broken rules for (^) with known small powersMatthew Craven2022-05-051-1/+1
* Add a test for the bracketing in rules for (^)Matthew Craven2022-05-052-0/+57
* Fix several note references, part 2Krzysztof Gogolewski2022-05-052-41/+2
* testsuite/T7275: Use sed -rBen Gamari2022-05-041-1/+1
* Ensure Any is not levity-polymorphic in FFIsheaf2022-05-042-0/+10
* Improve error reporting in generated codeSimon Peyton Jones2022-05-0410-25/+26
* Assume at least one evaluation for nested SubDemands (#21081, #21133)wip/T21081Sebastian Graf2022-05-0344-327/+456
* Fix several note referencesKrzysztof Gogolewski2022-05-021-40/+0
* Remove obsolete code in CoreToStgKrzysztof Gogolewski2022-05-021-1/+0
* Testsuite driver: don't crash on empty metricssheaf2022-04-301-3/+7
* Add test for T21229Matthew Pickering2022-04-303-0/+26
* Revert "Make the specialiser handle polymorphic specialisation"Matthew Pickering2022-04-303-67/+12
* Convert More Diagnostics (#20116)Ben Gamari2022-04-309-15/+15
* Make mkFunCo take AnonArgFlags into accountRyan Scott2022-04-303-0/+16
* testsuite: Deduplicate ways correctlywip/deduplicate-waysMatthew Pickering2022-04-291-1/+2
* testsuite: Normalise package versions in UnusedPackages testMatthew Pickering2022-04-291-1/+4
* Fix unification of ConcreteTvs, removing IsRefl#sheaf2022-04-2850-272/+373
* Bump process submoduleBen Gamari2022-04-281-1/+1
* testsuite: Add performance test for #14766wip/T14766-testBen Gamari2022-04-282-0/+31
* Mark GHC.Prim.PtrEq as Unsafesheaf2022-04-273-0/+13
* Give Cmm files fake ModuleNames which include full filepathMatthew Pickering2022-04-276-0/+43
* Enable eventlog support in all ways by defaultBen Gamari2022-04-274-11/+11
* testsuite: Add test for #16476Ben Gamari2022-04-276-0/+45
* Ensure that Any is Boxed in FFI imports/exportssheaf2022-04-277-0/+73
* testsuite: Report minimum and maximum stat changesBen Gamari2022-04-271-3/+7
* testsuite: Add testcase for #21141Ben Gamari2022-04-252-0/+27
* testsuite: Cabalify ghc-configBen Gamari2022-04-253-3/+15
* testsuite: More robust library way detectionBen Gamari2022-04-252-29/+34
* Improve floated dicts in SpecialiseSimon Peyton Jones2022-04-222-0/+35
* decideMonoTyVars: account for CoVars in candidatessheaf2022-04-222-0/+29
* testsuite: Ensure that GHC doesn't pick up environment filesBen Gamari2022-04-222-2/+4
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-224-2/+6
* Fix substitution in bindAuxiliaryDictSimon Peyton Jones2022-04-202-0/+27
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-04-203-0/+297
* testsuite: Add test for #21390Ben Gamari2022-04-156-0/+44
* Only enable PROF_SPIN in DEBUGDylan Yudaken2022-04-151-1/+1
* StgLint: Lint constructor applications and strict workers for arity.Andreas Klebinger2022-04-141-2/+2
* Refine warning about defining rules in SAFE modulesMatthew Pickering2022-04-135-5/+6