Commit graph

28348 commits

Author SHA1 Message Date
Anton-4
17e02dbe5e
Merge branch 'optional-decoding-works' of github.com:faldor20/roc into optional-decoding-works 2024-04-12 16:08:55 +02:00
Anton-4
973b96dde4
build TESTING roc releases 2024-04-12 16:08:15 +02:00
Anton-4
2df6f5cb72
Merge remote-tracking branch 'upstream/main' into optional-decoding-works 2024-04-12 16:05:50 +02:00
Anton-4
237bd942ed
Merge pull request #6638 from roc-lang/JanCVanB/fix_docs/lang_srv_build_command
Fix lang_srv build command argument?
2024-04-12 16:02:54 +02:00
Jan Van Bruggen
f1ed4389d6
Fix lang_srv build command argument?
Signed-off-by: Jan Van Bruggen <JanCVanB@users.noreply.github.com>
2024-04-11 00:05:41 -06:00
Anton-4
ea5f1c6d7f
Merge pull request #6635 from roc-lang/del-unused-deps
removed unused deps, added CI test
2024-04-10 16:21:19 +02:00
Anton-4
2daca2a8cf
update devtools flake 2024-04-10 13:57:01 +02:00
Anton-4
6442c8b81f
Merge branch 'main' into del-unused-deps 2024-04-10 13:45:39 +02:00
Richard Feldman
4a7d1a892b
Merge pull request #6631 from roc-lang/flake-update
Nix flake update
2024-04-10 07:42:28 -04:00
Anton-4
c66fb0fd3e
use specific nightly 2024-04-10 12:23:56 +02:00
Anton-4
b88a185cf3
Merge branch 'del-unused-deps' of github.com:roc-lang/roc into del-unused-deps 2024-04-09 20:02:11 +02:00
Anton-4
3d2a5897e5
roc_bitcode false positive 2024-04-09 20:01:33 +02:00
Anton-4
2d409db66a
check deps for all targets
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-04-09 19:49:03 +02:00
Anton-4
f085b96f78
removed unused deps, added CI test 2024-04-09 19:47:31 +02:00
Anton-4
3fef8b9f82
Merge branch 'main' into optional-decoding-works 2024-04-08 19:55:13 +02:00
Anton-4
e85cbdce75
minor improvements 2024-04-08 19:40:06 +02:00
Anton-4
83904ec62b
Merge pull request #6591 from FabHof/dec-float-decoding-builtins
Add builtins for dec and float
2024-04-08 13:24:31 +02:00
Anton-4
ab0d62609f
Merge pull request #6632 from roc-lang/rust-1-73-0-update
Rust 1.73.0 update
2024-04-08 13:21:46 +02:00
faldor20
612fa4c75a
refactor to combine params 2024-04-08 16:06:50 +10:00
Anton-4
62d39e8c25
clippy fixes 2024-04-06 18:11:54 +02:00
Anton-4
2c5d9df71e
flake.lock update 2024-04-06 15:42:40 +02:00
Anton-4
e6e708360c
1.72.1->1.73.0 2024-04-06 15:38:14 +02:00
Anton-4
5801bc5df5
workaround should no longer be needed 2024-04-06 15:34:59 +02:00
Anton-4
8d1394ec05
try platform_switching_zig again
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-04-06 15:24:34 +02:00
Anton-4
686e1b9146
updated flake.nix as well 2024-04-06 14:16:40 +02:00
Anton-4
e062151cd5
nix flake.lock update 2024-04-06 14:05:45 +02:00
Anton-4
bb38721eaf
zig host target native->x86_64-native 2024-04-06 13:51:53 +02:00
Anton-4
93884e3a5e
Merge pull request #6628 from roc-lang/dependabot/cargo/h2-0.3.26
Bump h2 from 0.3.21 to 0.3.26
2024-04-06 13:49:38 +02:00
dependabot[bot]
40cfa6d231
Bump h2 from 0.3.21 to 0.3.26
Bumps [h2](https://github.com/hyperium/h2) from 0.3.21 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.21...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:08:55 +00:00
Anton-4
cf8967da61
Merge pull request #6464 from roc-lang/platform-plans
update plans document to include important platform changes
2024-04-05 11:19:37 +02:00
Anton-4
165fdf9a5b
Nat removal is done
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-04-05 11:18:10 +02:00
Anton-4
669f7aad72
Merge branch 'main' into platform-plans
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-04-05 11:14:14 +02:00
Richard Feldman
ec64da3416
Merge pull request #6627 from roc-lang/default-value-record
Change docs/errors from "optional" to "default value" record fields
2024-04-04 22:25:45 -04:00
Brendan Hansknecht
482c084096
Change docs/errors from "optional" to "default value" record fields
I strongly believe that seeing the word "optional" is priming people wrong when it comes to this feature.
Especially given roc dose not have an `Optional/Option/Maybe` type, so users look for an alternative and find this.

This PR changes the name to "default value record fields".
It updates all docs and errors.
It does not update compiler internal naming.
That can be updated in a follow up PR if we want to, but I am also fine leaving it cause it is not exposed to users.
2024-04-03 08:55:35 -07:00
Anton-4
a5278f69ff
Merge pull request #6624 from roc-lang/faq-guide
Make website headings links for FAQ and Plans pages
2024-04-03 10:00:57 +02:00
Luke Boswell
578d82cd8c
make plans headings links 2024-04-03 12:40:35 +11:00
Luke Boswell
3428e2f527
make faq headings links 2024-04-03 12:38:46 +11:00
Fabian Schmalzried
a9a243678a
ignore broken test 2024-04-02 16:14:49 +02:00
Folkert de Vries
ab34bb93e5
Merge pull request #6620 from roc-lang/fix-6618
Add error reporting for unexpected comma
2024-04-02 13:58:12 +02:00
Anton-4
676c31ad21
Merge pull request #6619 from roc-lang/tutorial-dbg-roc-run
tutorial: correct when `dbg` active
2024-04-02 11:51:42 +02:00
Luke Boswell
ca01913ab3
add EExpr error for unexpected comma 2024-04-02 20:48:13 +11:00
Anton-4
86a726f683
correct when dbg active
`roc run` discards dbg statements

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-04-02 11:09:20 +02:00
faldor20
384bf7ca5b
comments 2024-04-02 11:21:38 +10:00
faldor20
892d264304
explicitly match errors 2024-04-02 11:16:02 +10:00
faldor20
f330e9aa29
roc format 2024-04-02 10:00:25 +10:00
faldor20
017efc84ae
re-combine 2024-04-02 09:56:58 +10:00
Fabian Schmalzried
4066d56b24
fix clippy errors 2024-04-02 00:04:59 +02:00
Fabian Schmalzried
313a3d37e6
move finctions 2024-04-01 21:08:17 +02:00
Fabian Schmalzried
376202c6e8
fix from parts 2024-04-01 21:08:16 +02:00
Fabian Schmalzried
9a91597b27
Windows to parts 2024-04-01 21:08:16 +02:00