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 |
|
Chadtech
|
a6ec5284df
|
Merge branch 'trunk' of github.com:rtfeldman/roc into docs-parse-code-blocks
|
2021-09-11 13:26:55 -04:00 |
|
Anton-4
|
498fe1c76c
|
don't show input ignored on Cmd+S
|
2021-09-11 19:21:34 +02: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 |
|
Anton-4
|
0ee17eae2a
|
fixed some Blank test TODO's
|
2021-09-11 15:07:32 +02:00 |
|
Folkert
|
cf5bb7ae6e
|
cleanup
|
2021-09-11 13:56:06 +02:00 |
|
Anton-4
|
7416cf5186
|
fix typo, only check typos in spellcheck step
|
2021-09-11 13:46:15 +02:00 |
|
Anton-4
|
7333aaeaf2
|
allowed drawing rects and text in multiple layers
|
2021-09-11 12:50:37 +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 |
|
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 de Vries
|
575aaa1f0b
|
Merge pull request #1682 from rtfeldman/gen_wasm_join
joinpoints for the wasm backend
|
2021-09-10 16:23:34 +02:00 |
|
Folkert
|
1d8a475ac6
|
un-pub function
|
2021-09-10 16:06:14 +02:00 |
|
Folkert
|
34a88c228f
|
fix another typo
|
2021-09-10 15:49:18 +02:00 |
|
Folkert
|
05ef6fdeb7
|
simplify
|
2021-09-10 15:47:16 +02:00 |
|
Folkert
|
3a83b0c415
|
fix typo
|
2021-09-10 15:44:11 +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 |
|
Folkert
|
e3b3206286
|
sorting comment
|
2021-09-10 14:15:37 +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
|
3750b154ca
|
cleanup
|
2021-09-10 13:52:33 +02:00 |
|
Folkert
|
7290ef7f98
|
rename
|
2021-09-10 13:19:18 +02:00 |
|
Folkert
|
daf0a0e02b
|
Merge remote-tracking branch 'origin/trunk' into gen_wasm_join
|
2021-09-10 13:16:46 +02:00 |
|
Folkert de Vries
|
282c9d8f17
|
Merge pull request #1678 from rtfeldman/gen_wasm_switch
implement switch for the gen wasm backend
|
2021-09-10 12:38:08 +02:00 |
|
Anton-4
|
35ca4c7723
|
Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value
|
2021-09-10 12:10:50 +02:00 |
|
Anton-4
|
f1af9df70b
|
applied Folkert's fix
|
2021-09-10 12:04:07 +02:00 |
|
Folkert
|
1496ee2e70
|
use zig allocator, not libc, in host
|
2021-09-10 10:15:41 +02:00 |
|
Folkert
|
fc15004714
|
fix C abi issues in exposed main (quicksort platform)
|
2021-09-10 10:15:01 +02:00 |
|
Folkert
|
c2165ec0a4
|
bundle wasi-libc.a
|
2021-09-10 10:13:16 +02:00 |
|
Folkert
|
1d1d71be1d
|
Exit(0) is success when running wasm executables
|
2021-09-10 09:50:13 +02:00 |
|