summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Testsuite fixeswip/backports-9.0Ben Gamari2021-08-043-4/+24
* Unify remaining GHCi prompt exampleEmily Martins2021-08-041-1/+1
* Unify primary and secondary GHCi promptEmily Martins2021-08-042-16/+16
* ci: fix ci.sh by creating build.mk in one placeAdam Sandberg Ericsson2021-08-041-21/+3
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-08-044-3/+29
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-08-043-1/+21
* rts: move xxxHash out of the user namespaceTamar Christina2021-08-044-7/+25
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-08-041-1/+2
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-08-043-11/+27
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-08-043-21/+30
* rts: Eliminate redundant branchGHC GitLab CI2021-08-041-3/+1
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-08-041-3/+3
* RTS: try to fix timer racesSylvain Henry2021-08-042-2/+5
* [aarch64-macho] Fix off-by-one error in the linkerMoritz Angermann2021-08-041-1/+11
* gitlab-ci: Bump ci-images revisionBen Gamari2021-08-041-1/+1
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-08-0411-8/+96
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-08-043-3/+15
* Bignum: bump to version 1.1 (#19846)Sylvain Henry2021-08-042-1/+11
* Report actual port in libiserv:Remote.Slave.startSlaveFacundo Domínguez2021-08-041-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