420 Commits

Author SHA1 Message Date
a557d0cc59 Add import binding data for module slot seeding 2026-02-08 21:47:36 +03:00
40a55f298e Allow wrapping break/continue/return statements 2026-02-08 21:47:36 +03:00
b857686d7d Add bytecode support for destructuring decls 2026-02-08 21:47:36 +03:00
eb58720365 Add bytecode support for delegated var decls 2026-02-08 21:47:36 +03:00
62975ff511 1.3 notes 2026-02-08 12:43:33 +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
c35efdc2ae Disambiguate type alias declarations from type() calls 2026-02-05 22:22:43 +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
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