|
|
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 |
|
|
|
f9c29e742a
|
Add run builtin and unignore ScriptTest toString/getter
|
2026-01-30 20:26:53 +03:00 |
|
|
|
348052991c
|
Unignore ScriptTest enums/elvis/join
|
2026-01-30 20:21:03 +03:00 |
|
|
|
0331ea22f7
|
Unignore ScriptTest sprintf/forin/return
|
2026-01-30 20:19:29 +03:00 |
|
|
|
f6b6395424
|
Unignore ScriptTest clamp/ops/spread
|
2026-01-30 20:17:25 +03:00 |
|
|
|
2622fde41b
|
Unignore ScriptTest args/locals
|
2026-01-30 20:14:45 +03:00 |
|
|
|
55470795f0
|
Unignore ScriptTest exceptions/map/method
|
2026-01-30 20:13:29 +03:00 |
|
|
|
eb6facd58d
|
Unignore ScriptTest namedargs/exceptions/todo
|
2026-01-30 20:09:33 +03:00 |
|
|
|
7c60f02868
|
Unignore ScriptTest enum/splat/pos
|
2026-01-30 20:07:01 +03:00 |
|
|
|
eb869dc112
|
Unignore ScriptTest string/logical/println
|
2026-01-30 20:03:19 +03:00 |
|
|
|
c5dbf6ad51
|
Unignore ScriptTest json deserialization
|
2026-01-30 20:02:13 +03:00 |
|
|
|
55b2162fa3
|
Unignore ScriptTest json/null/instance/vals
|
2026-01-30 20:01:06 +03:00 |
|