summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing parenthesizeHsType in cvtSigTypeKindwip/T22784Ryan Scott2023-01-174-2/+16
* 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
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-094-95/+0
* Fix outdated link to Happy section on sequencesGeorgi Lyubenov2023-01-091-2/+3
* Check for FP_LD_NO_FIXUP_CHAINS in installation configure scriptMatthew Pickering2023-01-091-0/+5
* Store bootstrap_llvm_target and use it to set LlvmTarget in bindistsMatthew Pickering2023-01-093-1/+10
* rts, tests: limit thread name length to 15 bytesNicolas Trangez2023-01-093-2/+8
* Add safe list indexing operator: !?Oleg Grenrus2023-01-094-5/+34
* Handle shadowing in DmdAnal (#22718)Sebastian Graf2023-01-091-7/+31
* Remove RTS hack for configuringJohn Ericson2023-01-093-6/+46
* EPA: exact print HsDocTyAlan Zimmerman2023-01-095-2/+20
* Disable split sections on aarch64-deb10 buildMatthew Pickering2023-01-092-11/+11
* Pass -Wl,-no_fixup_chains to ld64 when appropiateMatthew Pickering2023-01-072-0/+29
* Skip T18623 on darwin (to add to the long list of OSs)Matthew Pickering2023-01-071-0/+2
* T10955: Set DYLD_LIBRARY_PATH for darwinMatthew Pickering2023-01-071-1/+1
* Make FloatIn robust to shadowingSimon Peyton Jones2023-01-073-103/+165
* rts: MUT_VAR is not a StgMutArrPtrsBen Gamari2023-01-061-2/+1