summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PPC NCG: Fix unsigned compare with 16-bit constantswip/T19852-backport-9.0Peter Trommler2021-07-301-1/+2
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-06-037-26/+81
* Include mman.h before disabling non-POSIX headersViktor Dukhovni2021-06-031-0/+12
* Bignum: match on DataCon workers in rules (#19892)Sylvain Henry2021-06-016-19/+62
* Improve wording of fold[lr]M documentation.Viktor Dukhovni2021-05-291-74/+98
* users-guide: Document deprecation of -funfolding-keeness-factorBen Gamari2021-05-121-0/+7
* Fix magicDict in ghci (and in the presence of other ticks)Matthew Pickering2021-05-129-2/+72
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-05-1223-221/+523
* rts/m32: Fix bounds checkBen Gamari2021-05-121-3/+4
* Disallow -XDerivingVia when -XSafe is on (#19786)Aaron Allen2021-05-124-1/+23
* testsuite: Add test for #19645Ben Gamari2021-05-123-0/+31
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-05-124-36/+81
* Bignum: add BigNat Eq/Ord instances (#19647)Sylvain Henry2021-05-121-0/+16
* Introduce -ddump-verbose-inliningsBen Gamari2021-05-124-6/+15
* CmmToLlvm: Declare signature for memcmpMoritz Angermann2021-05-062-2/+18
* Chiral foldable caveatsViktor Dukhovni2021-05-041-3/+71
* Fix pthread_setname_np in itimer for DarwinViktor Dukhovni2021-04-272-4/+34
* Block signals in the ticker threadViktor Dukhovni2021-04-233-13/+102
* Fixes to dealing with the export of mainwip/T19397-backportSimon Peyton Jones2021-04-1647-395/+516
* gitlab-ci: Build releases with hyperlinked sourcesBen Gamari2021-04-131-5/+4
* Enforce maximum happy/alex versionBen Gamari2021-04-091-12/+12
* users-guide: Document deprecation of -funfolding-keeness-factorBen Gamari2021-04-082-8/+10
* ci.sh: Factor out common utilitiesBen Gamari2021-04-082-47/+55
* hadrian: Fix leakage of GHC in PATH into buildBen Gamari2021-04-081-1/+7
* gitlab-ci: Bump Docker imagesBen Gamari2021-04-075-51/+93
* gitlab-ci: Disable utimensat in Darwin buildsBen Gamari2021-04-071-0/+2
* Add missing .hi-boot dependencies with ghc -M (#14482)Sylvain Henry2021-04-0710-2/+72
* rts: stats: Fix calculation for fragmentationDouglas Wilson2021-04-071-1/+1
* rts: stats: Some fixes to stats for sequential gcsDouglas Wilson2021-04-072-14/+37
* base: Fix since-annotation for Data.List.singletonSimon Jakobi2021-04-071-1/+1
* rts/Linker: Add noreturn to loadNativeObj on non-ELF platformsBen Gamari2021-04-071-2/+6
* Fix assertion error with linear types, #19400Krzysztof Gogolewski2021-04-073-10/+24
* Fix an levity-polymorphism errorSimon Peyton Jones2021-04-074-87/+108
* Fix the binder-swap transformation in OccurAnalSimon Peyton Jones2021-04-075-53/+234
* Bignum: fix invalid hs-boot declaration (#19638)Sylvain Henry2021-04-071-1/+1
* Bignum: remove unused extra filesSylvain Henry2021-04-071-2/+0
* llvmGen: Accept range of LLVM versionsBen Gamari2021-04-0710-35/+243
* Location for tuple section pattern error (#19504)Vladislav Zavialov2021-04-074-1/+9
* configure: avoid empty lines in AC_CONFIG_FILESSylvain Henry2021-04-071-4/+2
* linker: Fix atexit handlers on PETamar Christina2021-04-072-3/+5
* Short-circuit warning generation for partial type signaturesSimon Peyton Jones2021-04-071-2/+27
* make: disable ghc package environments #18988Adam Sandberg Ericsson2021-04-072-0/+2
* Don't catch async exceptions when evaluating Template HaskellZubin Duggal2021-04-071-3/+20
* Ensure tcg_env is up-to-date when running typechecker pluginsalexbiehl2021-04-071-4/+8
* configure: fix the use of some obsolete macros (#19189)Sylvain Henry2021-04-072-35/+35
* Fix Storeable instances for the windows timeout executable.Andreas Klebinger2021-04-072-2/+6
* Make unsafeDupablePerformIO have a lazy demandAndreas Klebinger2021-04-072-39/+44
* driver: Fix mention of GHC 8.12Ben Gamari2021-04-071-1/+1
* users-guide: Mention whitespace-sensitivity in relnotesBen Gamari2021-04-071-0/+4
* rts: Make markLiveObject thread-safeBen Gamari2021-04-072-3/+9