summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* W/W dicts if they are arguments to an NOINLINE function.wip/andreask/ww-noinline-dictsAndreas Klebinger2023-02-031-1/+6
* gitlab-ci: Eliminate redundant ghc --info outputBen Gamari2023-02-031-2/+5
* Bump submodule containers to 0.6.7Bodigrim2023-02-031-0/+0
* base: Fix Note references in GHC.IO.Handle.TypesBen Gamari2023-02-031-12/+12
* Move pthread and timerfd ticker implementations to separate filesWander Hillen2023-02-033-108/+297
* Enable tables next to code for LoongArch64lrzlin2023-02-034-3/+35
* Disable unfolding sharing for interface files with core definitionsMatthew Pickering2023-02-0210-4/+56
* docs: 9.6 release notes for wasm backendCheng Shao2023-02-021-0/+16
* CI: JavaScript backend runs testsuitedoyougnu2023-02-0230-34/+54
* compiler: Implement higher order patterns in the rule matcherJaro Reinders2023-02-027-17/+304
* doc: fix gcdetails_block_fragmentation_bytes since annotationTeo Camarasu2023-02-011-1/+2
* Remove tracing OPTIONS_GHCMatthew Pickering2023-02-011-1/+0
* Bump DOCKER_REV to use alpine image without LLVM installedMatthew Pickering2023-02-011-1/+1
* Bump supported LLVM range from 10 through 15 to 11 through 16Matthew Pickering2023-02-012-5/+5
* Treat existentials correctly in dubiousDataConInstArgTysSimon Peyton Jones2023-02-013-9/+33
* Improve treatment of type applications in patternswip/T19847Simon Peyton Jones2023-02-0111-105/+411
* compiler: properly handle non-word-sized CmmSwitch scrutinees in the wasm NCGwip/T21776Cheng Shao2023-01-315-1/+49
* Bump transformers submodule to 0.6.0.6Ben Gamari2023-01-311-0/+0
* hadrian: Substitute LIBRARY_*_VERSION variablesBen Gamari2023-01-312-2/+18
* hadrian: Refactor templating logicBen Gamari2023-01-311-61/+90
* hadrian: Sphinx docs require templated cabal filesBen Gamari2023-01-311-2/+15
* Revert "Hadrian: fix doc generation"Ben Gamari2023-01-312-18/+3
* testsuite: Add regression test for #22798Ben Gamari2023-01-312-0/+376
* nativeGen/AArch64: Fix graph-colouring allocatorBen Gamari2023-01-311-1/+10
* nativeGen: Teach graph-colouring allocator that x18 is unusableBen Gamari2023-01-311-4/+2
* nativeGen/AArch64: Fix debugging outputBen Gamari2023-01-311-10/+68
* Revert "Cmm Lint: relax SIMD register assignment check"sheaf2023-01-311-14/+1
* Cmm: track the type of global registerssheaf2023-01-3140-617/+671
* configure: Always create the VERSION fileBen Gamari2023-01-313-7/+4
* Support "unusable UNPACK pragma" warning with -O0Krzysztof Gogolewski2023-01-3110-31/+71
* Improve exprOkForSpeculation for classopsSimon Peyton Jones2023-01-3121-80/+228
* FastString: add fastStringToShorTextdoyougnu2023-01-312-19/+23
* InfoTableProv: ShortText --> ShortByteStringdoyougnu2023-01-311-17/+20
* testsuite: use tgamma for cg007Cheng Shao2023-01-311-3/+2
* Update note at beginning of GHC.Builtin.NAmesJoachim Breitner2023-01-311-7/+9
* rts: prevent potential divide-by-zero when tickInterval=0Cheng Shao2023-01-311-4/+5
* Fixes for cabal-reinstall CI jobMatthew Pickering2023-01-318-23/+24
* User's guide: Clarify overlapping instance candidate eliminationJason Shipman2023-01-301-2/+2
* gen_ci: Only consider release jobs for job metadataMatthew Pickering2023-01-302-4/+3
* rel_eng: Fix the name of the ubuntu-* jobsMatthew Pickering2023-01-301-2/+2
* rel_eng: Add check to make sure that release jobs are downloaded by fetch-gitlabMatthew Pickering2023-01-301-0/+10
* ci: Remove FreeBSD job from release pipelinesMatthew Pickering2023-01-302-63/+1
* Take account of loop breakers in specLookupRuleSimon Peyton Jones2023-01-3011-49/+90
* Fix two bugs in TypeData TH reificationRyan Scott2023-01-306-6/+58
* Handle `type data` properly in tyThingParent_maybeRyan Scott2023-01-306-8/+42
* ghc-the-library: Retain cafs in both static in dynamic builds.Andreas Klebinger2023-01-303-4/+42
* compiler: fix data section alignment in the wasm NCGCheng Shao2023-01-301-10/+10
* nativeGen: Disable asm-shortcutting on DarwinBen Gamari2023-01-302-2/+19
* compiler: properly handle ForeignHints in the wasm NCGCheng Shao2023-01-281-13/+52
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-2811-31/+32