• Joined on 2025年08月04日
lung pushed to main at lung/revo 2026年07月08日 18:38:10 +02:00
Compare 4 commits »
lung pushed to main at lung/revo 2026年07月03日 14:49:07 +02:00
2ee9868042 lang_pipeline.zig -> pipeline.zig
lung pushed to main at lung/revo 2026年07月03日 14:44:53 +02:00
9b32e3c111 import: stop swallowing preload error
430f9213e2 little refactors
Compare 2 commits »
lung pushed to main at lung/revo 2026年06月30日 17:56:55 +02:00
83c0f6be1d fix GH-22
lung pushed to main at lung/revo 2026年06月28日 19:45:46 +02:00
e27faf4149 tests: named+generics and optional+typed coverage
lung pushed to main at lung/revo 2026年06月28日 19:11:14 +02:00
c663aa6e15 tests: stdlib and multiline strings
lung pushed to main at lung/revo 2026年06月28日 19:10:17 +02:00
86352b75ad tests: stdlib and multiline strings
7f25d0852e tests: collapse & tidy
38c41f1cd4 tests: remove dead
Compare 3 commits »
lung pushed to main at lung/revo 2026年06月28日 11:35:29 +02:00
09acb0167e Fix GH-21
1d481f0ec2 all: Adjust for 0.16
Compare 2 commits »
lung pushed to main at lung/revo 2026年06月27日 22:56:39 +02:00
b9912f61ab Squash merge reorg into main
dc2820434b Squash merge userdata into main
Compare 2 commits »
lung pushed to main at lung/revo 2026年06月21日 00:18:47 +02:00
6c49d24a37 parser error on stray colon
lung pushed to main at lung/revo 2026年06月21日 00:18:14 +02:00
ec44431ae5 parser error on stray colon
f9893f0fde yesterday's fixes
fc4b011753 vm: fix hang in async backend poll when waiting fibers have no io or sleepers
Compare 3 commits »
lung pushed to main at lung/revo 2026年06月20日 12:35:36 +02:00
4c3a17a05f fix: workspace symbol name, registerDoc double-free, didClose diag clear, contentChanges guard, file-level fallback
lung pushed to main at lung/revo 2026年06月19日 13:28:22 +02:00
6bd8a5914f fix: also fill report.message in appendFailureReport and parseTokensReport error paths
3cfcafce2b updat TODO.md
426b1813e9 parser/compiler: extract report.message from .error parts so LSP diagnostics have proper messages
b5e3cde282 lsp: dedup diagnostics from semantic+compile passes, fix empty message fallback
Compare 4 commits »
lung pushed to main at lung/revo 2026年06月19日 12:34:22 +02:00
f8302b00f7 explicit generics annotation & recheck old code
c96922596e fixup leaks
cc0eb0970a test: switch lexer/parser/ast/expander page_allocators to testing allocators
0073362af9 test: switch to proper allocator
c47c3579d1 Squash merge generics into main
Compare 5 commits »
lung pushed to main at lung/revo 2026年06月18日 12:49:04 +02:00
3001b64efc compiler: return type propagation
lung pushed tag nightly-16-06-2026 to lung/revo 2026年06月16日 22:48:31 +02:00
lung pushed to main at lung/revo 2026年06月16日 22:44:13 +02:00
b94edd8ce2 build: make release a step instead of flag
c8dc51b027 build: fix -Drelease
Compare 2 commits »
lung pushed to main at lung/revo 2026年06月16日 22:37:34 +02:00
392de3d733 types: match arm narrowing
8caefd2a3a types: fix comp_block wouldnt infer inner expression
Compare 2 commits »
lung pushed to main at lung/revo 2026年06月16日 18:23:48 +02:00
d8be5db3c3 kill addition-for-concat, update tests
e80e5ac370 vm: more concat fast paths
3d697f4ced vm, parser: minor concat opt
e4e0db4aaf compiler: concat const fold w constants
e24dce5699 concat: tests
Compare 7 commits »
lung pushed to main at lung/revo 2026年06月15日 19:09:23 +02:00
1852e5efa7 compiler: reject !/? mid-name, reject fn? decls
fdd7ef8dcd fix: dotest/dosuite stdout writer broken
Compare 2 commits »