| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sized Cmm] properly retain sizes. | Moritz Angermann | 2020-11-26 | 29 | -66/+195 |
* | CmmToLlvm: Declare signature for memcmpwip/angerman/arm64 | Ben Gamari | 2020-11-24 | 1 | -0/+10 |
* | Add regression test for #10504 | Ryan Scott | 2020-11-21 | 4 | -0/+15 |
* | Move Plugins into HscEnv (#17957) | Sylvain Henry | 2020-11-21 | 2 | -11/+19 |
* | Introduce -fprof-callers flag | Ben Gamari | 2020-11-21 | 9 | -1/+458 |
* | testsuite: Refactor CountParserDeps | Ben Gamari | 2020-11-21 | 2 | -6/+238 |
* | Demand: Interleave usage and strictness demands (#18903) | Sebastian Graf | 2020-11-20 | 52 | -178/+369 |
* | PmCheck: Print types of uncovered patterns (#18932) | Sebastian Graf | 2020-11-18 | 55 | -104/+178 |
* | Add Addr# atomic primops (#17751) | Sylvain Henry | 2020-11-16 | 2 | -114/+219 |
* | Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more places | Ryan Scott | 2020-11-15 | 5 | -0/+23 |
* | Add rts_listThreads and rts_listMiscRoots to RtsAPI.h | David Eichmann | 2020-11-13 | 4 | -0/+70 |
* | Arity: Emit "Exciting arity" warning only after second iteration (#18937) | Sebastian Graf | 2020-11-13 | 1 | -1/+1 |
* | Arity: Rework `ArityType` to fix monotonicity (#18870) | Sebastian Graf | 2020-11-13 | 3 | -0/+22 |
* | testsuite: Add testcase for #18733 | Ben Gamari | 2020-11-11 | 6 | -0/+35 |
* | Introduce test for dynamic library unloading | GHC GitLab CI | 2020-11-11 | 4 | -0/+117 |
* | Fix and enable object unloading in GHCi | Ömer Sinan Ağacan | 2020-11-11 | 9 | -5/+49 |
* | Move this_module into NCGConfig | Ben Gamari | 2020-11-11 | 1 | -2/+2 |
* | Add test case for #17186. | Richard Eisenberg | 2020-11-10 | 2 | -1/+18 |
* | Merge remote-tracking branch 'origin/wip/tsan/all' | Ben Gamari | 2020-11-08 | 9 | -8/+35 |
|\ |
|
| * | testsuite: Mark T13702 as broken with TSAN due to #18884wip/tsan/ci | Ben Gamari | 2020-10-24 | 1 | -1/+4 |
| * | testsuite: Mark T3807 as broken with TSAN | Ben Gamari | 2020-10-24 | 1 | -2/+5 |
| * | testsuite: Mark T9872[abc] as high_memory_usage | Ben Gamari | 2020-10-24 | 1 | -3/+6 |
| * | testsuite: Mark hie002 as high_memory_usage | Ben Gamari | 2020-10-24 | 1 | -0/+1 |
| * | testsuite: Skip high memory usage tests with TSAN | Ben Gamari | 2020-10-24 | 1 | -0/+4 |
| * | testsuite: Skip divbyzero and derefnull under TSAN | GHC GitLab CI | 2020-10-24 | 1 | -0/+4 |
| * | testsuite: Mark setnumcapabilities001 as broken with TSAN | GHC GitLab CI | 2020-10-24 | 3 | -0/+7 |
| * | testsuite: Fix thread leak in hs_try_putmvar00[13] | Ben Gamari | 2020-10-24 | 2 | -2/+4 |
* | | Refactor -dynamic-too handling | Sylvain Henry | 2020-11-06 | 1 | -1/+1 |
* | | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 38 | -1186/+1318 |
* | | Add a regression test for #18920 | Ryan Scott | 2020-11-05 | 2 | -0/+38 |
* | | Naming, value types and tests for Addr# atomics | Viktor Dukhovni | 2020-11-05 | 5 | -33/+91 |
* | | Don't use LEA with 8-bit registers (#18614) | Sylvain Henry | 2020-11-04 | 2 | -0/+13 |
* | | Testsuite: Support for user supplied package dbs | Andreas Klebinger | 2020-11-04 | 4 | -1/+25 |
* | | NCG: Fix 64bit int comparisons on 32bit x86 | Andreas Klebinger | 2020-11-04 | 4 | -0/+207566 |
* | | Restrict Linear arrow %1 to exactly literal 1 only | Alan Zimmerman | 2020-11-03 | 5 | -0/+21 |
* | | Linker: reorganize linker related code | Sylvain Henry | 2020-11-03 | 3 | -4/+4 |
* | | Expand type synonyms with :kind! | Simon Peyton Jones | 2020-11-02 | 6 | -0/+58 |
* | | Display results of GHC.Core.Lint.lint* functions consistently | Ryan Scott | 2020-11-02 | 1 | -1/+1 |
* | | RtsAPI: pause and resume the RTS | David Eichmann | 2020-11-02 | 23 | -0/+674 |
* | | Document that ccall convention doesn't support varargs | Ben Gamari | 2020-11-02 | 4 | -3/+32 |
* | | testsuite: Add --top flag to driver | GHC GitLab CI | 2020-11-02 | 4 | -5/+10 |
* | | testsuite: Add performance test for #18698 | Ben Gamari | 2020-11-01 | 2 | -0/+100 |
* | | Add testcase for #816 | Andrzej Rybczak | 2020-10-31 | 2 | -0/+15 |
* | | Refactor numeric constant folding rules | Sylvain Henry | 2020-10-31 | 3 | -0/+112 |
* | | Make typechecker equality consider visibility in ForAllTys | Ryan Scott | 2020-10-31 | 7 | -0/+95 |
* | | Split HsConDecl{H98,GADT}Details | Ryan Scott | 2020-10-30 | 5 | -12/+14 |
* | | Check for large tuples more thoroughlywip/T18723 | Ryan Scott | 2020-10-29 | 18 | -31/+283 |
* | | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 12 | -11/+16 |
* | | Widen acceptance threshold for T10421a | John Ericson | 2020-10-29 | 1 | -1/+1 |
* | | Use config.run_ways for multi_compile_and_run tests | David Eichmann | 2020-10-27 | 1 | -1/+1 |