1
1
mirror of https://github.com/tweag/asterius.git synced 2024-09-21 05:48:04 +03:00
Commit Graph

100 Commits

Author SHA1 Message Date
Shao Cheng
9ff772a90d
[ci skip] Remove legacy documentation about hs_init (#644) 2020-05-12 15:48:03 +02:00
Shao Cheng
70620a1ab5
Toolchain upgrade (#631) 2020-05-03 19:55:13 +02:00
George Karachalias
26c84c2348
Fix some typos in docs (#612) 2020-04-24 18:00:46 +02:00
George Karachalias
acb1108e83
[ci skip] Stay mostly under 80 columns (#611) 2020-04-24 12:48:38 +02:00
Shao Cheng
80bcbcd902
Remove IO from types of ByteString/JSUint8Array conversion functions (#599) 2020-04-20 19:54:38 +02:00
Shao Cheng
cd66be47b9
Run profiled build on CI (#594) 2020-04-20 10:31:30 +02:00
Shao Cheng
6ce39f4002
Migrate most of CI logic from CircleCI to BuildKite (#588) 2020-04-17 11:39:29 +02:00
Shao Cheng
ddb3794972
Improve the hacking guide, .ghcid (#582) 2020-04-15 11:41:40 +02:00
Shao Cheng
f2ceb38911
Update the documentation (#523) 2020-04-03 05:43:04 +02:00
Shao Cheng
d515fa6a8b
Change JSFFI import syntax (#497) 2020-03-18 22:01:57 +01:00
Shao Cheng
b705c37a25
Partial Template Haskell support (#297) 2019-10-10 19:11:14 +08:00
Shao Cheng
5cbaeab79c Status report 190916 2019-09-16 13:47:49 +08:00
Sylvain Henry
cb548d79cf Add pipeline overview (#275) 2019-09-11 20:15:18 +08:00
Shao Cheng
bb259b41d5 Status report 190910 2019-09-10 00:37:13 +08:00
Shao Cheng
ee73f1f7d6 Correct link in custom-ghc.md 2019-09-10 00:07:56 +08:00
Shao Cheng
3f116cb252 Status report 190904 2019-09-04 12:46:59 +08:00
Shao Cheng
599d594f5a Bump deps & provide more ghc bindist variants in stack.yaml 2019-09-04 12:39:02 +08:00
Shao Cheng
4111947209 Weekly report 190819 & update jsffi docs 2019-08-19 17:59:44 +08:00
Shao Cheng
3c953b0a93 Weekly report 190813 2019-08-13 18:57:20 +08:00
Shao Cheng
7ce69cd016 Update JSFFI docs 2019-08-13 18:47:06 +08:00
Shao Cheng
46ea9f685b
Misc updates (#243) 2019-08-11 22:45:33 +08:00
Shao Cheng
20397c378e Weekly report 190806. Long time no see.. 2019-08-06 16:27:31 +08:00
Shao Cheng
262c96d4de
Use sphinx to build docs; set up netlify deployment (#217) 2019-07-09 19:55:43 +08:00
Shao Cheng
6b9b03e366 Asyncify the rts api (#190) 2019-06-20 18:30:08 +02:00
Shao Cheng
74867217f5 Weekly report 190526 2019-05-27 00:04:06 +08:00
Shao Cheng
6140dd9cfa
Remove "sync mode" (#142) 2019-05-25 16:28:37 +08:00
Shao Cheng
643b736a0a
Add a part of ghc testsuite as a unit test (#132) 2019-05-22 16:46:56 +08:00
Siddharth Bhat
ba777ab6af Update docs about running validating circleCI Config 2019-05-20 18:23:52 +02:00
Siddharth Bhat
2d54d4bca4 added circleci local build debugging instructions to HACKING.md 2019-05-20 18:23:52 +02:00
Shao Cheng
777d36ea1a Weekly report 190520 2019-05-20 16:05:13 +08:00
Shao Cheng
6387dcf397
Update wabt (#120) 2019-05-15 12:36:44 +08:00
Siddharth
a89fd8502a
Add some instructions on how to add a test case 2019-05-14 17:26:50 +02:00
Shao Cheng
30101af541 Fix a silly typo 2019-05-14 20:51:15 +08:00
Shao Cheng
035f971c55 Add a hacking guide 2019-05-14 20:45:02 +08:00
Shao Cheng
e01a6d2d36
JSRun implementation (#113) 2019-05-13 09:28:32 +08:00
Shao Cheng
6c15ad0ebd Weekly report 190506 2019-05-06 16:31:22 +08:00
Shao Cheng
48f7de6fba Weekly report 190415 2019-04-15 17:05:37 +08:00
Shao Cheng
08b2c1a284 Weekly report 190408 2019-04-08 16:47:46 +08:00
Yuji Yamamoto
9ea5c51df9 📝 Fix: FFI_JSREF -> FFI_JSVAL (#101) 2019-04-07 21:12:35 +08:00
Shao Cheng
8beb65c0f4 Weekly report 190401 2019-04-01 15:54:21 +08:00
Shao Cheng
831b6079dc Weekly report 190325 2019-03-25 16:01:20 +08:00
Shao Cheng
25fdd6e2de
Change Cmm function sigs to [] -> [] and implement tail call opcodes (#95) 2019-03-21 22:05:00 +08:00
Shao Cheng
6e2a9fbe9d
Make dead code elimination optional (#93) 2019-03-20 14:29:45 +08:00
Shao Cheng
0700f98d8c Weekly report 190318 2019-03-18 16:01:20 +08:00
Shao Cheng
7365572dd1
Add script/doc about using experimental nodejs build (#92) 2019-03-17 14:24:24 +08:00
Shao Cheng
732aec2c36 Weekly report 190310 2019-03-10 07:19:30 +08:00
Shao Cheng
6e117c7736
Make linker faster, combining work in #82 #83 (#84) 2019-03-06 01:56:34 +08:00
Shao Cheng
f7974f9430 Weekly report 190304 2019-03-04 04:34:27 +08:00
Shao Cheng
bb3ff64f68 Check in missing cabal support documentation 2019-02-23 17:40:58 +08:00
Shao Cheng
6a692bfb5c
Prune the legacy "vault" feature (#77) 2019-02-23 17:39:10 +08:00