summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-0825-49/+193
* testsuite: Add a test for #18923Ben Gamari2020-12-052-0/+20
* Fix bad span calculations of post qualified importsShayne Fletcher2020-12-053-0/+68
* Remove flattening variablesRichard Eisenberg2020-12-0174-181/+566
* Bump the # of commits searched for perf baselineRichard Eisenberg2020-12-011-1/+1
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+1
* testsuite: Mark T14702 as fragile on WindowsBen Gamari2020-11-281-0/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-2629-66/+195
* CmmToLlvm: Declare signature for memcmpwip/angerman/arm64Ben Gamari2020-11-241-0/+10
* Add regression test for #10504Ryan Scott2020-11-214-0/+15
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-212-11/+19
* Introduce -fprof-callers flagBen Gamari2020-11-219-1/+458
* testsuite: Refactor CountParserDepsBen Gamari2020-11-212-6/+238
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-2052-178/+369
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-1855-104/+178
* Add Addr# atomic primops (#17751)Sylvain Henry2020-11-162-114/+219
* Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more placesRyan Scott2020-11-155-0/+23
* Add rts_listThreads and rts_listMiscRoots to RtsAPI.hDavid Eichmann2020-11-134-0/+70
* Arity: Emit "Exciting arity" warning only after second iteration (#18937)Sebastian Graf2020-11-131-1/+1
* Arity: Rework `ArityType` to fix monotonicity (#18870)Sebastian Graf2020-11-133-0/+22
* testsuite: Add testcase for #18733Ben Gamari2020-11-116-0/+35
* Introduce test for dynamic library unloadingGHC GitLab CI2020-11-114-0/+117
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-119-5/+49
* Move this_module into NCGConfigBen Gamari2020-11-111-2/+2
* Add test case for #17186.Richard Eisenberg2020-11-102-1/+18
* 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