652 Commits

Author SHA1 Message Date
8a7582891a Fix bytecode object refs and post-inc 2026-02-09 03:20:14 +03:00
5b1a8af4e3 Allow delay in bytecode 2026-02-09 02:18:00 +03:00
58581d6bf0 Step 9: module-level bytecode execution 2026-02-09 02:09:29 +03:00
e2f503744d Bytecode: dynamic member assign ops 2026-02-09 02:05:58 +03:00
d739833c57 Step 8: bytecode ObjDynamic member access 2026-02-09 02:02:10 +03:00
5fd322a43e Step 7: bytecode class-scope member refs 2026-02-09 01:53:12 +03:00
3a46e59ec8 Step 6: support map spread in bytecode 2026-02-09 01:43:58 +03:00
026b023892 Step 5: allow bytecode for delegated var decls 2026-02-09 01:40:31 +03:00
f9fe3d1186 Step 4: allow bytecode for destructuring/extension decls 2026-02-09 01:39:00 +03:00
f5ced02505 Step 3: bytecode try/catch/finally 2026-02-09 01:18:20 +03:00
7ea67d4816 Step 2: bytecode for implicit this refs 2026-02-09 00:52:44 +03:00
7b70a37e90 Step 1: module import slots and extension lookup 2026-02-08 21:47:36 +03:00
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
3391da595f more memory for build 2026-02-08 12:52:03 +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