summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-2123-63/+1498
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-2120-44/+46
* testsuite: Mark ghci tests as fragile under unreg compilerBen Gamari2020-07-181-2/+2
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-184-8/+2
* Allow multiple case branches to have a higher rank typeSimon Peyton Jones2020-07-187-47/+56
* testsuite: Add winio and winio_threaded wayswip/winioBen Gamari2020-07-1511-24/+13
* winio: Accept accepted stderr for linker_unload_multiple_objsAndreas Klebinger2020-07-151-0/+2
* winio: Accept accepted stderr for linker_unloadAndreas Klebinger2020-07-151-0/+2
* winio: Accept accepted stderr for T3807Andreas Klebinger2020-07-151-0/+4
* winio: fix T5435_dyn_gcc by accepting expected stderrAndreas Klebinger2020-07-151-0/+2
* winio: fix safePkg01 by accepting expected stderrAndreas Klebinger2020-07-151-0/+2
* winio: fix cabal01 by accepting expected stderrAndreas Klebinger2020-07-151-0/+2
* winio: fix cabal04 by filtering rts argsAndreas Klebinger2020-07-151-1/+1
* winio: Also accept T7037 stderrAndreas Klebinger2020-07-151-0/+2
* winio: Adjust T5435_dyn_asm stderrAndreas Klebinger2020-07-151-0/+2
* winio: Adjust T15261b stdout for --io-manager flag.Andreas Klebinger2020-07-151-1/+1
* winio: Fix stderr output for ghci/linking/dyn tests.Andreas Klebinger2020-07-153-1/+7
* winio: Fix cabal006 after upgrading cabal submoduleAndreas Klebinger2020-07-154-4/+4
* winio: Switch Testsuite to test winio by defaultTamar Christina2020-07-151-1/+6
* Bump Cabal submoduleBen Gamari2020-07-1514-27/+25
* testsuite: Add regression test for #17744Ben Gamari2020-07-154-0/+107
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-1414-43/+193
* testsuite: Widen acceptance threshold on T5837wip/T18282Ben Gamari2020-07-131-1/+1
* Reduce result discount in conSizeSimon Peyton Jones2020-07-1318-49/+99
* Warn about empty Char enumerations (#18402)Aaron Allen2020-07-133-0/+19
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-122-7/+9
* add reproducer for #15630Artem Pelenitsyn2020-07-122-0/+61
* Improve eta-expansion using ArityTypeSimon Peyton Jones2020-07-116-36/+118
* Make arityType deal with join pointsSimon Peyton Jones2020-07-103-0/+102
* Fix GHCi :print on big-endian platformsStefan Schulze Frielinghaus2020-07-091-3/+1
* BigNum: rename BigNat typesSylvain Henry2020-07-071-1/+1
* testsuite: Widen T12234 acceptance window to 2%Ben Gamari2020-07-071-1/+1
* rts linker: teach the linker about GLIBC's special handling of *stat, mknod a...Adam Sandberg Ericsson2020-07-075-0/+71
* add -flink-rts flag to link the rts when linking a shared or static library #...Adam Sandberg Ericsson2020-07-073-1/+50
* Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC versionHécate2020-07-033-0/+12
* Improve handling of data type return kindswip/T18300Simon Peyton Jones2020-07-0311-1/+80
* NCG: correctly handle addresses with huge offsets (#15570)Sylvain Henry2020-07-022-0/+10
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-0271-79/+79
* T16012: Be verbose on failure.Andreas Klebinger2020-07-022-2/+6
* Desugar quoted uses of DerivingVia and expression type signatures properlyRyan Scott2020-07-012-0/+30
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-017-0/+70
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-3017-37/+169
* Fix a typo in LintSimon Peyton Jones2020-06-282-0/+6
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-282-2/+2
* Use NHsCoreTy to embed types into GND-generated codeRyan Scott2020-06-284-49/+37
* Fix ghc-bignum exceptionsSylvain Henry2020-06-274-3/+25
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-274-51/+72
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-2640-2/+466
* Enable maxBound checks for OverloadedLists (Fixes #18172)Roland Senn2020-06-255-0/+97
* test suite: add reproducer for #17516Artem Pelenitsyn2020-06-253-0/+478