summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix strictness and arity info in SpecConstrwip/T19780Simon Peyton Jones2021-05-064-15/+126
* Disallow -XDerivingVia when -XSafe is on (#19786)Aaron Allen2021-05-063-0/+12
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-064-1/+20
* 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini...Sasha Bogicevic2021-05-062-6/+6
* support LiftedRep and UnliftedRep in GHCi FFILuite Stegeman2021-05-053-0/+25
* More specific error messages for annotations (fixes #19740)Jaro Reinders2021-05-053-10/+10
* test driver: Make sure RESIDENCY_OPTS is passed for 'all' perf testsMatthew Pickering2021-05-053-13/+34
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-051-1/+1
* Tweak function `quantifyType` to fix #12449Roland Senn2021-05-048-17/+66
* Improve hs-boot binds error (#19781)sheaf2021-05-035-0/+27
* visually align expected and actual modules nameiori tsu2021-05-032-2/+2
* pe: enable code unloading for WindowsTamar Christina2021-05-031-3/+3
* Add test case for #8144Harry Garrood harry@garrood.me2021-05-035-0/+26
* Bring tcTyConScopedTyVars into scope in tcClassDecl2Ryan Scott2021-04-302-0/+12
* Propagate free variables in extract_lctxt correctlyRyan Scott2021-04-292-0/+26
* Expand synonyms in mkCastTy when necessaryRyan Scott2021-04-292-0/+21
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-299-9/+144
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-2942-41/+143
* fix #19736Daniel Rogozin2021-04-272-1/+6
* Pretty-print HsArgPar applications correctly (#19737)Ryan Scott2021-04-273-0/+35
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-04-263-0/+106
* Correct treatment of rexported modules in mkModuleNameProvidersMapMatthew Pickering2021-04-261-2/+2
* testsuite: Add test for #19645Ben Gamari2021-04-263-0/+31
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-04-261-3/+3
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-226-11/+22
* driver: Consider dyn_o files when checking recompilation in -cMatthew Pickering2021-04-223-0/+43
* Worker/wrapper: Refactor CPR WW to work for nested CPR (#18174)wip/nested-cpr-wwSebastian Graf2021-04-2015-38/+175
* EPA: cleanups after the mergeAlan Zimmerman2021-04-199-293/+293
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-184-0/+14
* Improvements in SpecConstrwip/T19672Simon Peyton Jones2021-04-173-0/+18
* Improve CSE in STG-landSimon Peyton Jones2021-04-173-0/+26
* Fix some negation issues when creating FractionalLitMatthew Pickering2021-04-145-0/+23
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-1411-43/+43
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-1310-0/+50
* Make the specialiser handle polymorphic specialisationSimon Peyton Jones2021-04-134-0/+130
* Turn T11545 into a normal performance testMatthew Pickering2021-04-121-2/+2
* Add regression test for T19615Matthew Pickering2021-04-123-0/+24
* template-haskell: Run TH splices with err_vars from current contextMatthew Pickering2021-04-123-0/+16
* More accurate SrcSpan when reporting redundant constraintsSimon Peyton Jones2021-04-126-7/+115
* Fix magicDict in ghci (and in the presence of other ticks)Matthew Pickering2021-04-107-1/+64
* tests: Allow --skip-perf-tests/--only-perf-tests to be used with --ignore-per...Matthew Pickering2021-04-101-1/+1
* Add missing relational constant folding for sized numeric typesJohn Ericson2021-04-103-0/+51
* Read constants header instead of global platformConstantsSylvain Henry2021-04-102-2/+7
* Test #19665 as expect_broken, with commentaryRichard Eisenberg2021-04-102-0/+21
* Tweak kick-out condition K2b to deal with LHSsRichard Eisenberg2021-04-102-0/+25
* Add perf test for #15304Matthew Pickering2021-04-093-0/+778
* testsuite/ppc64le: Mark UnboxedTuples test brokenPeter Trommler2021-04-091-0/+1
* Fix typoPeter Trommler2021-04-091-1/+1
* testsuite: Skip T18623 on powerpc64lePeter Trommler2021-04-091-1/+2
* Fix #19649 by using filterInScopeM in rnFamEqnRyan Scott2021-04-082-15/+250