summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hiwip/runtests-refactorBen Gamari2020-07-052-19/+17
* ThingsBen Gamari2020-07-054-67/+71
* Fix itBen Gamari2020-07-051-4/+6
* Further refactoringBen Gamari2020-07-057-116/+141
* testsuite: Refactor compiler configurationBen Gamari2020-07-053-275/+282
* testsuite: Refactor runtests.pyBen Gamari2020-07-051-385/+418
* gitlab-ci: Use MR base commit as performance baselineBen Gamari2020-07-053-2/+25
* testsuite: Allow baseline commit to be set explicitlyBen Gamari2020-07-054-11/+28
* Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC versionHécate2020-07-036-1/+25
* DynFlags: avoid the use of sdocWithDynFlags in GHC.Core.Rules (#17957)Sylvain Henry2020-07-034-28/+39
* Improve handling of data type return kindswip/T18300Simon Peyton Jones2020-07-0328-350/+814
* LLVM: support R9 and R10 registersSylvain Henry2020-07-031-0/+2
* Mention flags that are not enabled by -Wall (#18372)Valery Tolstov2020-07-031-1/+5
* rts/ProfHeap: Free old allocations when reinitialising CensusesBen Gamari2020-07-031-0/+15
* rts/ProfHeap: Only allocate the Censuses that we needBen Gamari2020-07-031-1/+2
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-0219-44/+54
* No need for CURSES_INCLUDE_DIRSGabor Greif2020-07-021-1/+0
* NCG: correctly handle addresses with huge offsets (#15570)Sylvain Henry2020-07-023-66/+100
* Hadrian: fix PowerPC64le support (#17601)Sylvain Henry2020-07-021-3/+4
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-0278-85/+85
* T16012: Be verbose on failure.Andreas Klebinger2020-07-022-2/+6
* Desugar quoted uses of DerivingVia and expression type signatures properlyRyan Scott2020-07-013-100/+146
* Add most common return values for `os` and `arch`Hécate2020-07-012-2/+47
* Improve debug tracing for substitutionSimon Peyton Jones2020-07-018-58/+59
* #17169: Clarify Fixed's Enum instance.Martin Handley2020-07-011-0/+58
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-0116-14/+229
* Add missing Ix instances for tuples of size 6 through 15 (#16643)Joshua Price2020-06-306-3/+456
* Update ssh keys in CI performance metrics upload scriptDavid Eichmann2020-06-301-2/+3
* Add ghc-bignum to 8.12 release notesSylvain Henry2020-06-301-0/+23
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-3023-136/+581
* Fix a typo in LintSimon Peyton Jones2020-06-283-7/+13
* Add integer-gmp's ghc.mk and GNUmakefile to .gitignoreRyan Scott2020-06-282-5/+2
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-2878-104/+104
* Use NHsCoreTy to embed types into GND-generated codeRyan Scott2020-06-2810-225/+148
* RTS: Refactor Haskell-C glue for PPC 64-bitPeter Trommler2020-06-282-186/+85
* Don't generalize when typechecking a tuple sectionKrzysztof Gogolewski2020-06-276-35/+19
* DynFlags: don't store buildTagSylvain Henry2020-06-279-43/+40
* Better loop detection in findTypeShapeSimon Peyton Jones2020-06-273-34/+41
* Fix ghc-bignum exceptionsSylvain Henry2020-06-2717-126/+255
* ghc-bignum: fix division by zero (#18359)Sylvain Henry2020-06-271-1/+1
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-2712-349/+668
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-2669-203/+1083
* GHC.Core.Unify: Make UM actions one-shot by defaultwip/oneshot-unifySebastian Graf2020-06-251-3/+83
* RTS: avoid overflow on 32-bit arch (#18375)Sylvain Henry2020-06-254-7/+7
* rts/Hash: Simplify freeing of HashListChunksBen Gamari2020-06-251-25/+38
* Enable maxBound checks for OverloadedLists (Fixes #18172)Roland Senn2020-06-257-27/+162
* test suite: add reproducer for #17516Artem Pelenitsyn2020-06-253-0/+478
* Add MonadZip and MonadFix instances for ComplexOleg Grenrus2020-06-252-0/+12
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-2557-143/+146
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-2565-537/+542