Commit Graph

8293 Commits

Author SHA1 Message Date
rvcas
ebe273af4d chore: rename nix bin script 2021-06-07 19:07:36 -04:00
Folkert
6850fd4ed9 formatdict.zig 2021-06-07 21:04:09 +02:00
Folkert
032c509c0d bump llvm version 2021-06-07 20:31:12 +02:00
Folkert
e85ddc3506 fix examples 2021-06-07 20:29:16 +02:00
Folkert
8e227c7e7c update to llvm 12 2021-06-07 20:02:59 +02:00
Folkert
22ff337f64 Merge remote-tracking branch 'origin/inkwell-llvm-12-bump' into update_zig 2021-06-07 18:41:40 +02:00
Folkert
773f794a47 Merge remote-tracking branch 'origin/trunk' into update_zig 2021-06-07 18:41:21 +02:00
Folkert de Vries
87dbd044ea
Merge branch 'trunk' into inkwell-llvm-12-bump 2021-06-07 18:40:11 +02:00
Folkert
65731d8691 bump inkwell to a version that supports llvm12 (still using llvm10) 2021-06-07 18:37:34 +02:00
rvcas
81be275e11 chore: update llvm version in the dotfile 2021-06-07 10:18:24 -04:00
rvcas
7235e48837 feat: update zig to 0.8.0 in the Earthfile 2021-06-07 10:17:42 -04:00
Richard Feldman
930aa92b27
Merge pull request #1389 from rtfeldman/editor-ideas
Added replit editor inspiration
2021-06-07 07:56:32 -04:00
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
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
7b143f6329 Update Nix zig version & build from source instructions 2021-06-06 14:27:15 -07: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