summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Notes: Add news from the pattern-match checker [skip ci]wip/pmcheck-release-notes-8.12Sebastian Graf2020-06-111-0/+13
* test: fix conc038Sylvain Henry2020-06-102-3/+3
* Initialize the allocation counter in GHCi to 0 (Fixes #16012)Roland Senn2020-06-104-2/+6
* Fix lookupGlobalOccRn_maybe sometimes reporting an errorLuke Lau2020-06-106-62/+136
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-1032-416/+910
* Optimisation in Unique.SupplySimon Peyton Jones2020-06-101-25/+120
* Give Language a Bounded instanceShayne Fletcher2020-06-101-2/+1
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-1028-190/+580
* Expose impliedGFlags, impledOffGFlags, impliedXFlagsShayne Fletcher2020-06-101-0/+7
* Fix -fkeep-cafs flag name in users guideÖmer Sinan Ağacan2020-06-102-2/+1
* rts: Remove unused GET_ENTRY closure macroÖmer Sinan Ağacan2020-06-101-2/+0
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-1080-131/+131
* Always use rnImplicitBndrs to bring implicit tyvars into scopeRyan Scott2020-06-1020-194/+230
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-0926-297/+713
* Add link to GHC's wiki in the GHC API headerTakenobu Tani2020-06-091-0/+3
* OccurAnal: Avoid exponential behavior due to where clausesBen Gamari2020-06-071-9/+16
* Range is actually +/-2^32, not +/-2^31Moritz Angermann2020-06-071-5/+7
* Disable DLL loading if without system linkerMoritz Angermann2020-06-072-3/+24
* ghc-prim needs to depend on libc and libmMoritz Angermann2020-06-071-0/+5
* hadrian: Add missing deriveConstants dependency on ghcplatform.hBen Gamari2020-06-071-0/+3
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-0517-63/+96
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-05429-3323/+3985
* base: fix sign confusion in log1mexp implementation (fix #17125)Artem Pelenitsyn2020-06-051-6/+10
* [linker] Adds void printLoadedObjects(void);wip/angerman/print-loaded-objectsMoritz Angermann2020-06-042-2/+30
* compiler: Disable use of process jobs with process < 1.6.9Ben Gamari2020-06-041-3/+7
* rts: Add Windows-specific implementation of rtsSleepBen Gamari2020-06-041-2/+9
* Add test for #17669nineonine2020-06-043-0/+14
* GHC.Hs.Instances: Compile with -O0Ben Gamari2020-06-041-0/+7
* Fix documentation on type families not being extractedLuke Lau2020-06-043-12/+18
* Allow finalizeForeignPtr to be called on FinalPtr/PlainPtr.Andrew Martin2020-06-041-2/+4
* docs: Add more details on InterruptibleFFI.Niklas Hambüchen2020-06-041-7/+34
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-0430-206/+324
* gitlab-ci: Allow ARMv7 job to failBen Gamari2020-06-031-0/+3
* gitlab-ci: Ensure that workaround for #18280 applies to bindisttestBen Gamari2020-06-021-1/+3
* gitlab-ci: Disable use of ld.lld on ARMv7wip/T18280Ben Gamari2020-06-011-1/+3
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-014-4/+18
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-0111-25/+48
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-018-2/+46
* Hadrian: fix binary-dist target for cross-compilationSylvain Henry2020-06-011-5/+8
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-0122-87/+89
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-0120-24/+24
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-0140-51/+51
* testsuite: Work around spurious mypy failureBen Gamari2020-06-011-1/+1
* testsuite/testutil: Fix bytes/str mismatchBen Gamari2020-06-011-1/+1
* testsuite/perf_notes: Fix ill-typed assignmentsBen Gamari2020-06-011-4/+5
* testsuite: Refactor ghostscript detectionBen Gamari2020-06-013-25/+45
* testsuite: Don't fail if we can't unlink __symlink_testBen Gamari2020-06-011-1/+4
* configure: Modify aclocal.m4 according to new module hierarchyTakenobu Tani2020-06-011-2/+2
* Fix wording in documentationJeremy Schlatter2020-06-011-1/+0
* Lint rhs of IfaceRulefendor2020-06-011-2/+21