Commit graph

35745 commits

Author SHA1 Message Date
Richard Feldman
0648ce9beb
Fix lambda is_eq handling 2025-11-27 20:36:06 -05:00
Richard Feldman
66d291e383
Lots of interpreter cleanup 2025-11-27 20:31:52 -05:00
Richard Feldman
3ac87601d9
Remove Set.is_empty for now 2025-11-27 20:14:16 -05:00
Richard Feldman
c3f32d1823
Fix more interpreter stuff 2025-11-27 20:00:01 -05:00
Richard Feldman
08599544c1
Revise comments 2025-11-27 18:50:19 -05:00
Richard Feldman
d0aad7b21d
Merge remote-tracking branch 'origin/main' into stack-safe-interpreter 2025-11-27 17:52:39 -05:00
Richard Feldman
3e504ff96d
Add test of stack-safe recursion 2025-11-27 17:46:52 -05:00
Luke Boswell
dd2d1fe06c
Merge pull request #8473 from roc-lang/num-casting
Number conversions
2025-11-28 09:19:36 +11:00
Richard Feldman
9937afeb2d
Remove md file 2025-11-27 17:16:36 -05:00
Richard Feldman
e319b4cf3e
Merge remote-tracking branch 'origin/main' into stack-safe-interpreter 2025-11-27 17:15:45 -05:00
Richard Feldman
c65cecf714
Delete dead code 2025-11-27 17:15:28 -05:00
Richard Feldman
616a5b55a6
Make remaining stuff non-recursive 2025-11-27 17:05:09 -05:00
Luke Boswell
29e58880bb
Merge remote-tracking branch 'remote/main' into num-casting 2025-11-28 08:28:27 +11:00
Luke Boswell
f0310302f3
Merge pull request #8442 from roc-lang/builtin-str-impls2
More Builtin `Str` implementations
2025-11-28 08:20:00 +11:00
Richard Feldman
7b1530c3b4
Fix memory leak 2025-11-27 14:25:53 -05:00
Richard Feldman
d305e90ef0
Make more stuff stack-safe 2025-11-27 14:20:24 -05:00
Anton-4
b5eb58ba3d
Fix silent failure str/app.roc (#8472)
fix str/app.roc silent failure
2025-11-27 19:13:56 +01:00
Richard Feldman
4d6e3cb607
Use std.debug assert on null 2025-11-27 12:41:45 -05:00
Richard Feldman
ee8c412b24
Centralize auto-import logic 2025-11-27 12:35:04 -05:00
Richard Feldman
0419a1b65c
Merge pull request #8431 from roc-lang/fold-rev
Add List.fold_rev
2025-11-27 12:30:45 -05:00
Richard Feldman
66ab8f63e5
Convert everything but the last bits 2025-11-27 12:13:44 -05:00
Richard Feldman
5f22883952
Do aliases in a better way 2025-11-27 10:16:40 -05:00
Richard Feldman
188634a466
Merge pull request #8471 from roc-lang/fix-dir-bug
Fix directory bug
2025-11-27 10:09:15 -05:00
Richard Feldman
1eb0a60b85
Add U8 and I8 casting functions 2025-11-27 09:42:16 -05:00
Richard Feldman
cc13123d69
Fix test on Windows 2025-11-27 09:24:55 -05:00
Richard Feldman
cfdf84689b
Convert real paths to use stack-safe interpreting 2025-11-27 09:15:31 -05:00
Richard Feldman
1711506607
Always rebuild the roc binary 2025-11-27 08:37:33 -05:00
Richard Feldman
120e507778
Add more stuff 2025-11-27 08:35:32 -05:00
Anton-4
e22b695595
Merge branch 'main' of github.com:roc-lang/roc into builtin-str-impls2 2025-11-27 14:30:24 +01:00
Anton-4
b97f5fae9e
plum update, fix snapshot_tool_test: integer overflow 2025-11-27 14:29:59 +01:00
Richard Feldman
1339095aa5
Fix directory bug 2025-11-27 08:29:30 -05:00
Richard Feldman
62daacf36d
Add new work items 2025-11-27 08:17:25 -05:00
Richard Feldman
f8edfbccd0
Merge pull request #8457 from roc-lang/fix-segfault
Fix a segfault
2025-11-27 08:15:27 -05:00
Anton-4
4037e8ac1e
fix windows segfault 2025-11-27 13:54:25 +01:00
Richard Feldman
2879591d73
Delete unused function 2025-11-27 07:36:29 -05:00
Richard Feldman
9a32eeac2f
Avoid a string check 2025-11-27 07:36:23 -05:00
Richard Feldman
5818c81738
Merge remote-tracking branch 'origin/main' into fix-segfault 2025-11-27 07:06:49 -05:00
Anton-4
332fe2f518
Merge branch 'main' into builtin-str-impls2
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-11-27 11:57:13 +01:00
Anton-4
7e2cf43929
--verbose snapshots
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-11-27 11:51:13 +01:00
Anton-4
4442e55e48
Merge branch 'main' into fold-rev
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-11-27 11:27:15 +01:00
dependabot[bot]
b739683571
Bump node-forge from 1.3.1 to 1.3.2 in /crates/compiler/checkmate/www (#8462)
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-27 10:40:55 +01:00
Luke Boswell
d28a978d8b
Merge pull request #8467 from roc-lang/windows-ci-things
Windows ci things
2025-11-27 16:51:32 +11:00
Richard Feldman
eeeefa4f6b
Merge pull request #8468 from roc-lang/fix-for-loops
Fix early return from within block
2025-11-27 00:51:19 -05:00
Richard Feldman
17a823caf8
Skip rendering in test 2025-11-27 00:25:23 -05:00
Richard Feldman
cb79642e21
Merge pull request #8466 from roc-lang/num-bug
Fix string interpolation and rocRun error reporting
2025-11-27 00:15:04 -05:00
Richard Feldman
96ad22d002
Fixes after rebase 2025-11-27 00:13:15 -05:00
Richard Feldman
d6230e90bd
Fix early return from within for loop 2025-11-27 00:02:39 -05:00
Luke Boswell
c7980552fc remove unicode character not supported in all shells 2025-11-27 16:02:14 +11:00
Luke Boswell
789610de9e fix paths for Windows 2025-11-27 16:02:08 +11:00
Richard Feldman
e00e6458b5
Update snapshots 2025-11-26 23:51:03 -05:00