summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Add performance test for #18698Ben Gamari2020-11-012-0/+100
* Add testcase for #816Andrzej Rybczak2020-10-312-0/+15
* Refactor numeric constant folding rulesSylvain Henry2020-10-313-0/+112
* Make typechecker equality consider visibility in ForAllTysRyan Scott2020-10-317-0/+95
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-305-12/+14
* 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
* Use config.run_ways for multi_compile_and_run testsDavid Eichmann2020-10-271-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
* 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