Folkert
33dfd5d27d
cleanup
2024-01-02 22:28:57 +01:00
Folkert
7a365eb88f
enable even more dev-backend num tests
2024-01-02 22:23:47 +01:00
Folkert
b7a41bcb3e
enable many more dev-backend num tests
2024-01-02 21:30:49 +01:00
Folkert
6c521555ea
decimal division in dev backend
2024-01-02 19:53:13 +01:00
Folkert
4bcd195b92
implement NumSub (that panics) in the dev backend
2024-01-02 19:47:17 +01:00
Folkert
cfdfbe18a4
implement panic on overflow for mul in the dev backend
2024-01-02 15:56:28 +01:00
Ayaz
865eff1956
Merge pull request #6331 from roc-lang/clippy-unnecessary-hashes
...
fix clippy (1.72.1) unnecessary hashes
2024-01-01 11:26:07 -06:00
Anton-4
5f1c383aa0
fmt
2024-01-01 17:11:46 +01:00
Anton-4
1126f85b5a
fix clippy unnecessary hashes
2024-01-01 16:38:36 +01:00
Anton-4
728f36cff8
crate upgrades for ahash issue
...
cli_run::static_site_gen was hitting 'use of unstable library feature stdsimd' when compiling ahash. ahash was a dependency of hashbrown 0.13.2.
2023-12-30 16:16:22 +01:00
John Murray
eff157333e
re-add mod tests but behind the test cfg
2023-12-27 12:45:16 -05:00
John Murray
07034faa0a
Revert "Revert "Merge pull request #6113 from JRMurr/nix-build-file-sets""
2023-12-27 12:45:13 -05:00
Anton-4
4569770c82
Merge pull request #6314 from roc-lang/nix-rev-update
...
update nix revision
2023-12-27 17:50:38 +01:00
Anton-4
4dbda48de7
update nix revision
2023-12-26 19:08:40 +01:00
Richard Feldman
7952fa2e73
Delete unused arena-pool crate
2023-12-26 10:59:14 -05:00
Anton-4
a4fd42b8de
rustfmt
2023-12-25 17:19:30 +01:00
Anton-4
cd632fe549
Merge branch 'main' of github.com:roc-lang/roc into clippy-1.74
2023-12-25 17:05:37 +01:00
Anton-4
52133e2d21
keep ingested_file_bytes result the same on import changes
2023-12-23 18:44:36 +01:00
Anton-4
cf96010543
update to basic-cli 0.7.1
2023-12-23 16:54:59 +01:00
JRI98
689a1ff352
Fix list rest bind in when branch tuple destructure
2023-12-21 11:55:29 +00:00
Anton-4
9b7eb05b87
Merge pull request #6283 from roc-lang/roc-ls-docs
...
Update roc_ls docs
2023-12-19 22:22:57 +01:00
Bryce Miller
a710dd18ac
Merge branch 'main' into list-walk-with-index-until
2023-12-18 17:25:06 +01:00
Bryce Miller
12d1d7386b
modify test to sidestep wasm gen bug
2023-12-18 11:24:11 -05:00
Anton-4
dc677bd86a
Update roc_ls docs
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-15 16:27:37 +01:00
Brendan Hansknecht
2955b00bb5
Merge branch 'main' into luke-windows
2023-12-14 08:59:53 -08:00
Ayaz
4952f5e1d0
Merge pull request #6257 from roc-lang/fix-unknown-dot-roc
...
Replace UNKNOWN.roc in reports with real filename
2023-12-13 22:02:17 -06:00
Richard Feldman
4b743c8878
Replace UNKNOWN.roc in reports with real filename
2023-12-13 21:20:26 -05:00
Anton-4
24d042f18e
Merge pull request #6275 from roc-lang/better-mono-error
...
more visible+better mono error
2023-12-13 21:29:39 +01:00
Richard Feldman
22060a2b3f
Merge pull request #6272 from dotslashbit/fix-num-format
...
Fix : #6261 Removed all the mentions of Num.format
2023-12-13 15:11:36 -05:00
Anton-4
eaa085fa93
more visible+better mono error
2023-12-13 17:38:20 +01:00
Sahil Mahapatra
b2ceeb47d9
removed all the mentions of Num.format
2023-12-13 18:51:01 +05:30
Anton-4
384cf2decf
add __udivti3 to must_keep
...
Fixes Undefined Symbol in relocation...
2023-12-13 12:09:15 +01:00
Brendan Hansknecht
43cfcaef64
Merge pull request #6263 from roc-lang/fix-nightlies-try-2
...
Re-enable early DCE with fix for M1 mac
2023-12-13 01:13:07 -08:00
Bryce Miller
99e596c4a0
don't run test for gen_wasm
2023-12-12 20:54:27 -05:00
Bryce Miller
fdd6bb6006
Merge branch 'main' into list-walk-with-index-until
2023-12-12 17:57:46 -05:00
Folkert de Vries
d4a1dbc2d6
Merge pull request #6232 from roc-lang/roc-std-slices
...
expose list/string slices to rust users
2023-12-12 23:24:03 +01:00
Brendan Hansknecht
ec6d8142e7
Re-enable early DCE with fix for M1 mac
...
I won't claim to know why `__muloti4` is special, but none of the other compiler-rt functions are,
but seems to work and stop tests from hanging.
It also enables early DCE again which saves a tiny bit of compile time.
2023-12-12 10:43:14 -08:00
Folkert
ee1dd2cd14
disable a glue test that segfaults
2023-12-12 19:35:51 +01:00
Bryce Miller
8dbdd308c7
re-run test-mono
2023-12-12 07:56:30 -05:00
Bryce Miller
2db4cae9d1
Merge branch 'main' into list-walk-with-index-until
2023-12-12 07:54:42 -05:00
Bryce Miller
80dd0b6b93
run test_mono
2023-12-12 07:42:18 -05:00
Luke Boswell
1051ba6569
cargo fmt
2023-12-12 21:15:17 +11:00
Folkert
f570444901
always slice a big string as a slice (not as a small string)
2023-12-12 10:49:21 +01:00
Folkert
37ef3549c8
rename field name
2023-12-12 10:45:53 +01:00
Folkert
f742d50379
changes after review
2023-12-12 10:45:53 +01:00
Folkert
9865096c24
expose list/string slices to rust users
2023-12-12 10:45:53 +01:00
Bryce Miller
89febf52bc
Merge branch 'main' into list-walk-with-index-until
2023-12-11 23:13:21 -05:00
Bryce Miller
59eb28ef58
Add builtin List.walkWithIndexUntil
2023-12-11 23:04:40 -05:00
Brendan Hansknecht
0e842fd844
update formatting, uitest, and mono_test
2023-12-11 18:22:53 -08:00
Brendan Hansknecht
65ce79c1c5
correct Dict.update to use proper index
2023-12-11 15:35:19 -08:00