summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* relnotes: Mention release notesghc-9.6.1-alpha3Ben Gamari2023-02-101-0/+8
* testsuite: Mark T15633 as fixed when static linkingBen Gamari2023-02-101-1/+0
* testsuite: Drop inapplicable testsBen Gamari2023-02-105-52/+0
* nativeGen/AArch64: Emit Atomic{Read,Write} inlineBen Gamari2023-02-093-2/+37
* Rework plugin initialisation pointsAaron Allen2023-02-0917-22/+132
* driver: Use hooks from plugin_hsc_envMatthew Pickering2023-02-091-1/+1
* Fix some correctness issues around tag inference when targeting the bytecode ...Andreas Klebinger2023-02-099-27/+115
* Improve treatment of type applications in patternsSimon Peyton Jones2023-02-0910-105/+400
* docs: 9.6 release notes for wasm backendCheng Shao2023-02-091-0/+16
* Fix tyvar scoping within class SPECIALISE pragmassheaf2023-02-093-10/+58
* Revert "Don't keep exit join points so much"Matthew Pickering2023-02-0911-300/+98
* testsuite: use concurrent.futures.ThreadPoolExecutor in the driverCheng Shao2023-02-093-56/+24
* testsuite: remove config.use_threadsCheng Shao2023-02-093-25/+13
* Bump transformers to 0.6.1.0sheaf2023-02-091-0/+0
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-0740-88/+89
* Revert "Use fix-sized equality primops for fixed size boxed types"Ben Gamari2023-02-072-12/+12
* Don't allow . in overloaded labelssheaf2023-02-074-9/+10
* Fix marking async exceptions in the JS backendLuite Stegeman2023-02-071-1/+2
* Bump Windows toolchainBen Gamari2023-02-072-2/+2
* linker: Fix BFD import librariesTamar Christina2023-02-0710-29/+121
* Windows: Remove mingwex dependencyRyan Scott2023-02-0714-260/+95
* Fix colors in emacs terminalBodigrim2023-02-072-4/+9
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"Ben Gamari2023-02-074-153/+154
* Fix CallerCC potentially shadowing other cost centres.Andreas Klebinger2023-02-076-40/+49
* Bump submodule containers to 0.6.7Bodigrim2023-02-071-0/+0
* Disable unfolding sharing for interface files with core definitionsMatthew Pickering2023-02-0710-4/+56
* nativeGen/X86: MFENCE is unnecessary for release semanticsBen Gamari2023-02-011-1/+1
* compiler: properly handle non-word-sized CmmSwitch scrutinees in the wasm NCGCheng Shao2023-02-015-1/+49
* Bump transformers submodule to 0.6.0.6Ben Gamari2023-02-011-0/+0
* testsuite: use tgamma for cg007Cheng Shao2023-02-011-3/+2
* rts: prevent potential divide-by-zero when tickInterval=0Cheng Shao2023-02-011-4/+5
* compiler: fix data section alignment in the wasm NCGCheng Shao2023-02-011-10/+10
* compiler: properly handle ForeignHints in the wasm NCGCheng Shao2023-02-011-13/+52
* Fixes for cabal-reinstall CI jobMatthew Pickering2023-02-018-23/+24
* compiler: fix lowering of CmmBlock in the wasm NCGCheng Shao2023-02-011-0/+2
* compiler: fix subword literal narrowing logic in the wasm NCGCheng Shao2023-02-014-20/+15
* Document differences between Data.{Monoid,Semigroup}.{First,Last}Bodigrim2023-02-012-2/+28
* Take account of loop breakers in specLookupRuleSimon Peyton Jones2023-02-0111-49/+90
* hadrian: Substitute LIBRARY_*_VERSION variablesBen Gamari2023-02-012-2/+18
* hadrian: Refactor templating logicBen Gamari2023-02-011-61/+90
* hadrian: Sphinx docs require templated cabal filesBen Gamari2023-02-011-2/+15
* configure: Always create the VERSION fileBen Gamari2023-02-013-7/+4
* Fix two bugs in TypeData TH reificationRyan Scott2023-02-016-6/+58
* Handle `type data` properly in tyThingParent_maybeRyan Scott2023-02-016-8/+42
* Support "unusable UNPACK pragma" warning with -O0Krzysztof Gogolewski2023-02-0110-31/+71
* Add Foldable1 Solo instanceOleg Grenrus2023-02-011-0/+9
* bindist configure: Fail if find not found (#22691)Zubin Duggal2023-02-011-0/+4
* Detect family instance orphans correctlySimon Peyton Jones2023-02-0113-22/+67
* testsuite: Add regression test for #22798Ben Gamari2023-02-012-0/+376
* nativeGen/AArch64: Fix graph-colouring allocatorBen Gamari2023-02-011-1/+10