summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Do not traverse nursery for dead closures in LDV profilewip/ldv-profileMatthew Pickering2019-06-261-23/+0
* rts: Correct assertion in LDV_recordDeadMatthew Pickering2019-06-261-1/+1
* rts: Correct handling of LARGE ARR_WORDS in LDV profilerMatthew Pickering2019-06-263-19/+20
* Remove unused UniqSupply functionsÖmer Sinan Ağacan2019-06-251-42/+1
* testsuite: Unbreak T16608 testsBen Gamari2019-06-252-2/+4
* Don't eta-expand unsaturated primopsBen Gamari2019-06-2510-35/+134
* CoreToStg: Enable CAFfyness checking with -dstg-lintBen Gamari2019-06-251-2/+11
* testsuite: Add test for #16846Ben Gamari2019-06-253-0/+42
* [skip ci] Typo fix: b*ar*nches -> b*ra*nchesSiddharth Bhat2019-06-251-1/+1
* testsuite: Mark ghci058 as broken on WindowsBen Gamari2019-06-251-1/+2
* testsuite: Fix expected output for caf_crashBen Gamari2019-06-251-0/+1
* testsuite: Don't run T16525a with -DS unless compiler_debuggedBen Gamari2019-06-251-1/+2
* gitlab-ci: Add testsuite typechecking lintBen Gamari2019-06-251-0/+13
* testsuite: Fix a few issues in JUnit outputBen Gamari2019-06-251-5/+14
* testsuite: A major revamp of the driverBen Gamari2019-06-259-357/+523
* Simplify link_caf and mkForeignLabel functionsÖmer Sinan Ağacan2019-06-252-5/+3
* Fix cyclic dependencies when using --configureAndrey Mokhov2019-06-2521-105/+77
* Add MonadFail instance for ParserMErik de Castro Lopo2019-06-241-0/+11
* Fixes for LLVM 7Erik de Castro Lopo2019-06-245-12/+26
* Refactor UnliftedNewtypes-relation kind signature validity checksRyan Scott2019-06-2317-67/+220
* ghci: Load static objects in batchesBen Gamari2019-06-231-13/+31
* testsuite: Test for #13786Ben Gamari2019-06-237-0/+51
* testsuite: Add caf_crash testcaseBen Gamari2019-06-226-0/+67
* rts: Reset STATIC_LINK field of reverted CAFsBen Gamari2019-06-221-6/+11
* testsuite: Mark T5611 as broken in ghci wayBen Gamari2019-06-221-1/+4
* testsuite: Add test for #16563Ben Gamari2019-06-223-0/+4
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-2213-36/+79
* testsuite: Mark T16608_* as fragile on DarwinBen Gamari2019-06-221-2/+2
* linker: Disable code unloadingBen Gamari2019-06-211-1/+5
* testsuite: Mark T15633a and T15633b as fragile on WindowsBen Gamari2019-06-211-2/+2
* testsuite: Mark T7702 as broken on WindowsBen Gamari2019-06-211-0/+1
* testsuite: Mark T7170 as broken on WindowsBen Gamari2019-06-211-1/+4
* testsuite: Mark OldModLocation as broken on WindowsBen Gamari2019-06-211-0/+1
* testsuite: Add stderr output for UnsafeInfered02 on WindowsBen Gamari2019-06-211-0/+7
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-212-1/+9
* testsuite: Skip dynamicToo006 when dynamic linking is not availableBen Gamari2019-06-211-1/+2
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-2117-164/+864
* users-guide: Update -Wsafe description for #16689Ben Gamari2019-06-191-1/+2
* users-guide: Fix a variety of broken links and syntaxBen Gamari2019-06-195-19/+30
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-1910-84/+182
* Add 'stringEncodeArch' and 'stringEncodeOS' to GHC.PlatformJohn Ericson2019-06-191-0/+61
* Move 'Platform' to ghc-bootJohn Ericson2019-06-1983-83/+83
* Comments and tiny refactorSimon Peyton Jones2019-06-193-24/+33
* Fix typechecking of partial type signaturesSimon Peyton Jones2019-06-1918-124/+215
* Fix two places that failed the substitution invariantSimon Peyton Jones2019-06-192-6/+5
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-195-7/+45
* Properly trim IdInfos of DFunIds and PatSyns in TidyPgmÖmer Sinan Ağacan2019-06-1912-133/+184
* Fix a Note name in CmmNodeÖmer Sinan Ağacan2019-06-191-1/+1
* Make sure mkSplitUniqSupply stores the precomputed mask only.Andreas Klebinger2019-06-183-1/+27
* gitlab-ci: Run alpine builds during nightly jobBen Gamari2019-06-181-3/+12