summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ghci --run segfaultwip/ghci-run-segfaultMatthew Pickering2023-02-104-4/+5
* gitlab-template: Emphasize `user facing` labelBen Gamari2023-02-091-8/+10
* Update `Data.List.singleton` doc commentkonsumlamm2023-02-091-1/+1
* Bump transformers to 0.6.1.0sheaf2023-02-091-0/+0
* JS generated refs: update testsuite conditionsJosh Meredith2023-02-095-6/+6
* EPA: Comment between module and where should be in header commentsAlan Zimmerman2023-02-088-70/+287
* testsuite: use concurrent.futures.ThreadPoolExecutor in the driverCheng Shao2023-02-083-56/+24
* testsuite: remove config.use_threadsCheng Shao2023-02-083-25/+13
* Revert "Don't keep exit join points so much"Matthew Pickering2023-02-0811-300/+98
* Fix tyvar scoping within class SPECIALISE pragmassheaf2023-02-083-10/+58
* testsuite: Fix Python warnings (#22856)Krzysztof Gogolewski2023-02-072-12/+13
* JS: avoid head/tail and unpackFSSylvain Henry2023-02-071-9/+7
* Revert "Use fix-sized equality primops for fixed size boxed types"Ben Gamari2023-02-072-12/+12
* Update kinds in comments in GHC.Core.TyConromes2023-02-071-20/+20
* Don't allow . in overloaded labelssheaf2023-02-074-9/+10
* Remove extraneous word in Roles user guideJan HrĨek2023-02-061-1/+1
* Fix marking async exceptions in the JS backendLuite Stegeman2023-02-061-1/+2
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-0641-91/+92
* Update JavaScript fileStat to match Emscripten layoutwip/js-fileStatJosh Meredith2023-02-064-22/+65
* 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