summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linker fixes mhuwip/mp-ghci-fixes-9.6Matthew Pickering2023-02-101-2/+6
* unicode: Don't inline bitmap in generalCategoryMatthew Pickering2023-02-102-2/+9
* Add INLINABLE pragmas to `generic*` functions in Data.OldListMatthew Pickering2023-02-091-0/+6
* Improve treatment of type applications in patternsSimon Peyton Jones2023-02-0911-105/+411
* 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
* nativeGen: Teach graph-colouring allocator that x18 is unusableBen Gamari2023-02-011-4/+2
* nativeGen/AArch64: Fix debugging outputBen Gamari2023-02-011-10/+68
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-02-0113-8/+118
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-02-019-62/+5