Brendan Hansknecht
|
d01fc9156c
|
add missing traits to RocResult
|
2023-11-14 18:16:04 -08:00 |
|
Anton-4
|
7b1f2d2ac1
|
Merge pull request #5982 from jecaro/error-msg-non-utf8
Set a better error msg for non uft8 encoded files
|
2023-11-14 16:31:24 +01:00 |
|
jecaro
|
0781232940
|
Set a better error msg for non uft8 encoded files
|
2023-11-14 15:22:22 +01:00 |
|
Ayaz
|
1c1231bc11
|
Merge pull request #5975 from roc-lang/fix-exists
Make downloading packages more resilient
|
2023-11-12 21:02:11 -06:00 |
|
Richard Feldman
|
79e87339b3
|
Merge pull request #5974 from roc-lang/drop-old-glue
Remove obsolete rust_glue and tests
|
2023-11-12 21:20:14 -05:00 |
|
Brendan Hansknecht
|
3c68221da5
|
add test case for glue generation of closures
|
2023-11-12 11:15:07 -08:00 |
|
Brendan Hansknecht
|
97a7c30eb9
|
remove constant function name
|
2023-11-11 16:17:44 -08:00 |
|
Brendan Hansknecht
|
72ddfb036d
|
correctly handle functions that don't return functions
|
2023-11-11 15:56:18 -08:00 |
|
Brendan Hansknecht
|
681a130b54
|
add file header to glue lib file
|
2023-11-11 15:56:17 -08:00 |
|
Brendan Hansknecht
|
a474423a48
|
correct the closure rust glue to deal with size and bytes
|
2023-11-11 15:56:17 -08:00 |
|
Richard Feldman
|
896c010645
|
Move test_reporting into load to break cyclic dep
|
2023-11-10 16:16:54 -05:00 |
|
Richard Feldman
|
6bd9fcd6e9
|
roc_solve shouldn't depend on itself
|
2023-11-10 16:04:06 -05:00 |
|
Richard Feldman
|
2a4ede7f08
|
Make downloading packages more resilient
|
2023-11-10 14:52:34 -05:00 |
|
Richard Feldman
|
8e1e9e216f
|
Remove obsolete rust_glue and tests
|
2023-11-10 14:31:18 -05:00 |
|
Richard Feldman
|
2d91dbc4ab
|
Merge pull request #5971 from roc-lang/more-homepage-improvements
More homepage improvements
|
2023-11-10 06:28:40 -05:00 |
|
Richard Feldman
|
fb17d89dfc
|
Format some js
|
2023-11-09 22:20:07 -05:00 |
|
Anton-4
|
6212820249
|
use List * in len, withCapacity, isEmpty...
for consistency with Dict and Set
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2023-11-08 19:50:21 +01:00 |
|
Richard Feldman
|
6f6ab2bba7
|
Merge pull request #5963 from roc-lang/update-num-docs
Update some Num docs
|
2023-11-07 21:31:10 -05:00 |
|
Brendan Hansknecht
|
e6f5ac5d2a
|
typo and clippy
|
2023-11-06 21:04:50 -08:00 |
|
Brendan Hansknecht
|
23c2b15115
|
also add static lib support with fallback to object file
|
2023-11-06 21:04:50 -08:00 |
|
Brendan Hansknecht
|
1085be396e
|
add fallback to legacy host if preprocessed host is missing from prebuilt platform
|
2023-11-06 21:04:50 -08:00 |
|
Richard Feldman
|
9bd10704a3
|
Update some Num docs
|
2023-11-06 21:50:20 -05:00 |
|
Brendan Hansknecht
|
b0442c342a
|
Merge pull request #5956 from roc-lang/preprocess-cli
add preprocess host cli option
|
2023-11-06 11:47:18 -08:00 |
|
Brendan Hansknecht
|
2a385839fe
|
deal with system target
|
2023-11-06 09:31:22 -08:00 |
|
Brendan Hansknecht
|
6006891889
|
correct path and add TODO
|
2023-11-06 09:31:22 -08:00 |
|
Brendan Hansknecht
|
8e86640bd7
|
add preprocess host cli option
|
2023-11-06 09:31:22 -08:00 |
|
Folkert
|
abff41c91f
|
update mono tests
|
2023-11-06 18:19:34 +01:00 |
|
Richard Feldman
|
e59d4e57c5
|
Add List.appendIfOk and List.prependIfOk
|
2023-11-06 18:13:15 +01:00 |
|
Brian Carroll
|
a2f4d418bb
|
Fix Wasm backend compile error in Web REPL build
|
2023-11-06 08:08:00 +00:00 |
|
Brian Carroll
|
eb76ec4e90
|
Simplify call_import and call
|
2023-11-05 23:57:37 +00:00 |
|
Brian Carroll
|
10b0357140
|
Trim load_symbols_for_call
|
2023-11-05 23:55:26 +00:00 |
|
Brian Carroll
|
87ef10a4e5
|
Remove unused args from lowlevel helpers
|
2023-11-05 23:45:29 +00:00 |
|
Brian Carroll
|
84a230a2e5
|
Remove unused args from call
|
2023-11-05 23:32:20 +00:00 |
|
Brian Carroll
|
4b0c5fd0c6
|
Delete pushes and pops for each instruction
|
2023-11-05 23:20:47 +00:00 |
|
Brian Carroll
|
b5d3af0522
|
Delete VmBlock, vm_block_stack
|
2023-11-05 23:20:47 +00:00 |
|
Brian Carroll
|
86a6a3ace5
|
Delete current_stack, VmSymbolState, stack_is_empty, current_stack
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
664de9b285
|
Delete verify_stack_match
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
a76c4420fa
|
CodeBuilder tracks which local variables are set
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
8636299155
|
Remove redundant pattern match
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
8fe9758460
|
Remove some stray calls to load_args
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
563ad8f1fb
|
Delete some unused code from codebuilder and storage
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
5719384ed9
|
Get rid of VM stack storage
|
2023-11-05 23:20:46 +00:00 |
|
Luke Boswell
|
3c9a8e5e4c
|
ignore build artifacts
|
2023-11-03 16:42:27 +11:00 |
|
Richard Feldman
|
849296a980
|
Merge pull request #5945 from roc-lang/homepage-example
Add larger example to WIP homepage
|
2023-10-30 22:32:00 -04:00 |
|
Richard Feldman
|
4b5b718241
|
cargo fmt
|
2023-10-30 21:15:53 -04:00 |
|
Anton-4
|
ad027e9c88
|
Merge pull request #5941 from isaacvando/main
Make List.dropFirst and List.dropLast drop n elements
|
2023-10-30 13:12:17 +01:00 |
|
Brendan Hansknecht
|
e099dd8b1c
|
Check lib64 before lib when linking
Depending on the linux distro, lib will contain 32bit libraries.
We want the 64bit version of libraries if they exist.
|
2023-10-29 21:43:15 -07:00 |
|
Richard Feldman
|
fddca7501a
|
Make a bunch of improvements to homepage and repl
|
2023-10-29 21:56:29 -04:00 |
|
Isaac Van Doren
|
139d3c6f89
|
make dropFirst and dropLast drop n elements
|
2023-10-29 13:23:33 -05:00 |
|
Ayaz Hafiz
|
ac179b5fdc
|
Drop and mark unused symbols
|
2023-10-25 17:24:33 -05:00 |
|