summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wipwip/mp-ghci-optGHC GitLab CI2023-04-198-9/+21
* bytecode: Fix bitmaps for BCOs used to tag tuples and prim call argsAlexis King2023-03-086-36/+145
* Use a uniform return convention in bytecode for unary resultsAlexis King2023-03-0812-218/+175
* Revert "Use a uniform return convention in bytecode for unary results"Matthew Pickering2023-03-085-49/+66
* linker: fix linking with aligned sections (#23066)Sylvain Henry2023-03-085-6/+65
* Remove many `omit_ways(['ghci'])` predicatesMatthew Pickering2023-03-027-68/+66
* stdcall: T2276Matthew Pickering2023-03-021-2/+2
* Only run T1288 test on windows, due to using stdcall calling conventionMatthew Pickering2023-03-021-1/+6
* Track compile time stderr for compile_and_run testsMatthew Pickering2023-03-01120-22/+1159
* Accept breakpoint testMatthew Pickering2023-03-011-0/+1
* testsuite: Add ghci-opt wayMatthew Pickering2023-03-011-0/+6
* testsuite: Remove stray commentMatthew Pickering2023-03-011-4/+0
* ghci: Add override option to allow passing -O with interpreter backendMatthew Pickering2023-03-012-0/+4
* ghci: Turn breakpoint insertion into a dynamic flagMatthew Pickering2023-03-016-16/+7
* Revert "Serialise BreakInfo"Matthew Pickering2023-02-283-20/+3
* debuggingMatthew Pickering2023-02-283-3/+4
* Use a uniform return convention in bytecode for unary resultsAlexis King2023-02-285-66/+49
* Serialise BreakInfoMatthew Pickering2023-02-283-3/+20
* linker fixes mhuMatthew Pickering2023-02-231-2/+6
* Account for local rules in specImportsSimon Peyton Jones2023-02-236-46/+156
* constant folding: Correct type of decodeDouble_Int64 ruleMatthew Pickering2023-02-213-5/+23
* release notes: Correct supported LLVM rangeMatthew Pickering2023-02-201-1/+1
* RTS: declare setKeepCAFs symbolsheaf2023-02-201-0/+1
* Treat existentials correctly in dubiousDataConInstArgTysSimon Peyton Jones2023-02-203-9/+32
* doc: fix gcdetails_block_fragmentation_bytes since annotationTeo Camarasu2023-02-201-1/+2
* Bump DOCKER_REV to use alpine image without LLVM installedMatthew Pickering2023-02-201-1/+1
* Bump supported LLVM range from 10 through 15 to 11 through 16Matthew Pickering2023-02-202-5/+5
* ghcup-metadata: Add test artifactMatthew Pickering2023-02-201-0/+3
* Add INLINABLE pragmas to `generic*` functions in Data.OldListMatthew Pickering2023-02-202-0/+7
* ghcup-metadata: Use Ubuntu and Rocky bindistsMatthew Pickering2023-02-202-5/+20
* Expand synonyms in RoughMapsheaf2023-02-204-2/+19
* JS: disable debugging info for heap objectsSylvain Henry2023-02-201-1/+3
* compiler: fix generateCgIPEStub for no-tables-next-to-code buildsCheng Shao2023-02-201-14/+14
* unicode: Don't inline bitmap in generalCategoryMatthew Pickering2023-02-203-2/+12
* docs: add a section for the wasm backendCheng Shao2023-02-202-1/+102
* Narrow the dont-decompose-newtype testSimon Peyton Jones2023-02-2011-166/+207
* Introduce warning for loopy superclass solvesheaf2023-02-2026-100/+343
* base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelogBen Gamari2023-02-201-0/+8
* No default finalizer exception handlersheaf2023-02-2011-29/+52
* docs: release notes, user guide: add js backenddoyougnu2023-02-202-0/+39
* base: Move changelog entry to its placeLi-yao Xia2023-02-201-4/+4
* EPA: Comment between module and where should be in header commentsAlan Zimmerman2023-02-147-62/+279
* upload_ghc_libs: More control over which packages to operate onBen Gamari2023-02-121-2/+2
* relnotes: Mention release notesghc-9.6.1-alpha3Ben Gamari2023-02-101-0/+8
* testsuite: Mark T15633 as fixed when static linkingBen Gamari2023-02-101-1/+0
* testsuite: Drop inapplicable testsBen Gamari2023-02-105-52/+0
* nativeGen/AArch64: Emit Atomic{Read,Write} inlineBen Gamari2023-02-093-2/+37
* Rework plugin initialisation pointsAaron Allen2023-02-0917-22/+132
* driver: Use hooks from plugin_hsc_envMatthew Pickering2023-02-091-1/+1
* Fix some correctness issues around tag inference when targeting the bytecode ...Andreas Klebinger2023-02-099-27/+115