Commit graph

338 commits

Author SHA1 Message Date
Folkert
9bbed89e6a speed up cfold 2021-05-26 20:24:31 +02:00
Richard Feldman
c8018a12fc
Merge pull request #1326 from rtfeldman/zig-list-set
Zig list set
2021-05-25 07:03:35 -04:00
Folkert
db9edda98b fix problem, host was not updated 2021-05-25 09:13:10 +02:00
Folkert de Vries
5724f82667
Merge branch 'trunk' into zig-list-set 2021-05-25 09:05:18 +02:00
Richard Feldman
a72af28004 Fix custom-malloc example 2021-05-24 21:55:56 -04:00
Richard Feldman
0b3715ebee Rearrange arg order for roc_alloc etc 2021-05-24 21:01:12 -04:00
Richard Feldman
7d7588ca19 Merge remote-tracking branch 'origin/trunk' into roc_alloc 2021-05-24 20:10:26 -04:00
Folkert
aa97abcdea prevent decrement in quicksort 2021-05-24 19:42:33 +02:00
Folkert
91b49ecf98 Merge remote-tracking branch 'origin/roc_alloc' into zig-list-set 2021-05-24 18:25:18 +02:00
Folkert
d620005cf3 Merge remote-tracking branch 'origin/trunk' into zig-list-set 2021-05-24 18:24:22 +02:00
Folkert de Vries
513a624d28
Merge branch 'trunk' into roc_alloc 2021-05-24 18:22:47 +02:00
Folkert
fbb711b2ca Merge remote-tracking branch 'origin/trunk' into specialize-lowlevel 2021-05-24 15:11:40 +02:00
Richard Feldman
b60988d63e
Merge branch 'trunk' into morphic-lib 2021-05-24 07:18:59 -04:00
Richard Feldman
18df7fd24f Make alignment be a u32 2021-05-23 23:46:09 -04:00
Richard Feldman
24e22bc31b Have roc_alloc return a nullable pointer 2021-05-23 23:46:09 -04:00
Richard Feldman
c89d022242 Fix custom-malloc example 2021-05-23 23:46:09 -04:00
Richard Feldman
9474e6c262 Drop some obsolete stuff 2021-05-23 23:46:09 -04:00
Richard Feldman
bfd8187d97 Try to specify roc_alloc etc in example Rust hosts
...but they're all broken for other reasons, so who knows
if it actually worked?
2021-05-23 23:46:09 -04:00
Richard Feldman
175115ee4e Have examples with zig hosts use roc_alloc etc 2021-05-23 23:46:09 -04:00
Richard Feldman
3ea991f5a3 Fix typo in comment 2021-05-23 23:46:09 -04:00
Folkert
2e8a246095 Merge remote-tracking branch 'origin/trunk' into zig-list-set 2021-05-23 16:28:20 +02:00
Folkert
40c405c67b don't generate code for decrement in Quicksort 2021-05-23 16:22:43 +02:00
Richard Feldman
7a408e44da s/Pkg-Config/Package-Config/g 2021-05-22 15:29:18 -04:00
Folkert
180d162b13 Revert "update hosts"
This reverts commit 0bcedb53a3.
2021-05-15 00:33:11 +02:00
Folkert
0bcedb53a3 update hosts 2021-05-15 00:32:42 +02:00
Folkert
8f95647c00 fix host.zig 2021-05-14 23:34:24 +02:00
Folkert
89ad21145b get scratchpad to run 2021-05-14 20:53:47 +02:00
Folkert
4e57b3b0d7 refactor quicksort example 2021-05-08 23:18:59 +02:00
Folkert
1ac66a8fee attempt to make examples more generic 2021-05-05 16:00:30 +02:00
Richard Feldman
5ca3423ade Fix custom free 2021-05-01 21:27:47 -04:00
Richard Feldman
3058cdd50a Add custom-malloc example 2021-05-01 20:59:56 -04:00
Folkert
7b3fa2b57b we can import aliases now! 2021-04-25 17:44:09 +02:00
Richard Feldman
0a50b0b488 Change license to UPL-1.0
Closes https://github.com/rtfeldman/roc/issues/1199
2021-04-21 19:18:44 -04:00
Richard Feldman
688216955e Drop extraneous printing in CLI example 2021-04-15 18:32:57 -04:00
Richard Feldman
b0748b47d8 Make Echo.roc example executable 2021-04-15 18:32:57 -04:00
Richard Feldman
da7dffe0e9 roc run passes through arguments and exit code 2021-04-15 18:32:57 -04:00
Folkert de Vries
3b23cda370
Merge branch 'trunk' into parse-platform-rigids 2021-04-14 22:04:18 +02:00
Folkert
c68cd2fb2d fix and test 2021-04-14 22:03:03 +02:00
Folkert
64bc92c746 basic parsing 2021-04-14 13:03:31 +02:00
Richard Feldman
4310bc2962
Merge branch 'trunk' into task_write_file 2021-04-13 08:37:34 -04:00
Folkert de Vries
2115994f4b
Merge branch 'trunk' into parse-expr-underscore 2021-04-12 20:52:01 +02:00
Folkert
791fda0270 update cli example 2021-04-12 20:49:48 +02:00
rvcas
f984cbad89 feat(examples): implement writeUtf8 2021-04-11 23:43:37 -04:00
Richard Feldman
f16d1619ea
Merge pull request #1175 from rtfeldman/task_file_adjustments
Use Str.fromUtf8 in Task example
2021-04-11 12:43:03 -04:00
Richard Feldman
792a18816a Update authors in Cargo.toml 2021-04-11 08:11:52 -04:00
rvcas
f65978d7d0 feat(examples): match on Err in Task example 2021-04-10 17:19:29 -04:00
rvcas
40251b5f28 fix(examples): Task example use Str.fromUtf8 2021-04-10 16:43:08 -04:00
Richard Feldman
a3c7dc494b Add HTTP error handling to CLI example 2021-04-06 22:45:04 -04:00
Richard Feldman
dba526bb3e Add Task.onFail and Task.attempt 2021-04-06 22:44:39 -04:00
Richard Feldman
4bb0852bd8 Add RocResult 2021-04-06 22:44:25 -04:00