Richard Feldman
|
dc4ca9efa9
|
Merge pull request #1388 from rtfeldman/fix-urls-and-paths
Fix urls and paths for docs
|
2021-06-07 07:54:51 -04:00 |
|
Anton-4
|
22d834ebd9
|
Merge branch 'trunk' of github.com:rtfeldman/roc into typos_ci
|
2021-06-07 12:33:26 +02:00 |
|
Anton-4
|
11ae7867a6
|
Added replit editor inspiration, thanks Richard!
|
2021-06-07 10:39:17 +02:00 |
|
Chadtech
|
ef74f50ae7
|
A module like Json.Decode will now have its docs at Json/Decode/index.html
|
2021-06-07 01:02:20 -04:00 |
|
Jared Ramirez
|
ea893b3481
|
Rework RocDec.toString internals
|
2021-06-06 15:38:49 -07:00 |
|
Jared Ramirez
|
060e977cca
|
Rename to/fromString to to/fromStr
|
2021-06-06 14:46:59 -07:00 |
|
Jared Ramirez
|
a42a2cc1b4
|
Fix RocDec.toString tests
|
2021-06-06 14:46:23 -07:00 |
|
Jared Ramirez
|
ac4d718039
|
Merge branch 'update_zig' of https://github.com/rtfeldman/roc into dec-to-string
|
2021-06-06 14:28:14 -07:00 |
|
Jared Ramirez
|
7b143f6329
|
Update Nix zig version & build from source instructions
|
2021-06-06 14:27:15 -07:00 |
|
Folkert
|
8dc3146a7d
|
update morphic
|
2021-06-06 20:22:50 +02:00 |
|
Richard Feldman
|
03e53054c7
|
Merge pull request #1386 from rtfeldman/fix-doc-links
Don't link to .html files anymore in docs
|
2021-06-06 10:45:55 -04:00 |
|
Richard Feldman
|
53da2a2d14
|
clippy
|
2021-06-06 10:10:51 -04:00 |
|
Richard Feldman
|
18be90649e
|
Don't link to .html files anymore
We now generate index.html files, so the .html
suffix is no longer needed!
|
2021-06-06 10:01:44 -04:00 |
|
Richard Feldman
|
3dca94ab73
|
Merge pull request #1385 from rtfeldman/gen-llvm
|
2021-06-06 08:51:18 -04:00 |
|
Richard Feldman
|
811ecd8636
|
Add descriptions to gen_dev and gen_llvm
|
2021-06-06 07:56:47 -04:00 |
|
Richard Feldman
|
57676057fa
|
Rename gen to gen_llvm
This way, we have gen_dev and gen_llvm representing the two
different compiler backends.
|
2021-06-06 07:56:47 -04:00 |
|
Richard Feldman
|
bff91b147d
|
Merge pull request #1384 from rtfeldman/suppress-warnings
Suppress warnings when generating www.roc-lang.org
|
2021-06-06 07:46:41 -04:00 |
|
Richard Feldman
|
cf8d6f6bff
|
Merge pull request #1375 from rtfeldman/quicksort_bench
Quicksort Benchmark
|
2021-06-06 07:46:33 -04:00 |
|
Richard Feldman
|
b2875ac7fc
|
Suppress warnings when generating www.roc-lang.org
|
2021-06-06 07:43:52 -04:00 |
|
Richard Feldman
|
b3399513d5
|
Merge pull request #1382 from rtfeldman/roc-docs-dir
`roc docs` accepts directories
|
2021-06-06 02:35:57 -04:00 |
|
Richard Feldman
|
4995bc2312
|
Fix some List docs
|
2021-06-06 02:22:19 -04:00 |
|
Richard Feldman
|
6fd8db7d2b
|
roc docs now accepts directories
|
2021-06-06 02:22:10 -04:00 |
|
Richard Feldman
|
c11d85b41f
|
Merge branch 'trunk' into update_zig
|
2021-06-06 01:57:54 -04:00 |
|
Richard Feldman
|
588e19725a
|
Merge pull request #1380 from rtfeldman/deploy-docs
Deploy docs on commit to www branch
|
2021-06-06 01:57:13 -04:00 |
|
Richard Feldman
|
5a6dc24abd
|
Call init_arch separately from arch_str
|
2021-06-06 01:41:18 -04:00 |
|
Richard Feldman
|
1a63bd570f
|
Create index.html files in doc gen
This way, even when previewing them locally
you can see (for example) /Str instead of /Str.html
|
2021-06-06 01:31:47 -04:00 |
|
Richard Feldman
|
6ec8c7e944
|
Give each generated builtin doc its own index.html
|
2021-06-06 01:25:56 -04:00 |
|
Richard Feldman
|
d7b64b000d
|
Netlify shouldn't build the editor
...and anyway it can't, because it's missing the
xcb-shape and xcb-xfixes libraries.
|
2021-06-06 01:12:12 -04:00 |
|
Richard Feldman
|
3684488629
|
Make sure BUILTINS_O gets set
|
2021-06-06 00:55:10 -04:00 |
|
rvcas
|
573f7d8093
|
feat(listRange): use a more terse syntax
|
2021-06-06 00:53:25 -04:00 |
|
rvcas
|
954949fbb0
|
chore: delete unused function
|
2021-06-06 00:52:44 -04:00 |
|
rvcas
|
f6c8c0ff32
|
feat: better implicit int casts now
|
2021-06-06 00:51:58 -04:00 |
|
Richard Feldman
|
5b91de40db
|
Only include_bytes when actually building
|
2021-06-06 00:51:17 -04:00 |
|
rvcas
|
a3c9009867
|
fix: all tests need to use try now
|
2021-06-06 00:50:52 -04:00 |
|
rvcas
|
99db511481
|
fix: build.zig
* can use .ReleaseFast shortcut
* string format the new way
|
2021-06-06 00:48:14 -04:00 |
|
Richard Feldman
|
9eee9df29b
|
Don't use LLVM when building docs
|
2021-06-06 00:33:11 -04:00 |
|
Richard Feldman
|
b05342c678
|
Split out an optional "llvm" feature
Also move OptLevel out of roc_gen (which
should really be called gen_llvm) and into roc_mono,
so it's no longer coupled to LLVM.
|
2021-06-06 00:32:58 -04:00 |
|
Richard Feldman
|
0e5619c422
|
Skip zig build on Netlify
|
2021-06-05 22:32:34 -04:00 |
|
Richard Feldman
|
84699d4f2f
|
Revert "Run the www workflow on push to www"
This reverts commit e9007f9702 .
|
2021-06-05 22:21:15 -04:00 |
|
Richard Feldman
|
e9007f9702
|
Run the www workflow on push to www
|
2021-06-05 22:21:08 -04:00 |
|
Richard Feldman
|
e09696113c
|
Allow running bash www/build.sh
|
2021-06-05 22:20:32 -04:00 |
|
Richard Feldman
|
0b00afdd51
|
Revert "Revert "Add www github workflow""
This reverts commit f1f7c0bdf6 .
|
2021-06-05 22:05:45 -04:00 |
|
Richard Feldman
|
cb7ee34f21
|
Generate builtins when buiding www site
|
2021-06-05 19:38:07 -04:00 |
|
Richard Feldman
|
15a2402208
|
Add .gitignore
|
2021-06-05 19:37:50 -04:00 |
|
Richard Feldman
|
e56559993f
|
Merge pull request #1378 from rtfeldman/deploy-www
Deploy www.roc-lang.org from this repo
|
2021-06-05 19:28:18 -04:00 |
|
Richard Feldman
|
f1f7c0bdf6
|
Revert "Add www github workflow"
This reverts commit 855818014c .
|
2021-06-05 19:24:53 -04:00 |
|
Richard Feldman
|
855818014c
|
Add www github workflow
|
2021-06-05 19:06:40 -04:00 |
|
Richard Feldman
|
adb9e6e1f8
|
Add www.roc-lang.org assets
|
2021-06-05 19:06:40 -04:00 |
|
Richard Feldman
|
ed3f720dd2
|
Change some Bool docs
|
2021-06-05 19:06:40 -04:00 |
|
Anton-4
|
314503cf7f
|
fixed typos, added typos checking to CI
|
2021-06-05 20:02:54 +02:00 |
|