Commit Graph

9853 Commits

Author SHA1 Message Date
Brendan Hansknecht
e96291e9a7 Enable rebuilding hosts into a dynamic executable 2021-09-14 21:59:15 -07:00
Brendan Hansknecht
7297e969bd Fix cargo debug build 2021-09-14 17:30:26 -07:00
Brendan Hansknecht
0ef9498a69 Rebuild hosts in a separate thread and only optimize when specified 2021-09-14 14:46:03 -07:00
Richard Feldman
22722a3cf4
Merge pull request #1692 from rtfeldman/report_problems
Extract program::report_problems
2021-09-14 08:26:57 -04:00
Folkert
de959d3ad3 recurse on lambda set in wasm backend 2021-09-14 13:30:19 +02:00
Richard Feldman
d6057eafb4 clippy 2021-09-13 20:06:38 -04:00
Richard Feldman
b16faae0a2 Fix gen_wasm exhaustiveness error 2021-09-13 20:02:34 -04:00
Richard Feldman
2cf551a634 Extract program::report_problems 2021-09-13 19:51:38 -04:00
Richard Feldman
f619932255
Merge pull request #1699 from rtfeldman/effect-after
Fix closures only monomorphizing once
2021-09-13 19:50:50 -04:00
Brian Carroll
b18567f0cc
Merge pull request #1698 from rtfeldman/gen_wasm_test_wrapper
Support more types in Wasm backend tests
2021-09-13 23:16:36 +02:00
Folkert
52d36cbe72 fix closure weirdness (skipping or infinite looping) 2021-09-13 22:50:48 +02:00
Brian Carroll
cfef0f0f47 Add clarifying comments based on PR feedback 2021-09-13 22:42:04 +02:00
Brian Carroll
c47c3ccf58 Clippy fix 2021-09-13 17:30:13 +02:00
Brian Carroll
0b0674368a Merge branch 'trunk' of github.com:rtfeldman/roc into gen_wasm_test_wrapper 2021-09-13 17:01:58 +02:00
Brian Carroll
408c31ebcc Tests for different bitwidth integers 2021-09-13 17:01:06 +02:00
Richard Feldman
7d28bebda2
Merge pull request #1696 from rtfeldman/time-flag
Add explicit flag to emit timing information separate from debug info
2021-09-13 08:02:25 -04:00
Brian Carroll
8407e8ad4c Merge branch 'trunk' of github.com:rtfeldman/roc into gen_wasm_test_wrapper 2021-09-12 23:33:01 +02:00
Brian Carroll
df73a4d80e rename wasm test modules 2021-09-12 23:24:04 +02:00
Brian Carroll
35c5b6bc4e Tests passing with generic native/wasm interface 2021-09-12 23:23:43 +02:00
Brendan Hansknecht
e948fcb944 Allow extra argument with clippy 2021-09-12 13:47:47 -07:00
Brendan Hansknecht
6e4a4f5a03 Add explicit flag to emit timing information separate from debug info 2021-09-12 12:10:48 -07:00
Richard Feldman
c80534d03b
Merge pull request #1694 from rtfeldman/wasm-layout-fix
Wasm layout fix
2021-09-12 11:56:26 -04:00
Brendan Hansknecht
7974301fd5
Merge pull request #1683 from rtfeldman/linker
Linker
2021-09-12 08:53:43 -07:00
Folkert
350891468a add LambdaSet layout variant 2021-09-12 17:00:09 +02:00
Richard Feldman
e00c8b6837 Update effects example to reproduce bug 2021-09-12 10:17:56 -04:00
Richard Feldman
fb719e83d9
Merge pull request #1691 from rtfeldman/libxkbcommon-1
Add libxkbcommon to BUILDING_FROM_SOURCE
2021-09-12 08:33:23 -04:00
Folkert
c0cfd6ac16 make conversion a cast again 2021-09-12 14:28:44 +02:00
Folkert
0b893eb972 remove alignment bump again 2021-09-12 14:01:41 +02:00
Brendan Hansknecht
89317f5573 Cargo.lock update 2021-09-11 22:56:40 -07:00
Brendan Hansknecht
1d23f4c0d2 Merge branch 'trunk' into linker 2021-09-11 22:55:07 -07:00
Brendan Hansknecht
7df5af246e Update nested if to better structure 2021-09-11 22:54:05 -07:00
Brendan Hansknecht
f6ca8048da
Apply suggestions from code review
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
2021-09-11 22:44:39 -07:00
Richard Feldman
749093f992 Add libxkbcommon to shell.nix 2021-09-12 00:10:30 -04:00
Richard Feldman
9a12ad5dc8
Add libxkbcommon to BUILDING_FROM_SOURCE 2021-09-12 00:09:37 -04:00
Richard Feldman
d09faad2c1
Merge pull request #1690 from rtfeldman/mimalloc
Change the default roc allocator to mimalloc
2021-09-11 22:52:33 -04:00
Brendan Hansknecht
2aac530327 Change the default roc allocator to mimalloc 2021-09-11 19:02:15 -07:00
Richard Feldman
2d4ae4149f
Merge pull request #1688 from rtfeldman/fix-total-problems
Fix total_problems calculation
2021-09-11 17:46:02 -04:00
Richard Feldman
fc1be5d90b Fix total_problems calculation 2021-09-11 16:34:30 -04:00
Richard Feldman
0dd1395331
Merge pull request #1686 from rtfeldman/refcounting-cleanup
Refcounting cleanup
2021-09-11 13:33:36 -04:00
Richard Feldman
2ccb4f768a
Merge pull request #1685 from rtfeldman/quicksort-wasm
Platform fixes for Wasm
2021-09-11 13:32:03 -04:00
Brian Carroll
8b73b98622 Code gen full test wrapper from body 2021-09-11 16:56:00 +01:00
Brian Carroll
086f13ef5a Rename test code gen menthod to build_wrapper_body 2021-09-11 16:55:20 +01:00
Folkert
8015edccf8 use freestanding as wasm32 builtins target 2021-09-11 15:40:35 +02:00
Folkert
820750ca26 Merge remote-tracking branch 'origin/trunk' into refcounting-cleanup 2021-09-11 15:12:59 +02:00
Folkert
cf5bb7ae6e cleanup 2021-09-11 13:56:06 +02:00
Brian Carroll
f0a7b4a46a Stack grows downward by convention, not upward 2021-09-11 11:44:49 +01:00
Brian Carroll
e8a36fc9b6 Readme updates 2021-09-11 11:44:48 +01:00
Brian Carroll
83150d2c7e Test helper trait to generate test wrapper code 2021-09-11 11:44:43 +01:00
Brian Carroll
b21155f60b Move some constants from backend to lib 2021-09-11 10:20:32 +01:00
Brian Carroll
042b175d89 More comprehensive WasmLayout 2021-09-11 10:20:27 +01:00