summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/tsan/all'Ben Gamari2020-11-089-8/+35
|\
| * 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
* | Refactor -dynamic-too handlingSylvain Henry2020-11-061-1/+1
* | Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-0638-1186/+1318
* | Add a regression test for #18920Ryan Scott2020-11-052-0/+38
* | Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-055-33/+91
* | Don't use LEA with 8-bit registers (#18614)Sylvain Henry2020-11-042-0/+13
* | Testsuite: Support for user supplied package dbsAndreas Klebinger2020-11-044-1/+25
* | NCG: Fix 64bit int comparisons on 32bit x86Andreas Klebinger2020-11-044-0/+207566
* | Restrict Linear arrow %1 to exactly literal 1 onlyAlan Zimmerman2020-11-035-0/+21
* | Linker: reorganize linker related codeSylvain Henry2020-11-033-4/+4
* | Expand type synonyms with :kind!Simon Peyton Jones2020-11-026-0/+58
* | Display results of GHC.Core.Lint.lint* functions consistentlyRyan Scott2020-11-021-1/+1
* | RtsAPI: pause and resume the RTSDavid Eichmann2020-11-0223-0/+674
* | Document that ccall convention doesn't support varargsBen Gamari2020-11-024-3/+32
* | testsuite: Add --top flag to driverGHC GitLab CI2020-11-024-5/+10
* | 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