summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Check for large tuples more thoroughlywip/T18723Ryan Scott2020-10-2918-31/+283
* Split GHC.Driver.TypesSylvain Henry2020-10-2912-11/+16
* Widen acceptance threshold for T10421aJohn Ericson2020-10-291-1/+1
* Fix two constraint solving problemsSimon Peyton Jones2020-10-274-18/+27
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-2710-13/+15
* Fix error message location in tcCheckPatSynDeclSimon Peyton Jones2020-10-234-2/+27
* Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862Vladislav Zavialov2020-10-215-0/+25
* 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
* 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
* 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
* 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
* Fix pretty-printing of the mult-polymorphic arrowVladislav Zavialov2020-10-015-11/+11
* Add regression test for #18755.Richard Eisenberg2020-10-013-0/+6
* Don't attach CPR signatures to NOINLINE data structures (#18154)Sebastian Graf2020-10-011-3/+3
* Use ADTs for parser errors/warningsSylvain Henry2020-10-014-3/+7