Commit graph

238 commits

Author SHA1 Message Date
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
Folkert
13b2c23c01 working AStar 2021-02-15 21:34:55 +01:00
Folkert
35e1e94a94 implement Set.walk 2021-02-15 01:49:25 +01:00
Folkert
cbe91abcc2 add astar example 2021-02-14 18:44:44 +01:00
Folkert
ec8d5b4020 remove dated closure example 2021-02-11 15:34:07 +01:00
Folkert
a392ef2419 set the refcount of the input 2021-02-10 22:37:40 +01:00
Folkert
802f821782 update Task example 2021-02-06 22:25:05 +01:00
Folkert
a79a9ea253 use the compiler's str.zig from platforms 2021-01-31 23:11:02 +01:00
Folkert
08338c6cc0 use zig platform for quicksort 2021-01-31 17:08:13 +01:00
Folkert
b434bef1d3 use a zig platform for hello-world 2021-01-31 16:33:08 +01:00
Folkert
02d6e276cf update configs 2021-01-31 15:59:47 +01:00
Folkert
2c70623551 qualify the Effects module 2021-01-31 14:41:31 +01:00
Folkert
53afa3c3fc parse a shortname prefix before Effects 2021-01-31 13:43:19 +01:00
Folkert
4bd9d417d1 add stdin support for cli tests (currently unused) 2021-01-29 00:13:09 +01:00
Folkert
badce47838 rename so names are unique in benchmarks 2021-01-28 15:33:11 +01:00
Folkert
7731ab38d1 update tests 2021-01-21 22:41:47 +01:00
Folkert
4e6aac760a cleanup benchmarks platform 2021-01-21 20:23:47 +01:00
Folkert
3bc5d50a44 size down benchmark computation load 2021-01-20 22:33:20 +01:00
Folkert
5ec354229a refactor recursive tag refcounting 2021-01-20 22:19:12 +01:00
Folkert
1c427f7a96 add rbtree-ck benchmark 2021-01-20 16:32:17 +01:00
Folkert
c889b34433 use string interpolation 2021-01-19 20:22:08 +01:00
Folkert
6f9bd80dbf add rbtree insert benchmark 2021-01-19 16:45:02 +01:00
Richard Feldman
55d2586316
Merge pull request #916 from rtfeldman/switch-fix
Switch fix
2021-01-19 00:52:34 -05:00
Folkert
dffba3226e ignore more files in the examples 2021-01-19 03:05:22 +01:00
Folkert
ae27cc6c0b display runtime on stderr 2021-01-19 02:57:23 +01:00
Folkert
56558f775e add deriv example 2021-01-19 00:03:22 +01:00
Folkert
fe1b153a55 remove unneeded file 2021-01-18 23:41:00 +01:00
Folkert
424c76d48d add benchmarks example 2021-01-18 22:16:02 +01:00
Folkert
1a3a730e23 move example files 2021-01-18 22:08:08 +01:00
Folkert
cb0c5ef751 make bitcast more descriptive 2021-01-18 22:06:14 +01:00
Folkert
31bf658b20 add todo comment 2021-01-18 02:00:05 +01:00
Folkert
c136bed955 add and test nqueens and cfold 2021-01-18 01:59:38 +01:00
Folkert
2166ba6703 more restoring 2021-01-17 02:42:36 +01:00
Folkert
a12f6766db restore Hello.roc 2021-01-17 02:39:57 +01:00
Brendan Hansknecht
2561620c18 Merge remote-tracking branch 'origin/trunk' into dev-backend 2021-01-16 17:09:56 -08:00
Folkert
345ecd434b working is_empty (without RC) 2021-01-15 15:05:39 +01:00
Folkert
e15fbb70b8 use newer RocStr api 2021-01-14 23:48:45 +01:00
Folkert
c5d3aae878 add nqueens example 2021-01-14 23:46:50 +01:00
rvcas
565cf21e1e fix(tests): need to adjust tests after changing builtin function types 2021-01-05 09:18:24 -05:00
rvcas
27cfd4d7ad more test fixes 2021-01-04 15:18:49 -05:00
Folkert
29e726591f make empty tag union compile 2020-12-27 01:01:18 +01:00