summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CPR: Detect constructed products in `runRW#` apps (#19822)wip/T19822Sebastian Graf2021-05-167-27/+75
* genprimopcode: fix bootstrap errorsSylvain Henry2021-05-132-4/+3
* Use fix-sized order primops for fixed size boxed typesJohn Ericson2021-05-132-24/+24
* ci: Fix unbound CI_MERGE_REQUEST_SOURCE_BRANCH_NAME variableMatthew Pickering2021-05-121-1/+1
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-129-16/+37
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-12265-314/+272
* Fully remove HsVersions.hSylvain Henry2021-05-12268-641/+84
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-12178-909/+1061
* Ensure assert from Control.Exception isn't usedSylvain Henry2021-05-1210-13/+12
* Move GlobalVar macros into GHC.Utils.GlobalVarsSylvain Henry2021-05-123-35/+32
* Hadrian: Enable SMP on powerpc64{le}Peter Trommler2021-05-121-1/+10
* hadrian: Fix dynamic+debug flag combination for check-ppr executableMatthew Pickering2021-05-121-2/+2
* W/W: Always zap useless idInfos.Andreas Klebinger2021-05-121-2/+28
* Hadrian: add comment to avoid surprisesSylvain Henry2021-05-111-2/+2
* rts: Remove trailing whitespace from Adjustor.cMatthew Pickering2021-05-111-32/+32
* hadrian: Don't always links against libffiMatthew Pickering2021-05-111-2/+1
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-115-49/+101
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-116-5/+15
* Fix strictness and arity info in SpecConstrSimon Peyton Jones2021-05-117-77/+215
* Document unfolding treatment of simplLamBndr.Andreas Klebinger2021-05-111-3/+5
* Don't warn about ClassOp bindings not specialising.Andreas Klebinger2021-05-114-0/+57
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-119-16/+72
* Minor refactoring in WorkWrapSimon Peyton Jones2021-05-111-15/+7
* Expand Note [Data con representation].Andreas Klebinger2021-05-111-4/+30
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-097-8/+24
* EPA: update some comments in Annotations.Alan Zimmerman2021-05-081-119/+82
* Fix newtype eta-reductionSimon Peyton Jones2021-05-078-18/+130
* rts: Correctly call pthread_setname_np() on NetBSDPHO2021-05-074-5/+34
* rts/posix/OSThreads.c: Implement getNumberOfProcessors() for NetBSDPHO2021-05-071-6/+19
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-0729-387/+707
* [ci] Default values for CI_COMMIT_BRANCH, CI_PROJECT_PATHMoritz Angermann2021-05-071-2/+2
* [darwin] stop the DYLD_LIBRARY_PATH madnessMoritz Angermann2021-05-071-5/+2
* [ci/nix-shell] uniquify NIX_LDFLAGS{_FOR_TARGET}Moritz Angermann2021-05-071-1/+11
* [testsuite/arm64] fix section_alignmentMoritz Angermann2021-05-071-1/+1
* [testsuite] static001 is not broken anymore.Moritz Angermann2021-05-071-1/+2
* [ci/nix-shell] [Darwin] Stop the ld warnings about libiconv.Moritz Angermann2021-05-071-0/+3
* [testsuite/json2] Fix failure with LLVM backendsMoritz Angermann2021-05-071-2/+6
* [ci/nix-shell] Add Foundation and SecurityMoritz Angermann2021-05-071-3/+3
* [testsuite] filter out superfluous dylib warningsMoritz Angermann2021-05-071-3/+18
* [Darwin] mark stdc++ tests as brokenMoritz Angermann2021-05-071-10/+10
* [Aarch64] No div-by-zero; disable test.Moritz Angermann2021-05-071-0/+5
* [testsuite/darwin] fix conc059Moritz Angermann2021-05-071-0/+2
* [ci] Default value for MAKE_ARGSMoritz Angermann2021-05-071-2/+2
* [ci] default value for CONFIGURE_ARGSMoritz Angermann2021-05-071-1/+1
* [testlib/driver] denoiseMoritz Angermann2021-05-072-6/+11
* [ci] Add support for building on aarch64-darwinMoritz Angermann2021-05-073-29/+265
* hadrian: Don't depend upon bash from PATHBen Gamari2021-05-066-7/+30
* Disallow -XDerivingVia when -XSafe is on (#19786)Aaron Allen2021-05-064-1/+23
* Bump binary submoduleBen Gamari2021-05-061-0/+0
* rts/posix/GetTime.c: Use Solaris-specific gethrvtime(3) on OpenSolaris deriva...PHO2021-05-061-0/+10