summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-2611-87/+68
* fix executablePath test for NetBSDFraser Tweedale2022-05-261-8/+19
* executablePath test: fix file extension treatmentFraser Tweedale2022-05-261-10/+11
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-2529-38/+306
* Fix haddock_*_perf tests on non-GNU-grep systemsGreg Steuck2022-05-241-4/+4
* Add test for T21455Teo Camarasu2022-05-242-0/+6
* EPA: Comment Order ReversedAlan Zimmerman2022-05-236-6/+259
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-234-10/+336
* Improve FloatOut and SpecConstrwip/T21386Simon Peyton Jones2022-05-233-10/+36
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-05-224-0/+30
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-2114-15/+17
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-05-202-0/+99
* base: Throw exceptions raised while closing finalized HandlesBen Gamari2022-05-191-8/+10
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-175-26/+33
* Add test for #21558Matthew Pickering2022-05-172-0/+17
* Remove unused test files (#21582)Vladislav Zavialov2022-05-174-751/+0
* Fix bad interaction between withDict and the SpecialiserSimon Peyton Jones2022-05-173-0/+109
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-1719-74/+115
* testsuite: Add tests for system-cxx-std-lib packageBen Gamari2022-05-177-0/+43
* testsuite: Build T20918 with HC, not CXXBen Gamari2022-05-171-2/+2
* TcPlugin: access to irreducible givens + fix passed ev_binds_varPavol Vargovcik2022-05-166-0/+116
* Add arity to the INLINE pragmas for pattern synonymsSimon Peyton Jones2022-05-163-0/+137
* testsuite: Add tests for #21556Ben Gamari2022-05-137-0/+33
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-05-131-2/+0
* Fix printing of brackets in multiplicities (#20315)jackohughes2022-05-133-0/+11
* Remove Module argument from initCmmParserConfigAndre Marianiello2022-05-121-2/+1
* Decouple dynflags in Cmm parser (related to #17957)Andre Marianiello2022-05-121-1/+5
* Add a missing guard in GHC.HsToCore.Utils.is_flat_prod_patSimon Peyton Jones2022-05-113-0/+35
* 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
* Add test for T21229Matthew Pickering2022-04-303-0/+26