675 Commits

Author SHA1 Message Date
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
6220e982a0 optimization: Scope access is now a Kotlin interface, compiler uses direct slot access also for closures 2026-02-05 13:55:24 +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
24c4ed85b4 Declare List.add in stdlib
Declare List.add in stdlib
2026-02-04 14:01:36 +03:00
1fab2702dd Allow Object members on unknown types 2026-02-04 03:40:07 +03:00
47654aee38 Enforce compile-time only member access 2026-02-04 03:30:56 +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
0f1748e053 Add generic extern collection types 2026-02-04 00:31:55 +03:00
6539b9deff Fix wasm map usage and ignore annotation 2026-02-04 00:24:19 +03:00
ac2a734998 Align extern class member ids with runtime 2026-02-04 00:13:05 +03:00
ec64d7309c Add typed Iterable/Iterator externs 2026-02-04 00:01:29 +03:00
874f8fc205 Support generic extension receivers and Iterable signatures 2026-02-03 23:58:49 +03:00
54c6fca0e8 Add generic bounds checks and union/intersection types 2026-02-03 15:36:11 +03:00
c5bf4e5039 Add variance-aware type params and generic delegates 2026-02-03 09:09:04 +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
824a58bbc5 Tighten compile-time slot resolution 2026-02-03 02:29:58 +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
a29acb6000 Unignore ScriptTest json/map/comments 2026-01-30 19:59:58 +03:00
cf3ca342f4 Unignore ScriptTest iterable/minmax/inline 2026-01-30 19:58:49 +03:00
431faa9262 Unignore ScriptTest regex/extension/source/range 2026-01-30 19:57:38 +03:00
29aa490748 Unignore ScriptTest list/sort/binarySearch 2026-01-30 19:55:34 +03:00
84554ab7c6 Unignore ScriptTest batch and keep bytecode updates 2026-01-30 19:47:52 +03:00
64fa305aa7 Fix apply/inc-dec handling and re-enable more ScriptTests 2026-01-30 18:19:55 +03:00
eaa5713eaf Re-enable more ScriptTest cases 2026-01-30 17:44:31 +03:00
615dc026f7 Fix apply captures, class forward refs, and when bytecode 2026-01-30 17:41:04 +03:00
4b66454bf3 Handle labeled break and catch locals in ScriptTest 2026-01-30 17:03:51 +03:00