summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* driver: Fix -fdefer-diagnostics flagMatthew Pickering2022-11-118-5/+129
* testsuite: correct sleep() signature in T5611Cheng Shao2022-11-112-4/+6
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-112-0/+2
* Boxity: Handle argument budget of unboxed tuples correctly (#21737)Sebastian Graf2022-11-103-0/+78
* WorkWrap: Unboxing unboxed tuples is not always useful (#22388)Sebastian Graf2022-11-103-0/+108
* Fire RULES in the SpecialiserSimon Peyton Jones2022-11-105-2/+150
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-0943-61/+98
* Fix TypeData issues (fixes #22315 and #22332)Ross Paterson2022-11-0814-0/+104
* Define `Infinite` list and use where appropriate.M Farkas-Dyck2022-11-085-1/+18
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-032-0/+2
* Port foundation numeric tests to GHC testsuiteMatthew Pickering2022-11-033-0/+838
* Add two tests for #17366Simon Peyton Jones2022-11-017-0/+116
* Shrink test case for #22357Simon Peyton Jones2022-11-011-678/+12
* Add accurate skolem info when quantifyingSimon Peyton Jones2022-11-015-2/+65
* ThToHs: fix overzealous parenthesizationVladislav Zavialov2022-11-016-3/+23
* Typo: rename -fwrite-if-simplfied-core to -fwrite-if-simplified-coreKrzysztof Gogolewski2022-11-011-9/+9
* Add missing dict binds to specialiserSimon Peyton Jones2022-10-272-0/+728
* Use TcRnVDQInTermType in noNestedForallsContextsErr (#20115)Vladislav Zavialov2022-10-263-3/+3
* Testsuite: more precise test optionsSylvain Henry2022-10-2647-160/+145
* Introduce TcRnWithHsDocContext (#22346)Vladislav Zavialov2022-10-2631-77/+77
* Broaden the in-scope sets for liftEnvSubst and composeTCvSubstRyan Scott2022-10-262-0/+24
* Make the specialiser handle polymorphic specialisationSimon Peyton Jones2022-10-253-11/+158
* Fix binder-swap bugSimon Peyton Jones2022-10-252-2/+0
* Convert Diagnostics in GHC.Tc.Gen.Splice (#20116)Aaron Allen2022-10-2451-54/+57
* Pin used way for test cloneMyStack (#21977)Sven Tennie2022-10-241-1/+5
* Class layout info (#19623)Vladislav Zavialov2022-10-238-53/+123
* ci: Make fat014 test robustMatthew Pickering2022-10-202-4/+1
* TyEq:N assertion: only for saturated applicationssheaf2022-10-192-0/+24
* Add SpliceTypes test for hie filesMatthew Pickering2022-10-193-0/+57
* Disable some SIMD tests on non-X86 architecturessheaf2022-10-192-2/+4
* Cmm Lint: relax SIMD register assignment checksheaf2022-10-191-2/+3
* Remove SIMD conversionssheaf2022-10-193-0/+45
* Add VecSlot for unboxed sums of SIMD vectorsDai2022-10-194-0/+63
* Add -fsuppress-error-contexts to disable printing error contexts in errorswip/diagnostics-configMatthew Pickering2022-10-183-0/+12
* Allow configuration of error message printingMatthew Pickering2022-10-182-3/+5
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-10-187-4/+31
* Fix T15155l not getting -fllvmKrzysztof Gogolewski2022-10-171-1/+1
* testsuite: Fix typo when setting llvm_waysMatthew Pickering2022-10-171-2/+1
* Testsuite: Add a new tables_next_to_code predicate.Andreas Klebinger2022-10-175-1/+16
* Update the check-exact infrastructure to match ghc-exactprintAlan Zimmerman2022-10-176-4/+20
* DmdAnal: Look through unfoldings of DataCon wrappers (#22241)Sebastian Graf2022-10-173-0/+56
* testsuite: Add test for #22282Ben Gamari2022-10-144-0/+24
* Clearer error msg for newtype GADTs with defaulted kindFinley McIlwaine2022-10-1314-34/+53
* Add a perf test for the generics code pattern from #21839.Andreas Klebinger2022-10-136-0/+109
* Unrestricted OverloadedLabels (#11671)Charles Taylor2022-10-123-0/+72
* Mark T7919 as fragileBryan Richter2022-10-121-3/+7
* Separate IPE source file from spanBen Gamari2022-10-116-415/+106
* Refactor IPE initializationBen Gamari2022-10-1114-381/+360
* base: Move IPE helpers to GHC.InfoProvBen Gamari2022-10-112-2/+2
* Don't keep exit join points so muchSimon Peyton Jones2022-10-115-27/+163