Commit Graph

25845 Commits

Author SHA1 Message Date
Richard Feldman
7781080289
Reorganize FAQ a bit
Also drop some more obsolete notes about how there's no syntax highlighting for any third-party editors etc.

Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-08-13 12:53:13 -04:00
Richard Feldman
4b1a156290
Update FAQ.md
The editor entry doesn't make sense in light of now wanting to have both `roc edit` as well as extensions for other editors.

Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-08-13 12:51:51 -04:00
Anton-4
0b3bbadf66
Merge pull request #5755 from roc-lang/basic-cli-branch-switch
use basic-cli main branch again
2023-08-12 18:33:30 +02:00
Anton-4
d869ea1144
use basic-cli main branch again
the new-abilities-syntax branch has been merged into basic-cli main

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-12 17:34:44 +02:00
Anton-4
0fea1ec227
Merge pull request #5734 from roc-lang/fix-nixos-repl
fix `Couldn't find libgcc_s.so.1!`
2023-08-11 20:03:09 +02:00
Anton-4
743c4a7eeb
Merge pull request #5745 from roc-lang/abilities-syntax
New Abilities syntax
2023-08-11 17:34:38 +02:00
Anton-4
954f687666
minor fixes 2023-08-11 16:14:33 +02:00
Richard Feldman
254226f067
Use abilities-syntax branch of basic-cli for now 2023-08-10 23:04:57 -04:00
Richard Feldman
2ca3c420a3
Delete some trailing spaces 2023-08-10 23:04:53 -04:00
Richard Feldman
7908645895
Fix more tests 2023-08-10 22:24:24 -04:00
Richard Feldman
0176b9310d
Update snapshot tests 2023-08-10 21:51:01 -04:00
Richard Feldman
315d185b2b
Fix test 2023-08-10 21:17:16 -04:00
Richard Feldman
6ba4aebb3b
roc format 2023-08-10 20:54:35 -04:00
Richard Feldman
6c05307a7b
Drop redundant import 2023-08-10 20:36:14 -04:00
Richard Feldman
2da41be29f
Merge remote-tracking branch 'origin/main' into abilities-syntax 2023-08-10 20:36:01 -04:00
Richard Feldman
841cf8c74e
Drop redundant import 2023-08-10 20:20:55 -04:00
Folkert de Vries
2bd998a215
Merge pull request #5742 from roc-lang/improve-rust-glue
Situationally gen Eq/Ord/Hash glue for tag unions
2023-08-10 20:10:13 +02:00
Richard Feldman
aed1c26e72
Situationally gen Eq/Ord/Hash glue for tag unions 2023-08-10 12:50:07 -04:00
Richard Feldman
e4ba92c1a6
Merge pull request #5735 from roc-lang/glue-earlier
rework how HELS get passed to the backends
2023-08-09 15:47:49 -04:00
Anton-4
e178de2caa
Merge pull request #5737 from roc-lang/wip-website-readme
added README for wip website
2023-08-09 21:28:12 +02:00
Folkert
69588a3b76
fix wasm tests 2023-08-09 16:04:48 +02:00
Anton-4
64ab5cb7f6
added README for wip website 2023-08-09 15:57:10 +02:00
Folkert
0f3da32d9d
remove unused field 2023-08-09 15:11:02 +02:00
Folkert
7fb4b60b21
move around hostexposedalias logic 2023-08-09 15:09:03 +02:00
Folkert
5d3c7a9363
remove HostExposedAlias 2023-08-09 14:06:07 +02:00
Richard Feldman
e6e1a13670
Merge pull request #5733 from roc-lang/glue-earlier
fix off-by-one error in glue generation
2023-08-09 07:59:29 -04:00
Brendan Hansknecht
713afc71c3
Merge pull request #5731 from roc-lang/folkert-windows-branch
Fix 2 bugs in windows dev backend
2023-08-08 21:54:59 +00:00
Anton-4
cb9a348871
cleanup 2023-08-08 20:09:15 +02:00
Anton-4
ec3bcb33f6
fmt, clippy, nix aliases fix 2023-08-08 20:03:21 +02:00
Folkert
bec0e52f1e
make glue and mono look at the same type 2023-08-08 19:57:11 +02:00
Anton-4
387b6927d5
libgcc_s.so.1 fix #5732 2023-08-08 19:55:38 +02:00
Folkert
4c17caa90d
update mono tests 2023-08-08 18:39:54 +02:00
Folkert
3d86ccf167
remove as Fx from platform types 2023-08-08 16:37:47 +02:00
Folkert
f23120078a
cleanup 2023-08-08 16:03:28 +02:00
Folkert
dcc71bc102
remove unused logic 2023-08-07 20:20:10 +02:00
Folkert
8d4e83c3bb
remove lazy_static dependency in test_gen 2023-08-05 18:37:37 +02:00
Folkert
9271d761a6
make llvm an optional dependency of test_gen 2023-08-05 17:24:13 +02:00
Folkert
fe38d56569
cleanup 2023-08-05 17:19:59 +02:00
Luke Boswell
00b4be2d31
Merge pull request #5722 from lukewilliamboswell/website-update
More updates to wip site update
2023-08-06 00:51:06 +10:00
Luke Boswell
5cff9ac981
windows & zig returning of 128bit values 2023-08-05 16:44:58 +02:00
Luke Boswell
0f5ea7eeb8
fix float callee convention for Windows 2023-08-05 16:44:39 +02:00
Anton-4
5d3a3e8af3
Merge pull request #5730 from roc-lang/curl-fix
use token with curl
2023-08-05 14:58:15 +02:00
Anton-4
7598b080f1
small improvements 2023-08-05 14:35:45 +02:00
Anton-4
9e8044b48b
try fixing curl
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-05 12:47:05 +02:00
Richard Feldman
baf0825efc
Merge pull request #5725 from nachiketkanore/main
#5724: fix css to fit content on full page without scroll
2023-08-04 21:55:45 -04:00
Anton-4
070cb6860d
Merge pull request #5728 from roc-lang/checkmate-ui-improvements
More checkmate improvements
2023-08-04 12:15:48 +02:00
Folkert de Vries
ed9ece0f99
Merge pull request #5699 from roc-lang/dev-backend-roc-panic
dev backend: roc panic
2023-08-03 21:17:48 +02:00
Ayaz Hafiz
9cf9a0d0b3
Note if no epoch selected 2023-08-02 17:55:42 -05:00
Ayaz Hafiz
66b6b8b53d
Support viewing multiple epochs 2023-08-02 17:48:32 -05:00
Ayaz Hafiz
f3c0b54fe9
Pull out shared hook 2023-08-02 14:44:06 -05:00