Commit graph

489 commits

Author SHA1 Message Date
Richard Feldman
a7bed0fb32 Remove obsolete cli/examples/ 2021-04-05 20:16:39 -04:00
Folkert
ff3f231155 remove Mode from stdlib 2021-04-01 21:42:38 +02:00
Richard Feldman
50638d5c41 Address a panic warning 2021-03-26 08:45:34 -04:00
Chadtech
90b1c57f1f
Merge branch 'trunk' into generated-docs-folder 2021-03-25 00:28:31 -04:00
Chadtech
bf4b2b823f Put generated docs into generated-docs folder 2021-03-23 22:23:59 -04:00
Folkert
e3b65b1ce0 Merge remote-tracking branch 'origin/trunk' into import-builtin-mod 2021-03-23 15:40:27 +01:00
Folkert
589b579689 refactor 2021-03-23 14:31:35 +01:00
Richard Feldman
a8168a8022
Merge branch 'trunk' into repl-docs 2021-03-22 19:53:01 -04:00
Folkert
55cb780249 don't clone Layout 2021-03-22 14:08:48 +01:00
Chadtech
9f5ed5816b Cargo fmt 2021-03-22 01:31:23 -04:00
Chadtech
e38823b52a Delete commented out docs code 2021-03-22 00:54:07 -04:00
Chadtech
807250f3e3 Moved docs/src/main.rs to docs/src/lib.rs and imported it into the repl. Commented out doc code to avoid it deleting my entire roc project (which happened) 2021-03-21 22:37:39 -04:00
Folkert
e0c211081a remove update field from normal Record constructor 2021-03-20 16:49:14 +01:00
Richard Feldman
ba0f3be97b Report generated filename 2021-03-14 22:31:32 -04:00
Richard Feldman
6c124fdc14 Generate final executable in same dir as .roc file 2021-03-14 22:31:32 -04:00
Richard Feldman
978b3a901d Have --debug use .roc path for .ll and .bc 2021-03-14 22:31:32 -04:00
Richard Feldman
f6404d2ed5 Fix race condition in tempfile stuff 2021-03-14 22:31:32 -04:00
Richard Feldman
4023416c50 Don't use valgrind in macOS tests 2021-03-14 22:31:32 -04:00
Richard Feldman
2e865bf9b7 Tweak compilation success message 2021-03-14 22:31:32 -04:00
Richard Feldman
b97d387c38 Use tempfile for roc_app.o 2021-03-14 22:31:32 -04:00
Richard Feldman
ce6969d31f Only do the compiler_rt workaround on macOS 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
Eric Henry
3e4eb8d839 Clean up file and repl support for Num.maxI128 2021-03-12 17:48:55 -05:00
Anton-4
480666e4e3 removed unused dependencies using cargo-udeps #1036 2021-03-06 12:07:09 +01:00
Folkert
426dcc2561 adjust cli tests 2021-03-03 22:40:17 +01:00
Folkert de Vries
869d3d18d0
Merge branch 'trunk' into bytes 2021-02-26 12:14:52 +01:00
Richard Feldman
1222c9aeaa
Merge pull request #1028 from rtfeldman/parse-if-list
Improved error messages for list & if
2021-02-25 22:27:30 -05:00
Folkert
da089af4b9 Merge remote-tracking branch 'origin/trunk' into cli-run-non-app 2021-02-24 23:25:26 +01:00
Folkert
75ee81db88 fix base64 test output 2021-02-24 21:27:02 +01:00
Folkert
a6edc58323 make fromUtf8 do RC 2021-02-24 21:25:14 +01:00
Folkert
aff8266f0f move astar test 2021-02-24 16:40:46 +01:00
Folkert
1c98bca071 astar test does not use stdin 2021-02-24 00:56:27 +01:00
Folkert
28c4e0e85a remove old tests 2021-02-21 13:08:06 +01:00
Richard Feldman
6e52d91ac5 Merge remote-tracking branch 'origin/trunk' into astar-fixes 2021-02-20 23:35:49 -05:00
Folkert
7f14f27ee4 better formatting 2021-02-21 00:14:15 +01:00
Folkert
daf6de950e crude prototype 2021-02-20 22:56:01 +01:00
Folkert
90ac2aa9ca enable astar test 2021-02-20 04:27:30 +01:00
Folkert
951914c315 ignore astar test... 2021-02-20 00:05:18 +01:00
Folkert
b3cada81e1 fix formatting 2021-02-19 22:30:24 +01:00
Folkert
ff20ab76ce put closure tests into one file 2021-02-19 21:29:33 +01:00
Folkert
903c0d8dec enable valgrind for AStar 2021-02-19 19:42:11 +01:00
Folkert
9e2c1b750f enable astar test 2021-02-19 17:12:36 +01:00
Richard Feldman
e367ca8a88
Merge branch 'trunk' into specialize-owned 2021-02-18 22:58:55 -05:00
Folkert
32bba5206a Merge remote-tracking branch 'origin/specialize-owned' into dict-more 2021-02-18 22:42:17 +01:00
Folkert
2200a930f9 fix Deriv 2021-02-18 21:57:07 +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
e6ec85eeba revert mono tests 2021-02-17 01:05:03 +01:00
Folkert
80736f93b9 fix mono tests 2021-02-17 00:48:37 +01:00