Richard Feldman
|
bd1f2aaf0b
|
Add docs_cli crate
|
2022-05-08 22:03:15 -04:00 |
|
Richard Feldman
|
c7037db6d5
|
Merge pull request #3013 from rtfeldman/hostgen
Introduce bindgen CLI
|
2022-05-08 17:51:20 -04:00 |
|
Folkert de Vries
|
5d3b83f5a6
|
Merge pull request #2268 from rtfeldman/update_zig_09
Update to Zig 0.9 + LLVM 13
|
2022-05-08 23:29:45 +02:00 |
|
Folkert
|
529ec39aeb
|
remove ven_graph from mono dependencies
|
2022-05-08 12:32:24 +02:00 |
|
Folkert
|
c5b7ff98fd
|
move reference matrix
|
2022-05-08 12:18:10 +02:00 |
|
Richard Feldman
|
36f64d8496
|
Merge remote-tracking branch 'origin/trunk' into hostgen
|
2022-05-07 18:49:25 -04:00 |
|
Folkert
|
13d4b0c8c8
|
Merge remote-tracking branch 'origin/trunk' into update_zig_09
|
2022-05-08 00:03:39 +02:00 |
|
Folkert
|
3e141967bd
|
Merge remote-tracking branch 'origin/trunk' into update_zig_09
|
2022-05-07 22:29:43 +02:00 |
|
Richard Feldman
|
51ee101bd1
|
Merge remote-tracking branch 'origin/trunk' into cli-max-threads
|
2022-05-07 16:23:41 -04:00 |
|
Richard Feldman
|
6e783aaf77
|
Merge pull request #3007 from rtfeldman/cli-test-run
Fix CLI arg forwarding bugs
|
2022-05-07 15:08:03 -04:00 |
|
Folkert
|
81caa96af2
|
Merge remote-tracking branch 'origin/trunk' into update_zig_09
|
2022-05-07 19:38:04 +02:00 |
|
Richard Feldman
|
7c043e2039
|
Use multithreading when doing bindgen from CLI
|
2022-05-07 10:40:38 -04:00 |
|
Folkert
|
7619216d84
|
add wasmer dependency again in the repl_test crate
|
2022-05-07 15:46:42 +02:00 |
|
Folkert
|
ec8b2cd8b1
|
get rid of num_cpus in favor of std: 🧵:available_parallelism
|
2022-05-07 15:11:18 +02:00 |
|
ayazhafiz
|
0626433a14
|
Sweep unused deps
`cargo +nightly udeps` told me what's good
|
2022-05-06 22:54:42 -04:00 |
|
Richard Feldman
|
6f35d1891a
|
Capture stdin for roc and roc run tests
|
2022-05-06 17:13:03 -04:00 |
|
Richard Feldman
|
e7ac4dac96
|
Test roc run and roc in addition to roc build
Also, use constants instead of hardcoded strings.
|
2022-05-06 17:13:03 -04:00 |
|
Richard Feldman
|
d548b2cb94
|
Drop some unused dev dependencies
|
2022-05-06 15:08:10 -04:00 |
|
Richard Feldman
|
fe7de922ba
|
Ignore tag union test for now
|
2022-05-06 15:08:09 -04:00 |
|
Richard Feldman
|
6b2cba09e6
|
Load files in the bindgen CLI
|
2022-05-06 15:08:09 -04:00 |
|
Richard Feldman
|
b7536961bc
|
Give bindgen its own CLI
|
2022-05-06 15:08:09 -04:00 |
|
Richard Feldman
|
98f6349e32
|
Go back to tempdir for bindgen tests
Turns out we don't need the deterministic name after all,
because test output doesn't depend on file path like it
does in reporting tests!
|
2022-05-06 15:08:09 -04:00 |
|
Richard Feldman
|
db01bcdac0
|
Redo rust gen to use RocType
|
2022-05-06 15:08:08 -04:00 |
|
Richard Feldman
|
eeeb29e954
|
Avoid tempdir collisions in gen_rs test
|
2022-05-06 15:08:06 -04:00 |
|
Ayaz Hafiz
|
ebcd72f7af
|
Bindgen our first struct
|
2022-05-06 15:08:06 -04:00 |
|
Richard Feldman
|
131a633f7f
|
Add write_struct to hostgen
|
2022-05-06 15:08:06 -04:00 |
|
Richard Feldman
|
dec353baaa
|
Add write_layout_type to hostgen
|
2022-05-06 15:08:06 -04:00 |
|
Richard Feldman
|
89385d05d1
|
Get some basic alignment sorting going
|
2022-05-06 15:08:05 -04:00 |
|
Richard Feldman
|
afd232281c
|
Add some basic bindgen stuff
|
2022-05-06 15:08:05 -04:00 |
|
Ayaz Hafiz
|
a760510be0
|
Consolidate and improve debug_flags
|
2022-05-05 12:06:16 -04:00 |
|
Anton-4
|
f3493850bb
|
Merge pull request #2983 from rtfeldman/wasi-libc-sys
Build WASI libc using Zig, instead of using a checked-in binary
|
2022-05-05 09:40:46 +02:00 |
|
Anton-4
|
dc8a6abf22
|
updated clap
|
2022-05-04 14:41:02 +02:00 |
|
Brian Carroll
|
5fffea969a
|
Provide a way for non-wasm Rust code to find the WASI libc
|
2022-05-03 19:12:36 +01:00 |
|
Anton-4
|
cc28de408c
|
update wasmer to 2.2.1
|
2022-05-03 18:00:29 +02:00 |
|
ayazhafiz
|
37ba70472f
|
Add more debug flags
|
2022-05-01 12:25:03 -04:00 |
|
Folkert
|
b7b86c0cde
|
Merge remote-tracking branch 'origin/trunk' into update_zig_09
|
2022-04-30 23:34:48 +02:00 |
|
Ayaz Hafiz
|
9964f86a3d
|
Factor bespoke debug variables into debug_flags crate
|
2022-04-29 17:45:55 -04:00 |
|
Ayaz Hafiz
|
89757dc31f
|
Remove MonoProblem
|
2022-04-28 20:34:04 -04:00 |
|
Ayaz Hafiz
|
356616d834
|
Move exhaustiveness checking to type solving phase with solve tests
|
2022-04-25 19:04:08 -04:00 |
|
Ayaz
|
64ed7eea95
|
Merge branch 'trunk' into fix-when-branch-solving
|
2022-04-24 12:19:22 -04:00 |
|
Richard Feldman
|
57b7832917
|
Upgrade target-lexicon
|
2022-04-23 20:51:57 -04:00 |
|
Ayaz Hafiz
|
7b2b41869f
|
Add a way to view solved types of arbitrary expressions/patterns in a program
|
2022-04-23 10:56:53 -04:00 |
|
Folkert
|
7055645085
|
add bitvec dependency
|
2022-04-22 11:34:02 +02:00 |
|
Jared Cone
|
d20542efae
|
Updated tests to use deterministic tmp dir
|
2022-04-20 21:25:12 -07:00 |
|
Brian Carroll
|
9491d5fae9
|
Merge branch 'trunk' into update_zig_09
|
2022-04-15 21:17:25 +01:00 |
|
Ayaz Hafiz
|
865c1f15d7
|
Fix test compile errors, and simply load_internal tests
|
2022-04-12 16:42:51 -04:00 |
|
Ayaz Hafiz
|
ce7c61eb09
|
Propogate render target forward
|
2022-04-12 16:18:07 -04:00 |
|
Ayaz Hafiz
|
913d97cab1
|
Add needed imports
|
2022-04-12 16:18:07 -04:00 |
|
Brian Carroll
|
9b0c7fad41
|
Merge branch 'trunk' of github.com:rtfeldman/roc into update_zig_09
|
2022-04-11 18:40:21 +01:00 |
|
Richard Feldman
|
babe281b5d
|
Merge pull request #2780 from rtfeldman/no-link
Add --no-link flag for more complex linking cases
|
2022-04-08 23:49:48 -04:00 |
|