325 Commits

Author SHA1 Message Date
6bf99d354b Refactor scope handling and caching, improve dynamic access and tests, bump version to 1.5.1-SNAPSHOT 2026-02-19 16:17:35 +03:00
d82302dd01 Add support for variadic function types and ellipsis in type declarations, stricter lamda types compile-time checks and object binding for Kotlin bridges 2026-02-19 11:12:39 +03:00
e7c1adb2c5 Kotlin bride: object bindings added 2026-02-19 08:12:28 +03:00
79a541b148 Clean up compiler warnings 2026-02-18 18:16:33 +03:00
2d4ae0d98b fixed site sample to be more expressive 2026-02-17 22:34:56 +03:00
74d911e837 Migrate IdeLenientImportProvider to lynglib, add detailed time-related documentation, and improve analysis support for unresolved references. 2026-02-17 22:20:31 +03:00
2e7c28f735 corrected home page samples 2026-02-17 12:47:55 +03:00
df19524177 Refine variable resolution logic, update type alias syntax 2026-02-17 08:17:57 +03:00
b6851b7098 Improve variable resolution and expand test coverage; improved wahtsnew 2026-02-17 08:06:06 +03:00
c5b8871c3a Add support for closed classes and enhancements to the Kotlin reflection bridge 2026-02-16 19:08:32 +03:00
44f9573eec Add mixed compare benchmark baseline 2026-02-16 17:33:05 +03:00
a8f6aa31f1 Fix for-loop real widening coercions 2026-02-16 16:53:53 +03:00
fd2da1efd3 VM optimizations 2026-02-16 06:16:29 +03:00
637258581d Optimize int loop jumps and document loop var immutability 2026-02-15 15:12:52 +03:00
db9dc73da8 Fix portability issues and move JVM-only test 2026-02-15 11:09:55 +03:00
b233d4c15f Improve plugin symbol accuracy in completion and docs 2026-02-15 11:05:57 +03:00
6295cea6ad Test module-frame lookup in bridge resolver 2026-02-15 01:29:13 +03:00
cc681c76a0 Test extension callable handles 2026-02-15 01:26:31 +03:00
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