Commit graph

6617 commits

Author SHA1 Message Date
Anton-4
79ac0cab91
mark broken gui examples 2023-08-01 17:12:21 +02:00
Ayaz
73a9683d09
Merge pull request #5717 from roc-lang/checkmate-ui-improvements
Checkmate UI improvements
2023-08-01 04:24:16 -05:00
Anton-4
44941db349
Merge pull request #5715 from roc-lang/str-replace
Don't have Str.replace functions return Result
2023-08-01 11:07:07 +02:00
Ayaz Hafiz
29a5aab56d
Linter 2023-07-31 18:20:37 -05:00
Ayaz Hafiz
8069d3ad34
Scroll to epoch 2023-07-31 18:18:41 -05:00
Ayaz Hafiz
e3129032e8
Better display of epochs 2023-07-31 18:05:32 -05:00
Ayaz Hafiz
bea445bafa
More layout options, and focus on variable on re-selection 2023-07-31 12:53:42 -05:00
Richard Feldman
b19d098e5f
Fix test 2023-07-31 13:46:12 -04:00
Ayaz Hafiz
734111711d
Keydown and layouter improvements 2023-07-31 11:52:39 -05:00
Ayaz Hafiz
90d7d87e8c
Improve auto-layout logic 2023-07-31 11:07:55 -05:00
Anton-4
ee8838795e
Merge pull request #5713 from roc-lang/docs_link_fix
fix docs root link
2023-07-31 17:35:05 +02:00
Richard Feldman
4cb3a06246
Update mono 2023-07-31 09:49:54 -04:00
Richard Feldman
dfa5577332
Don't have Str.replace functions return Result 2023-07-31 09:26:54 -04:00
Anton-4
f8e4812868
Merge branch 'main' of github.com:roc-lang/roc into docs_link_fix 2023-07-31 14:56:35 +02:00
Anton-4
6bc090dc64
add issue to TODO 2023-07-31 13:38:10 +02:00
Anton-4
f8e53e33e5
fix docs root link 2023-07-31 13:26:48 +02:00
Folkert
cdc90f8495
update mono tests 2023-07-30 18:48:37 +02:00
Folkert
44d03eebfa
switch over to alloca expr 2023-07-30 18:48:35 +02:00
Folkert
cdd2aab217
add alloca as an expression 2023-07-30 18:46:00 +02:00
J.Teeuwissen
80faf0eeee
removed borrow.rs 2023-07-30 14:03:38 +02:00
Anton-4
cb22c3e618
Merge pull request #5706 from roc-lang/macos-dylib-warning
Fix macos ld warning
2023-07-30 10:47:09 +02:00
Richard Feldman
d39aa74006
Skip nested string interpolation test on wasm 2023-07-29 22:49:07 -04:00
Richard Feldman
1981135238
Revert "Fix nested string interpolation test"
This reverts commit a93e0b44fd.
2023-07-29 22:48:13 -04:00
Richard Feldman
a93e0b44fd
Fix nested string interpolation test 2023-07-29 22:23:31 -04:00
Richard Feldman
7d491f1bce
Add a clarifying comment in a test 2023-07-29 21:14:20 -04:00
Richard Feldman
071138dd9f
Revise nested interpolation error message 2023-07-29 21:13:05 -04:00
Richard Feldman
57fc441bf9
Fix macos ld warning 2023-07-29 21:06:04 -04:00
Richard Feldman
9c9a7884f2
Clippy 2023-07-29 18:23:16 -04:00
Richard Feldman
1ffadb7102
Update string interpolation tests 2023-07-29 18:20:49 -04:00
Richard Feldman
009e6f911a
Update string interpolation error message 2023-07-29 18:12:56 -04:00
Richard Feldman
42fb593471
Desugar inside string interpolation 2023-07-29 18:11:41 -04:00
Richard Feldman
9e0e756d3b
Allow more exprs inside string interpolation 2023-07-29 17:30:48 -04:00
Folkert
7fd340fa9b
pure roc nest/nestHelp 2023-07-28 17:25:05 +02:00
Folkert
ce640fe65f
unwrap lambda sets for RC 2023-07-28 17:21:30 +02:00
Folkert
81b4b3d22c
fix layout comparison in wasm backend 2023-07-28 16:23:14 +02:00
Folkert
334253f47f
check inside a lambda set for whether it is reference counted 2023-07-26 20:06:37 +02:00
Folkert de Vries
7f1b69fe88
Merge pull request #5692 from roc-lang/rust-1-70
upgrade to rust 1.70.0
2023-07-25 20:27:29 +02:00
Folkert
0e71e0d1b1
implement signed integer extension operations 2023-07-25 19:22:03 +02:00
Folkert
26ef2bd46b
wasm interpreter: use lookup table instead of unsafe 2023-07-25 18:44:46 +02:00
Anton-4
f2137c90ab
upgrade to rust 1.70.0 2023-07-25 17:44:46 +02:00
Richard Feldman
319e05b293
Merge pull request #5661 from roc-lang/docs-base-url
use html base for single source of truth
2023-07-25 10:45:52 -04:00
Ayaz
ce441bb254
Merge pull request #5687 from roc-lang/platform-app-diff
Platform app diff
2023-07-25 08:35:04 -05:00
Folkert
8e9cf121ad
rust 1.71 clippy fixes 2023-07-25 10:46:46 +02:00
Folkert
c34de6e921
remove unused test file 2023-07-25 10:08:59 +02:00
Folkert
99fcbd8d5f
update mono test 2023-07-25 09:52:54 +02:00
Ayaz Hafiz
d3273381f7
Use store constraint instead of eq 2023-07-24 21:02:56 -05:00
Folkert
dc67593d80
regress on test that only worked by coincidence 2023-07-24 22:44:50 +02:00
Folkert
a7bf9bc639
annotations are still optional 2023-07-24 22:18:58 +02:00
Folkert
126c3f1536
simplify information passed to mono 2023-07-24 21:54:39 +02:00
Folkert
e549ea78fe
simplify HostSpecializations 2023-07-24 21:33:05 +02:00