summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* JS: replace "js" architecture with "javascript"wip/T22740Sylvain Henry2023-02-0641-91/+92
* base changelog: move entries which were not backported to ghc-9.6 to base-4.1...Bodigrim2023-02-041-3/+5
* Fix colors in emacs terminalBodigrim2023-02-042-4/+9
* Minor refactorKrzysztof Gogolewski2023-02-0417-65/+52
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"Ben Gamari2023-02-044-153/+154
* Disable several ignore-warning flags in genapply.j2023-02-031-8/+6
* Fix CallerCC potentially shadowing other cost centres.Andreas Klebinger2023-02-036-40/+49
* Bump Windows toolchainBen Gamari2023-02-032-2/+2
* linker: Fix BFD import librariesTamar Christina2023-02-0310-29/+121
* Windows: Remove mingwex dependencyRyan Scott2023-02-0314-260/+95
* 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