Commit Graph

69 Commits

Author SHA1 Message Date
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
fbb711b2ca Merge remote-tracking branch 'origin/trunk' into specialize-lowlevel 2021-05-24 15:11:40 +02: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
175115ee4e Have examples with zig hosts use roc_alloc etc 2021-05-23 23:46:09 -04:00
Richard Feldman
7a408e44da s/Pkg-Config/Package-Config/g 2021-05-22 15:29:18 -04: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
1ac66a8fee attempt to make examples more generic 2021-05-05 16:00:30 +02:00
Folkert
7b3fa2b57b we can import aliases now! 2021-04-25 17:44:09 +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
Folkert
3c78fae8dc add putInt to the benchmark platform 2021-03-30 22:59:03 +02:00
Folkert
ce435c9437 make zig show runtime errors thrown by roc 2021-03-23 22:01:46 +01:00
Folkert
eef1cb2a69 use multi-backpassing in base64 example 2021-03-19 00:27:34 +01:00
Richard Feldman
1f29fc4358
Merge branch 'trunk' into singleton-to-single 2021-03-15 00:42:59 -04:00
Richard Feldman
ce6969d31f Only do the compiler_rt workaround on macOS 2021-03-14 22:31:32 -04:00
Richard Feldman
58cf08349e Don't check in binaries in examples 2021-03-14 22:31:32 -04:00
Chadtech
7d78de110b Added comptime import compiler_rt to several host.zig files 2021-03-14 22:31:32 -04:00
Chadtech
b22672fb0e Changed singleton to single 2021-03-14 21:57:10 -04:00
Eric Henry
7354f0e8ea final test fix 2021-03-13 08:31:48 -05:00
Folkert
145aec8d78 fix logic 2021-03-03 22:39:09 +01:00
Folkert
d6499e5fa2 formatting 2021-03-03 22:37:44 +01:00
Folkert
76c9a15e37 refactor base64 example 2021-03-03 22:30:51 +01:00
Folkert
aca50dbd7c fully test closure things 2021-03-03 00:09:41 +01:00
Folkert
553e7145e5 start on bytes encode 2021-03-02 15:29:42 +01:00
Folkert
469bbae2f1 make type aliases unqualified importable 2021-03-02 14:48:44 +01:00
Folkert
3537fa57d2 decrement when the input is invalid utf8 2021-02-24 21:46:58 +01:00
Folkert
a6edc58323 make fromUtf8 do RC 2021-02-24 21:25:14 +01:00
Folkert
17a44aab02 fix whitespace 2021-02-24 16:40:56 +01:00
Folkert
aff8266f0f move astar test 2021-02-24 16:40:46 +01:00
Folkert
1c1c53ba95 flip map argument order 2021-02-24 16:38:49 +01:00
Folkert
c4972f45ba bit shift tests 2021-02-21 21:12:47 +01:00
Folkert
86cf7cd983 move file 2021-02-21 20:52:06 +01:00
Folkert
ad96d1ae24 trim comment 2021-02-21 20:45:26 +01:00
Folkert
e218279f42 add example files 2021-02-21 19:54:32 +01:00
Folkert
0f5500b564 add Quicksort.roc for use in AStar 2021-02-20 16:46:20 +01:00
Folkert
b60421c13f add Closure.roc 2021-02-19 23:01:27 +01:00
Folkert
ff20ab76ce put closure tests into one file 2021-02-19 21:29:33 +01:00
Folkert
9cfadb1b5a modify example code 2021-02-19 17:07:27 +01:00
Folkert
d29b8764f0 List.repeat in zig 2021-02-18 23:39:50 +01:00
Folkert
32bba5206a Merge remote-tracking branch 'origin/specialize-owned' into dict-more 2021-02-18 22:42:17 +01:00
Folkert
34007651ac fix Closure3 2021-02-18 20:27:37 +01:00
Folkert
0d64d5ac1b wrap by-pointer functions so they own all arguments 2021-02-18 19:11:02 +01:00
Richard Feldman
fe98229aa3
Merge branch 'trunk' into dict-more 2021-02-17 23:47:13 -05:00
Folkert
3be7df1cac fix tests 2021-02-17 22:56:37 +01:00
Folkert
b2e96be736 add closure tests 2021-02-16 23:20:30 +01:00
Folkert
3e39255769 move test 2021-02-16 23:13:49 +01:00
Folkert
3b267392b3 make closure borrowed example work 2021-02-16 15:44:27 +01:00