summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use fix-sized equality primops for fixed size boxed types"wip/mp-revert-exit-joinsBen Gamari2023-02-062-12/+12
* Revert "Don't keep exit join points so much"Matthew Pickering2023-02-0611-300/+98
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"Ben Gamari2023-02-034-153/+154
* 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
* rts: Use C11-compliant static assertion syntaxBen Gamari2023-02-011-1/+4
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-02-0118-32/+108
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-02-016-10/+83
* EPA: exact print HsDocTyAlan Zimmerman2023-02-015-0/+18
* Do newtype unwrapping in the canonicaliser and rewriterRichard Eisenberg2023-02-018-79/+215
* ghc-the-library: Retain cafs in both static in dynamic builds.Andreas Klebinger2023-02-013-4/+41
* gen_ci: Only consider release jobs for job metadataghc-9.6.1-alpha2Matthew Pickering2023-01-281-4/+1
* upload_ghc_libs: Don't handle `--skip` in `prepare` modeBen Gamari2023-01-271-3/+4
* rel_eng: Fix the name of the ubuntu-* jobsMatthew Pickering2023-01-271-2/+2
* rel_eng: Add check to make sure that release jobs are downloaded by fetch-gitlabMatthew Pickering2023-01-271-0/+10
* ci: Remove FreeBSD job from release pipelinesMatthew Pickering2023-01-272-63/+1
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-2716-53/+40
* Fix printing of promoted MkSolo datacon (#22785)Andrei Borzenkov2023-01-2711-19/+39
* ghcup metadata: Remove viPostRemove field from generated metadataMatthew Pickering2023-01-271-1/+0
* ghcup metadata: Fix subdir for windows bindistMatthew Pickering2023-01-271-1/+1
* configure: support "windows" as an OSSylvain Henry2023-01-272-2/+5
* Fix RTS build on WindowsSylvain Henry2023-01-271-2/+0
* Hadrian: fix Windows cross-compilationSylvain Henry2023-01-271-3/+11
* Hadrian: correctly detect AR at-file supportSylvain Henry2023-01-273-3/+11