summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToJS/Linker
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining issues with bound checking (#23123)wip/js-boundsCheckSylvain Henry2023-05-031-0/+4
* Misc cleanupKrzysztof Gogolewski2023-04-171-1/+2
* JS: Linker: use saturated JExprdoyougnu2023-04-011-4/+5
* js: split JMacro into JS eDSL and JS syntaxdoyougnu2023-03-301-4/+5
* JS: Fix implementation of MK_JSVALJosh Meredith2023-03-101-2/+2
* JS: disable debugging info for heap objectsSylvain Henry2023-02-161-1/+3
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-281-2/+3
* JS: fix support for -outputdir (#22641)Sylvain Henry2022-12-221-39/+29
* Add Javascript backendSylvain Henry2022-11-293-0/+1362