Richard Feldman
|
414bad5b28
|
Delete executable that was accidentally checked in
|
2021-11-19 09:06:55 -05:00 |
|
Richard Feldman
|
1bfbd36662
|
Delete binary that was accidentally checked in
|
2021-11-19 08:52:45 -05:00 |
|
Richard Feldman
|
ef7052540f
|
Delete binary that was accidentally checked in
|
2021-11-19 08:52:34 -05:00 |
|
Nathan Bleigh
|
2dd86b1f18
|
Updates zig9 to zig
Referenced in https://github.com/rtfeldman/roc/pull/1905
|
2021-11-09 21:18:18 -06:00 |
|
Kevin Sjöberg
|
f6d055dc62
|
Correct minor spelling mistakes
|
2021-11-06 15:29:08 +01:00 |
|
Kevin Sjöberg
|
fa8f0bfae2
|
Ensure we return 0 in main
|
2021-11-03 19:45:43 +01:00 |
|
Folkert de Vries
|
416a143a7d
|
Merge branch 'trunk' into shritesh/hello-swift
|
2021-11-03 12:12:42 +01:00 |
|
Shritesh Bhattarai
|
d7262d4320
|
Add small RocStr support
|
2021-11-02 20:28:10 -04:00 |
|
Shritesh Bhattarai
|
bc63536938
|
A lot of todos but big RocStr works
|
2021-11-02 20:28:10 -04:00 |
|
Richard Feldman
|
ac42470c81
|
Drop unused libc deps
|
2021-11-02 19:37:38 -04:00 |
|
Richard Feldman
|
0bc3ff4ca5
|
Use std and core over libc where equivalent
|
2021-11-02 19:37:05 -04:00 |
|
Brendan Hansknecht
|
9798a27606
|
Merge branch 'trunk' into false-cleanup
|
2021-10-29 15:48:27 -07:00 |
|
Brendan Hansknecht
|
ecf22516fc
|
Switch to correct c ffi in false
|
2021-10-29 15:48:07 -07:00 |
|
Dan Knutson
|
6f7a26895a
|
handle small strings correctly
|
2021-10-25 20:22:37 -05:00 |
|
Brendan Hansknecht
|
056b10b36b
|
Merge branch 'trunk' into false-cleanup
|
2021-10-24 11:49:30 -07:00 |
|
Brendan Hansknecht
|
8f3254bee0
|
Stop dropping filename
|
2021-10-24 11:19:20 -07:00 |
|
Folkert
|
da3787feb8
|
Merge remote-tracking branch 'origin/trunk' into remove-call-result-again
|
2021-10-22 12:57:36 +02:00 |
|
Folkert
|
83de4b55ef
|
remove another instance of RocCallResult
|
2021-10-22 12:26:04 +02:00 |
|
Brendan Hansknecht
|
31651c6962
|
Fix minor typo
|
2021-10-21 20:21:20 -07:00 |
|
Folkert
|
0a12ce896f
|
Revert "make list inc/dec non-recursive (except when freeing the list)"
This reverts commit 19eadbfe70 .
|
2021-10-21 20:28:32 +02:00 |
|
Folkert
|
84950366b0
|
Merge remote-tracking branch 'origin/trunk' into false
|
2021-10-21 20:20:56 +02:00 |
|
Brendan Hansknecht
|
b4be6da3a4
|
Add cli test for false interpreter
|
2021-10-19 11:27:05 -07:00 |
|
Brendan Hansknecht
|
0ca6a3d723
|
Add readme to false interpreter
|
2021-10-19 11:15:37 -07:00 |
|
Brendan Hansknecht
|
fcbc4ef206
|
Clean up extra print outs
|
2021-10-19 09:33:16 -07:00 |
|
Brendan Hansknecht
|
ddef6ab0f8
|
Make happy again with trunk
|
2021-10-16 11:41:14 -07:00 |
|
Brendan Hansknecht
|
0d4ef43470
|
Merge branch 'trunk' into false
|
2021-10-16 11:23:59 -07:00 |
|
Folkert
|
19eadbfe70
|
make list inc/dec non-recursive (except when freeing the list)
|
2021-10-14 19:57:23 +02:00 |
|
Folkert
|
94e8c62613
|
make things compile, base64 has a memory leak
|
2021-10-06 22:57:11 +02:00 |
|
Richard Feldman
|
13a855f8dd
|
Fix Bytes in benchmarks
|
2021-10-05 21:08:11 -04:00 |
|
Richard Feldman
|
81b6160815
|
Fix List.walk in Base64.Encode
|
2021-10-05 20:58:48 -04:00 |
|
Brendan Hansknecht
|
200e823ae6
|
Switch to List.dropAt
|
2021-10-05 14:15:53 -07:00 |
|
Brendan Hansknecht
|
86699eda90
|
Merge branch 'trunk' into false
|
2021-10-05 13:23:31 -07:00 |
|
Brendan Hansknecht
|
75eccf5bac
|
Switch loading file chunks to list of bytes instead of string
|
2021-10-03 14:56:09 -07:00 |
|
Brendan Hansknecht
|
3943ff9ffd
|
remove giant log file
|
2021-10-02 19:51:16 -07:00 |
|
Brendan Hansknecht
|
21d978bab8
|
Switch to 32bit number representation and fix cksum
|
2021-10-02 19:50:18 -07:00 |
|
Brendan Hansknecht
|
9920d5e6b8
|
Rewrite interpreter into state machine to reduce nested lambda calls
|
2021-10-02 15:35:24 -07:00 |
|
Brendan Hansknecht
|
88069b679a
|
Fix withOpen
|
2021-10-02 10:40:16 -07:00 |
|
Brendan Hansknecht
|
f412ffd2d0
|
Remove '*'s and make error union nice
|
2021-10-02 10:22:32 -07:00 |
|
Brendan Hansknecht
|
e7cba9fb88
|
Switch to custom cksum script from old crc32. use constants to make it faster
|
2021-09-30 22:08:14 -07:00 |
|
Brendan Hansknecht
|
157a04d1ac
|
Fix bug and comment more on the pains of recursion
|
2021-09-29 21:05:36 -07:00 |
|
Brendan Hansknecht
|
414f3a0438
|
Add info about stack overflows
|
2021-09-29 18:59:49 -07:00 |
|
Brendan Hansknecht
|
0cd288f623
|
Add false lang interpreter example
|
2021-09-29 16:01:54 -07:00 |
|
Brendan Hansknecht
|
d9e28ed4b1
|
Merge branch 'trunk' into test-linker
|
2021-09-25 12:21:05 -07:00 |
|
Brendan Hansknecht
|
e6c137889a
|
Just disable gc-sections with surgical linker for rust hosts for now
|
2021-09-25 12:19:56 -07:00 |
|
Folkert
|
a6bc37ecca
|
handle small strings
|
2021-09-25 15:16:17 +02:00 |
|
Folkert
|
45d3438b3d
|
Merge remote-tracking branch 'origin/trunk' into hello-web
|
2021-09-25 14:59:27 +02:00 |
|
Brendan Hansknecht
|
411ed58eec
|
Fix rust host with surgical linking
|
2021-09-24 21:37:58 -07:00 |
|
Brendan Hansknecht
|
eae8a2ea37
|
Add surgical linker to cli_run tests that don't use rust
|
2021-09-24 13:43:00 -07:00 |
|
Folkert
|
45774df2db
|
fix hello-web platform
|
2021-09-24 10:00:33 +02:00 |
|
Brendan Hansknecht
|
7d1b88b3fb
|
Merge branch 'trunk' into integrate-linker
|
2021-09-23 21:12:40 -07:00 |
|