summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark T13702 as broken with TSAN due to #18884wip/tsan/ciBen Gamari2020-10-241-1/+4
* testsuite: Mark T3807 as broken with TSANBen Gamari2020-10-241-2/+5
* testsuite: Mark T9872[abc] as high_memory_usageBen Gamari2020-10-241-3/+6
* testsuite: Mark hie002 as high_memory_usageBen Gamari2020-10-241-0/+1
* testsuite: Skip high memory usage tests with TSANBen Gamari2020-10-241-0/+4
* testsuite: Skip divbyzero and derefnull under TSANGHC GitLab CI2020-10-241-0/+4
* testsuite: Mark setnumcapabilities001 as broken with TSANGHC GitLab CI2020-10-243-0/+7
* testsuite: Fix thread leak in hs_try_putmvar00[13]Ben Gamari2020-10-242-2/+4
* testsuite: Mark T12971 as fragile on WindowsBen Gamari2020-10-201-1/+1
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-207-23/+46
* Compile modules with `-fobject-code` enabled to byte-code when loaded with `*...nineonine2020-10-203-0/+21
* testsuite: Add test for #18346Ben Gamari2020-10-203-0/+43
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-196-1/+49
* Apply suggestion to testsuite/tests/ffi/should_run/all.TDylanZA2020-10-171-1/+6
* When using rts_setInCallCapability, lock incall threadsDylan Yudaken2020-10-173-0/+116
* Testsuite: Add dead arity analysis testsSebastian Graf2020-10-1755-2537/+809
* Arity: Record arity types for non-recursive letsSebastian Graf2020-10-174-1/+108
* Arity: Refactor fixed-point iteration in GHC.Core.Opt.AritySebastian Graf2020-10-171-7/+7
* Skip type family defaults with hs-boot and hsig filesJohn Ericson2020-10-1715-0/+253
* testsuite: Account for -Wnoncanonical-monoid-instances changes on WindowsBen Gamari2020-10-163-9/+0
* testsuite: Sort metrics by metric typeBen Gamari2020-10-161-1/+15
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-154-21/+23
* Add flags for annotating Generic{,1} methods INLINE[1] (#11068)Andrzej Rybczak2020-10-158-0/+968
* testsuite: Add missing #include on <stdlib.h>Ben Gamari2020-10-151-0/+1
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-1421-395/+350
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-1429-74/+45
* Fix PostfixOperators (#18151)Vladislav Zavialov2020-10-143-0/+19
* Make DataKinds the sole arbiter of kind-level literals (and friends)Ryan Scott2020-10-143-0/+14
* Unification of Nat and NaturalsHaskellMouse2020-10-1311-33/+58
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-1114-6/+86
* Bignum: fix bigNatCompareWord# bug (#18813)Sylvain Henry2020-10-103-0/+27
* Linear types: fix quantification in GADTs (#18790)Krzysztof Gogolewski2020-10-101-6/+21
* Testsuite: increase timeout for T18223 (#18795)Sylvain Henry2020-10-091-0/+2
* Add TyCon Set/Env and use them in a few places.Andreas Klebinger2020-10-091-1/+1
* Fix desugaring of record updates on data familiesSimon Peyton Jones2020-10-092-0/+34
* Linear types: fix roles in GADTs (#18799)Krzysztof Gogolewski2020-10-093-0/+19
* Bignum: match on small Integer/NaturalSylvain Henry2020-10-093-0/+12
* testsuite/timeout: Fix windows specific errors.Andreas Klebinger2020-10-092-25/+28
* Use proper RTS flags when collecting residency in perf tests.Andreas Klebinger2020-10-092-15/+12
* Update containers to v0.6.4.1Simon Jakobi2020-10-091-1/+1
* Misc cleanupKrzysztof Gogolewski2020-10-076-6/+6
* testsuite: Allow whitespace before "Metric (in|de)crease"Ben Gamari2020-10-071-1/+1
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-075-2/+71
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-075-4/+63
* Fix linear types in TH splices (#18465)Krzysztof Gogolewski2020-10-053-0/+25
* Reject linearity in kinds in checkValidType (#18780)Krzysztof Gogolewski2020-10-026-4/+29
* Bignum: implement integerPowMod (#18427)Sylvain Henry2020-10-024-22/+36
* Bignum: implement integerRecipMod (#18427)Sylvain Henry2020-10-025-6/+46
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* Bignum: add integerNegate RULESylvain Henry2020-10-013-0/+19