Commit Graph

25245 Commits

Author SHA1 Message Date
Luke Boswell
d22d5a1202
more content for WIP website 2023-06-25 14:20:00 +10:00
Luke Boswell
97c4ca8b8d
update page title and descriptions 2023-06-24 20:15:52 +10:00
Luke Boswell
ebac468d24
Udpate structure of WIP website 2023-06-24 20:08:16 +10:00
Luke Boswell
cfe528c38d
add the Oct 2022 website update as a blog article 2023-06-22 16:18:13 +10:00
Luke Boswell
caf95cc811
Remove crash which was caussing issues 2023-06-22 16:17:49 +10:00
Luke Boswell
78c8854207
change binary name to reduce name conflicts 2023-06-22 16:16:49 +10:00
Luke Boswell
7151778261
fix error message in build script 2023-06-22 15:09:43 +10:00
Luke Boswell
da48918094
add wip_new_website 2023-06-21 21:59:41 +10:00
Luke Boswell
a6654c6e37
WIP initial scope for website update 2023-06-20 21:39:33 +10:00
Ayaz
5cafc50a50
Merge pull request #5574 from roc-lang/glue-limit-derives
glue: limit derives
2023-06-19 21:29:46 -05:00
Folkert de Vries
a997280dc9
Merge pull request #5568 from JTeeuwissen/no-reuse-non-unique
Don't reuse non unique symbols
2023-06-20 00:48:53 +02:00
J.Teeuwissen
495bbfd944
updated test 2023-06-19 22:51:10 +02:00
Folkert
02a5c53aed
format 2023-06-19 22:09:35 +02:00
J.Teeuwissen
315b7d73a4
non lazy 2023-06-19 21:10:00 +02:00
Folkert
f66a20ecff
make examples/glue work 2023-06-19 20:54:06 +02:00
J.Teeuwissen
343a548458
clippy ;( 2023-06-19 19:59:55 +02:00
J.Teeuwissen
efe91da38c
Changed token order 2023-06-19 19:55:01 +02:00
J.Teeuwissen
78c1855b66
Fixed logic 2023-06-19 17:41:57 +02:00
Richard Feldman
24e9209e81
Merge pull request #5572 from Hasnep/rename-str-trim-functions
Rename `trimLeft` to `trimStart` and `trimRight` to `trimEnd`
2023-06-19 07:51:43 -04:00
Hannes
97fa6758d0 Rename trimLeft to trimStart and trimRight to trimEnd 2023-06-19 13:17:59 +08:00
J.Teeuwissen
fdfa978ca8
added branch info and uniqueness check 2023-06-18 20:00:15 +02:00
Anton-4
d10d71cdec
Merge pull request #5549 from HajagosNorbert/builtin-docs
Add examples to the docs of builtin List functions
2023-06-18 11:28:19 +02:00
Folkert de Vries
020eb0c7dd
Merge pull request #5564 from roc-lang/tutorial-small-fixes
tutorial small fixes
2023-06-18 11:15:56 +02:00
Ayaz
f3be9c456c
Merge pull request #5560 from roc-lang/interner-avoid-mut
Avoiding passing target_info and mutable layout interner redundantly
2023-06-18 04:14:57 -05:00
Anton-4
b51689525d
Merge branch 'main' of github.com:roc-lang/roc into tutorial-small-fixes 2023-06-18 10:20:44 +02:00
Ayaz Hafiz
f07cf97128
Use arch-specific interner in glue 2023-06-17 18:13:03 -05:00
Ayaz Hafiz
d10893947f
Use rust 2018 macros 2023-06-17 18:13:03 -05:00
Ayaz Hafiz
41597cbab7
Do not make LayoutInterner mutable 2023-06-17 18:13:03 -05:00
Ayaz Hafiz
c81a652aaa
Dont insert into interner at all 2023-06-17 18:13:03 -05:00
Ayaz Hafiz
8aef12bd36
call_roc_function takes repr 2023-06-17 18:13:02 -05:00
Ayaz Hafiz
46e0ce32f4
no insert direct in expect 2023-06-17 18:13:02 -05:00
Ayaz Hafiz
61e28bc1d8
No need to insert into interner 2023-06-17 18:13:02 -05:00
Ayaz Hafiz
6139918e3b
Remove insert_direct_no_semantic in compare eq 2023-06-17 18:13:02 -05:00
Ayaz Hafiz
7ab044d79f
argument_type_from_layout takes layoutrepr 2023-06-17 18:13:02 -05:00
Ayaz Hafiz
ee25735731
LayoutIds use LayoutRepr 2023-06-17 18:13:02 -05:00
Ayaz Hafiz
94e97df54a
Remove mut layout interner from alias analysis 2023-06-17 18:13:02 -05:00
Ayaz Hafiz
390e9f8648
load_roc_value by layoutrepr 2023-06-17 18:13:01 -05:00
Ayaz Hafiz
07f40baf62
use_roc_value by layoutrepr 2023-06-17 18:13:01 -05:00
Ayaz Hafiz
5979405b79
Store value by layoutrepr 2023-06-17 18:13:01 -05:00
Ayaz Hafiz
bc41db2a34
Get rid of passing target_info a bunch 2023-06-17 18:13:00 -05:00
Ayaz Hafiz
8495f3b085
Have basic_type_from_layout take LayoutRepr 2023-06-17 18:12:17 -05:00
Brendan Hansknecht
555cbcc87b
Merge pull request #5567 from KilianVounckx/num-bitwise-not
Add bitwiseNot to Num module
2023-06-17 21:29:19 +00:00
Kilian Vounckx
10c34ef326
Fix bitwise operations documentation 2023-06-17 21:33:06 +02:00
HajagosNorbert
4e06c09e37
ran roc format on changed List.roc file 2023-06-17 21:28:20 +02:00
HajagosNorbert
892d5e2c78
Merge branch 'main' into builtin-docs 2023-06-17 21:25:25 +02:00
Ayaz
ab5adaf8ef
Merge pull request #5566 from roc-lang/nix-install-mac-ci-fix
Update nix_macos_x86_64.yml
2023-06-17 13:44:02 -05:00
Kilian Vounckx
5512dd9675
Add documentation for bitwise functions 2023-06-17 20:25:36 +02:00
Kilian Vounckx
402a89237d
Add Num.bitwiseNot function 2023-06-17 20:08:33 +02:00
Anton-4
e3bbda6fee
Update nix_macos_x86_64.yml
fixes: Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged
see also: https://github.com/cachix/install-nix-action/issues/183

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-17 19:34:02 +02:00
Anton-4
de93c96125
fix desugaring table
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-17 17:10:29 +02:00