summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compiler: A few wibbles from ConstPtr patchwip/mr9323-wibblesBen Gamari2023-01-171-2/+2
* Avoid unnecessary printf warnings in EventLog.cViktor Dukhovni2023-01-171-4/+2
* compiler: Small optimisation of assertMBen Gamari2023-01-171-1/+7
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-166-11/+84
* Bump submodule parsec to 3.1.16.1Bodigrim2023-01-161-0/+0
* Add scripts to generate ghcup metadata on nightly and release pipelinesMatthew Pickering2023-01-1610-25/+614
* ci: Don't use complicated image or clone in not-interruptible jobMatthew Pickering2023-01-161-1/+3
* rel_eng: Add release engineering scripts into ghc treeMatthew Pickering2023-01-1611-1/+765
* ci: Change owner of files in test-bootstrap jobMatthew Pickering2023-01-161-0/+1
* ci: Don't build aarch64-deb10-llvm job on release pipelinesMatthew Pickering2023-01-162-61/+1
* ci: Change owner of files in source-tarball jobMatthew Pickering2023-01-161-0/+1
* ci: Bump CACHE_REV so that ghc-9.6 branch and HEAD have different cachesMatthew Pickering2023-01-161-1/+1
* Mark maximumBy/minimumBy as INLINE.Andreas Klebinger2023-01-162-2/+34
* Add regression test for #22611.Andreas Klebinger2023-01-163-0/+310
* Hadrian: generalise &%> to avoid warningssheaf2023-01-167-21/+91
* Separate core inlining logic from `Unfolding` type.Andreas Klebinger2023-01-169-572/+604
* Add a missing checkEscapingKindSimon Peyton Jones2023-01-137-49/+74
* wasm ci: Remove wasm release jobsMatthew Pickering2023-01-132-191/+3
* ci: add wasm ci jobs via gen_ci.hsCheng Shao2023-01-133-605/+418
* ci: source the toolchain env file in wasm jobsCheng Shao2023-01-131-0/+4
* ci: improve nix-shell for gen_ci.hs and fix some ghc/hlint warningsCheng Shao2023-01-135-34/+53
* ci: use in-image emsdk for js jobsCheng Shao2023-01-131-15/+2
* ci: enable xz parallel compression for x64 jobsCheng Shao2023-01-131-0/+7
* ci: Bump DOCKER_REVCheng Shao2023-01-131-1/+1
* Bump process submoduleCheng Shao2023-01-131-0/+0
* Bump hsc2hs submoduleCheng Shao2023-01-131-0/+0
* gitlab-ci: Pass -w to cabal updateBen Gamari2023-01-131-1/+3
* gitlab-ci: Bump Darwin bootstrap toolchainBen Gamari2023-01-132-8/+8
* Bump submodule bytestring to 0.11.4.0Bodigrim2023-01-133-11/+13
* Don't run hadrian-multi on fast-ci labelMatthew Pickering2023-01-121-0/+2
* Fix #22728: Not all diagnostics in safe check are fatalOleg Grenrus2023-01-129-13/+52
* Make `GHC.Tc.Errors.Reporter` take `NonEmpty ErrorItem` rather than `[ErrorIt...M Farkas-Dyck2023-01-121-62/+54
* Change MSYSTEM to CLANG64 uniformlyCheng Shao2023-01-125-20/+14
* Only gc sparks locally when we can ensure marking is done.Andreas Klebinger2023-01-123-14/+46
* Fix contification with stable unfoldings (#22428)Sebastian Graf2023-01-127-244/+472
* configure: Fix escaping of `$tooldir`Ben Gamari2023-01-121-4/+4
* rts: Drop racy assertionBen Gamari2023-01-121-0/+3
* Revert "rts: Drop racy assertion"Ben Gamari2023-01-121-3/+0
* Fix finaliseArgBoxities for OPAQUE functionSimon Peyton Jones2023-01-113-22/+53
* Add 'docWithStyle' to improve codegenKrzysztof Gogolewski2023-01-115-68/+78
* Fix void-arg-adding mechanism for worker/wrapperSimon Peyton Jones2023-01-118-135/+209
* Parse qualified terms in type signaturesHaskellMouse2023-01-1116-10/+142
* Refactor the treatment of loopy superclass dictswip/T20666Richard Eisenberg2023-01-1154-794/+1293
* Misc cleanupKrzysztof Gogolewski2023-01-1112-37/+24
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-1118-88/+119
* testsuite: Drop testheapalloced.cBen Gamari2023-01-111-100/+0
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-1132-4/+239
* m4/fp_leading_underscore.m4: Avoid implicit exit function declarationFlorian Weimer2023-01-111-6/+4
* fix missing haddock pipeJade Lovelace2023-01-111-1/+1
* Fix tcPluginRewrite exampleJade Lovelace2023-01-111-1/+1