summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Factor JS Rts generation for h$c{_,0,1,2} into h$c{n} and improve name cachingwip/js-rts-fixmesJosh Meredith2023-02-165-121/+107
* rts: add the rts_clearMemory functionCheng Shao2023-02-159-4/+118
* Allow failure in nightly-x86_64-linux-deb10-no_tntc-validateBryan Richter2023-02-152-2/+8
* docs: release notes, user guide: add js backenddoyougnu2023-02-152-0/+39
* compiler: fix generateCgIPEStub for no-tables-next-to-code buildsCheng Shao2023-02-141-14/+14
* fix: Mark ghci Prelude import as implicitromes2023-02-144-5/+11
* Documentation: Improve Foldable1 documentationmeooow252023-02-141-68/+91
* Update outdated references to notesSimon Hengel2023-02-1410-23/+23
* rts: make it possible to change mblock size on 32-bit targetsCheng Shao2023-02-143-3/+9
* Introduce warning for loopy superclass solvesheaf2023-02-1426-100/+342
* Fix some correctness issues around tag inference when targeting the bytecode ...Andreas Klebinger2023-02-149-27/+115
* nativeGen/AArch64: Emit Atomic{Read,Write} inlineBen Gamari2023-02-143-2/+37
* base: Move changelog entry to its placeLi-yao Xia2023-02-141-4/+4
* RTS linker: Improve compatibility with NetBSDPHO2023-02-142-11/+39
* Assume platforms support rpaths if they use either ELF or Mach-OPHO2023-02-141-4/+12
* upload_ghc_libs: More control over which packages to operate onBen Gamari2023-02-141-4/+9
* Mention new `Foreign.Marshal.Pool` implementation in User's Guideamesgen2023-02-141-5/+3
* Add clangd flag to include generated header filesSven Tennie2023-02-141-1/+1
* Document that -fproc-alignment was introduced only in GHC 8.6Bodigrim2023-02-131-0/+2
* docs: Add section about profiling and foreign callswip/profiling-docs-refreshMatthew Pickering2023-02-131-0/+36
* Refresh profiling docsMatthew Pickering2023-02-132-150/+57
* compiler: Use NamedFieldPuns for `ModIface_` and `ModIfaceBackend` `NFData`Zubin Duggal2023-02-101-11/+50
* Testsuite: decrease length001 timeout for JS (#22921)Sylvain Henry2023-02-102-3/+8
* Add Lift instance for Fixedparsonsmatt2023-02-102-0/+11
* Detect the `mold` linkerRebecca Turner2023-02-102-0/+6
* Refactor the simplifier a bit to fix #22761Simon Peyton Jones2023-02-1012-183/+314
* 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