Commit graph

4822 commits

Author SHA1 Message Date
Folkert
cf5bb7ae6e cleanup 2021-09-11 13:56:06 +02:00
Folkert
eeb3c26e16 decref for dict/set 2021-09-10 22:31:39 +02:00
Folkert
cd9b32ba65 fix list decref 2021-09-10 21:53:57 +02:00
Folkert
5e68d31afc expose decref_pointer_check_NULL 2021-09-10 20:42:25 +02:00
Folkert
ac75badbe4 refactor 2021-09-10 20:08:05 +02:00
Folkert
1d8a475ac6 un-pub function 2021-09-10 16:06:14 +02:00
Folkert
05ef6fdeb7 simplify 2021-09-10 15:47:16 +02:00
Folkert
770c8352e3 refactor 2021-09-10 15:29:28 +02:00
Folkert
7627e15266 remove dead code 2021-09-10 14:58:27 +02:00
Richard Feldman
e90bf1704e
Merge pull request #1679 from rtfeldman/single-record-update
Single record update
2021-09-10 07:56:36 -04:00
Folkert de Vries
001e94a071
Merge branch 'trunk' into single-record-update 2021-09-09 12:12:41 +02:00
Folkert
05469d5ae5 Merge remote-tracking branch 'origin/trunk' into gen_wasm_switch 2021-09-09 10:19:46 +02:00
Richard Feldman
edd7254f43
Merge branch 'trunk' into wasm-base64 2021-09-08 18:20:39 -04:00
Brian Carroll
f822251c65 Fix rust-fmt 2021-09-08 20:38:27 +01:00
Brian Carroll
57a30b8e9e Get rid of duplicated eval helper file 2021-09-08 20:16:59 +01:00
Folkert
bdd07b0968 special-case properly 2021-09-08 13:10:44 +02:00
Folkert
0d1cc3844e don't special-case a single element record any more in updates 2021-09-08 12:59:38 +02:00
Folkert
480cdea82c comment out record tests 2021-09-08 00:57:59 +02:00
Folkert
1da32f18e5 implement switch for the gen wasm backend 2021-09-08 00:00:36 +02:00
Brian Carroll
7825c0c007 Merge branch 'gen_wasm' of github.com:rtfeldman/roc into gen_wasm 2021-09-07 21:37:29 +01:00
Folkert
c888baccff rename layout -> return_layout 2021-09-07 20:55:05 +02:00
Folkert
4c8ac253e4 fix typo 2021-09-07 17:45:10 +02:00
Folkert
afd7553e7a enable F64 2021-09-07 17:42:31 +02:00
Folkert
e316bfca72 make mut 2021-09-07 16:48:11 +02:00
Folkert
28c608e692 remove duplication of FromWasm32Memory 2021-09-07 16:47:10 +02:00
Folkert
f4379673b4 Merge remote-tracking branch 'origin/trunk' into gen_wasm 2021-09-07 16:45:57 +02:00
Folkert de Vries
53b5275eb2
Merge branch 'trunk' into wasm-base64 2021-09-07 13:11:46 +02:00
Brian Carroll
8c7efea506 Merge branch 'trunk' of github.com:rtfeldman/roc into gen_wasm 2021-09-07 09:03:56 +01:00
Brian Carroll
edf39be4c9 Prepare to pull from trunk 2021-09-07 09:02:17 +01:00
Brian Carroll
ba0826cbfd First three tests passing with Wasm dev backend!
Only i64 values. Next step is generalising to all types.
2021-09-07 08:03:41 +01:00
Brian Carroll
e90588d156 Notes on control flow, binaryen, and optimisation 2021-09-06 22:40:46 +01:00
Folkert
ea9b23cda8 start using zig9 as the name for trunk zig 2021-09-06 22:25:35 +02:00
Folkert
3fb6736f7c clarify comment 2021-09-06 22:23:23 +02:00
Folkert
0865826364 Merge remote-tracking branch 'origin/trunk' into wasm-base64 2021-09-06 22:17:52 +02:00
Brian Carroll
ec9b60368f Add plan and linking info to readme, and highlight control flow stuff 2021-09-06 08:55:09 +01:00
Brendan Hansknecht
4487e1a3bf Fix merge tabbing bug and make clippy happy 2021-09-05 21:41:09 -07:00
Brendan Hansknecht
08aa3d31d4
Merge branch 'trunk' into gen-dev/mem 2021-09-05 21:31:05 -07:00
Brendan Hansknecht
0696044a5c Update dev backend to allow reusing stack space and using less memory 2021-09-05 21:21:44 -07:00
Brendan Hansknecht
05bea50730 Fix freeing of float registers 2021-09-05 21:18:32 -07:00
Richard Feldman
fd7c267ddb
Merge pull request #1675 from rtfeldman/list-literals
List literals in globals
2021-09-05 23:02:31 -04:00
Richard Feldman
ebd47a4113
Merge pull request #1674 from rtfeldman/from-wasm32-memory
From wasm32 memory
2021-09-05 22:19:20 -04:00
Folkert
05f56a34c7 cleanup 2021-09-05 21:23:08 +02:00
Folkert
6201ac5e6b if all constants, store list + refcount in constants section 2021-09-05 21:23:08 +02:00
Folkert
da966ed506 store integer lists in the constants section 2021-09-05 21:23:08 +02:00
Folkert
12bc34f451 clippy 2021-09-05 21:23:08 +02:00
Folkert
b97c2d5d84 store literals in lists directly 2021-09-05 21:23:08 +02:00
Folkert
8e7aef314a add ListLiteralElement 2021-09-05 21:23:08 +02:00
Brian Carroll
545fef307e More Wasm info in README 2021-09-05 18:16:34 +01:00
Folkert
dbee9dd0ce cleanup 2021-09-05 14:19:21 +02:00
Folkert
71ce267f59 debug_assert 2021-09-05 14:10:13 +02:00