Commit Graph

23560 Commits

Author SHA1 Message Date
Richard Feldman
ca900550a2
Add roc code to ts-interop example 2023-03-16 08:31:26 -04:00
Richard Feldman
7ce4d3b22f
Add examples/typescript-interop 2023-03-16 08:20:23 -04:00
Richard Feldman
cf67591d10
Merge pull request #5121 from itmuckel/tutorial-fix-unused-function
Fix unused function in tutorial
2023-03-13 06:42:48 -04:00
Anton-4
5acc2ea3a2
Merge pull request #5127 from roc-lang/editor-launch-fix
fix `Arg::allow_invalid_utf8` clap error
2023-03-13 11:42:34 +01:00
Anton-4
7c43f64166
Merge pull request #5128 from lukewilliamboswell/site-files
Add support for recursive folders in `examples/static-site-gen` platform
2023-03-13 11:37:29 +01:00
Luke Boswell
3ce20f74d9
support recursive folders 2023-03-13 19:18:39 +11:00
Luke Boswell
0b054e8b47
Merge pull request #5126 from roc-lang/docs-spacing
Increase spacing between docs entries
2023-03-13 16:21:01 +11:00
Brendan Hansknecht
60c3deb0f2
Merge pull request #5124 from roc-lang/bit-builtins
Bit builtins
2023-03-12 17:36:22 +00:00
Brendan Hansknecht
1c0b001897
run roc format 2023-03-12 08:53:11 -07:00
Brendan Hansknecht
85306953e9
update mono 2023-03-12 08:42:37 -07:00
Brendan Hansknecht
e6964536b2
add more Num.bytesTo* functions 2023-03-12 08:41:05 -07:00
Brendan Hansknecht
785da377c8
add Num.count*Bits functions 2023-03-12 08:41:04 -07:00
Anton-4
9164f7e3d2
fmt 2023-03-12 15:59:31 +01:00
Anton-4
4737a5c01e
fix clap error
https://roc.zulipchat.com/#narrow/stream/257722-editor/topic/error.20when.20starting.20on.20macOS/near/339884894
2023-03-12 15:50:59 +01:00
Anton-4
fbaa257cef
Merge pull request #5118 from roc-lang/mess-with-build
Make building and CI faster
2023-03-12 14:35:34 +01:00
Richard Feldman
24110c824b
Merge pull request #5125 from roc-lang/tutorial-name-tweak
Tweak tutorial intro wording
2023-03-12 09:09:36 -04:00
Richard Feldman
cc88437182
Increase spacing between docs entries
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-03-12 09:07:42 -04:00
Richard Feldman
e28b88119f
Tweak tutorial intro wording 2023-03-12 08:59:18 -04:00
Richard Feldman
dad7464ca7
Merge pull request #5123 from lukewilliamboswell/docs
Docs updates and visual improvements
2023-03-12 06:37:33 -04:00
Brendan Hansknecht
056d3b133c
fix wasm options to enable lto 2023-03-12 03:07:59 -07:00
Brendan Hansknecht
13245e1bb3
remove missed file that is unused 2023-03-12 00:19:06 -08:00
Brendan Hansknecht
0f0213b75e
build wasm tests with lto to avoid needing more wasm interp 2023-03-12 00:18:53 -08:00
Luke Boswell
2d0bed5634
formatting 2023-03-12 17:11:35 +11:00
Luke Boswell
182689d083
Merge remote-tracking branch 'remote/main' into docs 2023-03-12 17:08:07 +11:00
Luke Boswell
1e26769313
add support for @,_,* tokens 2023-03-12 17:01:05 +11:00
Luke Boswell
5a0a7289ba
update styles for docs 2023-03-12 16:44:05 +11:00
Luke Boswell
373da8d5e1
update colors for tutorial 2023-03-12 15:42:43 +11:00
Brendan Hansknecht
b89f24bd5d
untested attempt to fix linking on windows 2023-03-11 18:52:59 -08:00
Luke Boswell
0e65f10744
remove inline styles from markdown tables 2023-03-12 13:23:07 +11:00
itmuckel
be6bd9a1ec Fix unused function in tutorial 2023-03-12 00:28:12 +01:00
Richard Feldman
512b9361bf
Merge pull request #5077 from lukewilliamboswell/builtin-json
JSON decoder improvements
2023-03-11 15:28:07 -05:00
Brendan Hansknecht
df8cc231eb
rustfmt 2023-03-10 13:57:11 -08:00
Brendan Hansknecht
4c3d542da1
Change release to not use lto
Also added another `release-with-lto` profile.
This profile is used for nightly compiler release and benchmarks.
2023-03-10 13:57:03 -08:00
Brendan Hansknecht
cb191d3788
Split utils into error and command utils
Error utils pulls in snafu which requires procedural macros.
This means it can't start compiling until syn and macro related crates are compiled.
This deals compiling all crates that depend on commands like running zig for the bitcode.
The split enables those crates to run sooner.
2023-03-10 09:39:43 -08:00
Brendan Hansknecht
d5e191d083
split up bitcode building to reduce dependency chains 2023-03-10 09:39:43 -08:00
Anton-4
24c7bded35
Merge pull request #5116 from roc-lang/misc-fixes
fixing CI releated issues
2023-03-10 17:21:25 +01:00
Anton-4
49196ad032
fixing CI releated issues 2023-03-10 15:31:46 +01:00
Anton-4
1812fc2d4c
Merge pull request #5097 from lukewilliamboswell/docs-highlight
Add syntax highlighting for Roc docs
2023-03-10 13:42:43 +01:00
Anton-4
e2bd3cfc8b
forgotten code fence
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-03-10 11:32:12 +01:00
Luke Boswell
766385a561
make colors WCAG AA compliant 2023-03-10 13:27:43 +11:00
Luke Boswell
b1e73dc8ef
add highlighting to tutorial inline snippets 2023-03-10 13:07:50 +11:00
Luke Boswell
a8cf9616da
correct spaces for css indents 2023-03-10 11:59:06 +11:00
Luke Boswell
6dcd795651
fix tutorial highlighting css 2023-03-10 11:53:05 +11:00
Luke Boswell
2bed7da218
improve token categories and color scheme 2023-03-10 11:38:42 +11:00
Luke Boswell
7283a17367
Merge remote-tracking branch 'remote/main' into docs-highlight 2023-03-10 10:15:15 +11:00
Luke Boswell
14085c71a3
remove commented out builtin code 2023-03-10 10:15:05 +11:00
Richard Feldman
47dd461a4a
Merge pull request #5048 from Arkham/improve-same-name-grammar
Use 'by accident' instead of 'on accident'
2023-03-08 11:26:48 -05:00
Anton-4
38ed9339b1
Merge branch 'main' into docs-highlight
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-03-08 15:51:03 +01:00
Anton-4
c1082686f8
Merge pull request #5108 from agu-z/fix-list-split-first-last-docs
Fix `List.splitFirst` and `List.splitLast` docs
2023-03-08 15:47:21 +01:00
Anton-4
3431d46573
adjust indent
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-03-08 14:50:10 +01:00