|
|
9cf87d1075
|
Add Kotlin bridge reflection handles and tests
|
2026-02-15 01:23:13 +03:00 |
|
|
|
cd145f6a96
|
Migrate runtime locals to frame slots
|
2026-02-14 23:25:19 +03:00 |
|
|
|
34678068ac
|
Remove interpreter paths and enforce bytecode-only execution
|
2026-02-14 01:20:13 +03:00 |
|
|
|
e73fe0d3c5
|
Remove interpreter fallbacks and enforce bytecode execution
|
2026-02-14 00:41:33 +03:00 |
|
|
|
26564438e2
|
Enforce bytecode-only statements and wrap defaults
|
2026-02-13 06:44:00 +03:00 |
|
|
|
90826b519d
|
Remove interpreter paths and enforce bytecode-only execution
|
2026-02-13 00:19:47 +03:00 |
|
|
|
99ca15d20f
|
Step 24E: frame capture refs
|
2026-02-11 20:33:58 +03:00 |
|
|
|
1271f347bd
|
Step 25D: module decl disasm coverage
|
2026-02-10 09:31:21 +03:00 |
|
|
|
4e08339756
|
Step 25C: bytecode class declarations
|
2026-02-10 08:30:10 +03:00 |
|
|
|
0caa9849cf
|
Step 25: emit DECL_EXEC for declarations
|
2026-02-09 22:00:46 +03:00 |
|
|
|
dab0b9f165
|
Step 24: remove assign scope slot
|
2026-02-09 20:42:02 +03:00 |
|
|
|
c035b4c34c
|
Step 22: delegated locals in bytecode
|
2026-02-09 12:34:23 +03:00 |
|
|
|
9d508e219f
|
Step 21: union mismatch bytecode throw
|
2026-02-09 12:13:33 +03:00 |
|
|
|
b49f291bff
|
Step 20: bytecode NopStatement
|
2026-02-09 12:04:51 +03:00 |
|
|
|
565dbf98ed
|
Step 19: union member access
|
2026-02-09 11:38:04 +03:00 |
|
|
|
5305ced89f
|
Step 18: delegated member access in bytecode
|
2026-02-09 11:00:29 +03:00 |
|
|
|
b2d5897aa8
|
Step 17: callable property calls
|
2026-02-09 10:50:53 +03:00 |
|
|
|
0b94b46d40
|
Step 15: class-scope ?= in bytecode
|
2026-02-09 10:34:36 +03:00 |
|
|
|
541738646f
|
Enable fast local refs behind compiler flag
|
2026-02-09 10:28:32 +03:00 |
|
|
|
f0dc0d2396
|
Support qualified this refs in bytecode
|
2026-02-09 10:16:04 +03:00 |
|
|
|
7850d5fbde
|
Cover optional index pre-inc short-circuit
|
2026-02-09 10:07:32 +03:00 |
|
|
|
cde7cf2caf
|
Add optional inc/dec bytecode tests
|
2026-02-09 10:06:39 +03:00 |
|
|
|
b5bb68d042
|
less noise in tests
|
2026-02-08 11:22:27 +03:00 |
|
|
|
c16c0d7ebd
|
language tools and site suport
|
2026-02-07 05:47:18 +03:00 |
|
|
|
78d8e546d5
|
Add stepped range iteration
|
2026-02-07 05:45:44 +03:00 |
|
|
|
79bece94a5
|
Refine implicit receiver type resolution and enhance related tests.
|
2026-02-06 13:46:38 +03:00 |
|
|
|
3b290116b8
|
Add nested declarations and lifted enums
|
2026-02-05 23:57:34 +03:00 |
|
|
|
d82a9bb930
|
Add type aliases for type expressions
|
2026-02-05 21:08:04 +03:00 |
|
|
|
7a286f2e06
|
Infer map literal types
|
2026-02-05 20:31:20 +03:00 |
|
|
|
de9ac14e33
|
Add generics docs and link from tutorial
|
2026-02-05 20:29:25 +03:00 |
|
|
|
40de53f688
|
Define type expression checks for unions
|
2026-02-05 20:14:09 +03:00 |
|
|
|
c31343a040
|
Add union type checks and list literal inference
|
2026-02-05 19:45:07 +03:00 |
|
|
|
9db5b12c31
|
Implement nullable shorthand for params
|
2026-02-05 19:14:03 +03:00 |
|
|
|
7e538ed8aa
|
Expand mixed-slot stress tests
|
2026-02-05 18:39:22 +03:00 |
|
|
|
566ddc6bde
|
Add mixed-slot closure stress test
|
2026-02-05 18:00:39 +03:00 |
|
|
|
afbd6e45b9
|
Fix numeric fast-paths for Obj arithmetic
|
2026-02-05 17:56:01 +03:00 |
|
|
|
43a6a7aaf4
|
Implement qualified cast views for MI
|
2026-02-04 23:31:41 +03:00 |
|
|
|
308a9c0bcb
|
work in progress: unignoring tests
|
2026-02-04 16:49:10 +03:00 |
|
|
|
862486e0e8
|
Add stdlib extension wrapper coverage test
|
2026-02-04 00:39:22 +03:00 |
|
|
|
ce0393b309
|
Add wasm stdlib extension smoke test
|
2026-02-04 00:37:02 +03:00 |
|
|
|
6539b9deff
|
Fix wasm map usage and ignore annotation
|
2026-02-04 00:24:19 +03:00 |
|
|
|
54c6fca0e8
|
Add generic bounds checks and union/intersection types
|
2026-02-03 15:36:11 +03:00 |
|
|
|
c9da0b256f
|
Add minimal generics and typed callable casts
|
2026-02-03 07:38:41 +03:00 |
|
|
|
51b397686d
|
Remove outdated CmdVmTest
|
2026-02-03 03:36:00 +03:00 |
|
|
|
be337144eb
|
Enable tests and fix destructuring/prop setter parsing
|
2026-02-03 03:30:04 +03:00 |
|
|
|
523b9d338b
|
Update compile-time resolution and tests
|
2026-02-03 02:07:29 +03:00 |
|
|
|
8f60a84e3b
|
Fix loop scoping in bytecode and unignore ScriptTests
|
2026-01-30 23:46:25 +03:00 |
|
|
|
d363501081
|
Fix exception class lookup and add lazy delegate
|
2026-01-30 23:22:02 +03:00 |
|
|
|
ffb22d0875
|
Fix bytecode loop locals and class member resolution
|
2026-01-30 22:27:48 +03:00 |
|
|
|
2e9e0921bf
|
Add cached builtin and unignore ScriptTest cached
|
2026-01-30 20:33:11 +03:00 |
|