This website requires JavaScript.
8e10540257
better processing of lyng.d. files
master
sergeych
2026-02-23 15:04:25 +03:00
9f10786a94
small tweaks to remove warnings
sergeych
2026-02-22 10:34:46 +03:00
274abaaf03
Refactor scope handling to improve slot synchronization, dynamic access, and module frame interactions; bump version to 1.5.1-SNAPSHOT.
sergeych
2026-02-20 22:55:45 +03:00
51b0d1fdfc
dynamic tests moved to a right suite
sergeych
2026-02-20 11:16:57 +03:00
c46f74bd7e
dynamic behavior fixed, publishing the snapshot
sergeych
2026-02-20 11:15:35 +03:00
87ef1c38b8
Improve error handling and scope resolution in dynamic callbacks and bytecode execution, add new tests for dynamic behavior.
sergeych
2026-02-20 10:15:01 +03:00
529f76489b
fixed bug in dynamic val/var compilation
sergeych
2026-02-19 16:32:00 +03:00
6bf99d354b
Refactor scope handling and caching, improve dynamic access and tests, bump version to 1.5.1-SNAPSHOT
sergeych
2026-02-19 16:17:35 +03:00
66d9a40bb1
better scopeFacade
sergeych
2026-02-19 11:41:39 +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
sergeych
2026-02-19 11:12:22 +03:00
e7c1adb2c5
Kotlin bride: object bindings added
sergeych
2026-02-19 08:12:28 +03:00
45f3658742
better docs/AI instructions/readme
sergeych
2026-02-19 01:06:08 +03:00
087143b022
Remove remaining JVM warnings
sergeych
2026-02-18 21:39:01 +03:00
6d943c5e1e
Migrate Instant to kotlin.time
sergeych
2026-02-18 21:13:21 +03:00
79a541b148
Clean up compiler warnings
sergeych
2026-02-18 18:16:33 +03:00
64debf78bd
Fix MI Lynon serialization test
sergeych
2026-02-18 12:14:09 +03:00
f0bcee407a
Enable pooled closure test; keep MI serialization ignored
sergeych
2026-02-18 12:10:26 +03:00
5b15d85c14
Enable lynlib tests, drop legacy perf tests
sergeych
2026-02-18 12:08:19 +03:00
28d3f8364c
fixed booktests
sergeych
2026-02-18 10:14:09 +03:00
dc9885c218
fixed samples test
sergeych
2026-02-18 09:17:12 +03:00
a0ecbfd334
Merge branch 'bytecode-spec'
sergeych
2026-02-17 22:42:54 +03:00
23a1bb726f
readme warning
obsolete_interpreted_versions
sergeych
2026-02-17 22:38:18 +03:00
2d4ae0d98b
fixed site sample to be more expressive
bytecode-spec
sergeych
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.
sergeych
2026-02-17 22:20:31 +03:00
2e7c28f735
corrected home page samples
sergeych
2026-02-17 12:47:55 +03:00
69156893d4
Improve receiver class handling and enhance resolution logic
sergeych
2026-02-17 12:35:31 +03:00
df19524177
Refine variable resolution logic, update type alias syntax
sergeych
2026-02-17 08:17:57 +03:00
b6851b7098
Improve variable resolution and expand test coverage; improved wahtsnew
sergeych
2026-02-17 08:06:06 +03:00
afa4b20070
update version, site and docs
sergeych
2026-02-16 19:29:14 +03:00
c5b8871c3a
Add support for closed classes and enhancements to the Kotlin reflection bridge
sergeych
2026-02-16 19:08:32 +03:00
7f2f99524f
Expand fast ops optimization plan
sergeych
2026-02-16 18:09:58 +03:00
bfa8a59df3
Unbox assign-op operands for fast int/real ops
sergeych
2026-02-16 18:04:55 +03:00
09b1eb68ae
Enable fast string compares for indexed list
sergeych
2026-02-16 17:58:05 +03:00
fdb23b3a76
Reuse void slot for if statements
sergeych
2026-02-16 17:50:39 +03:00
7c28296f92
Elide redundant bool conversions in logical ops
sergeych
2026-02-16 17:42:04 +03:00
3e654ddd60
Use primitive ops for mixed int/real
sergeych
2026-02-16 17:37:49 +03:00
e8f5c9eaf4
Use fast compare for stable obj temps
sergeych
2026-02-16 17:35:08 +03:00
44f9573eec
Add mixed compare benchmark baseline
sergeych
2026-02-16 17:33:05 +03:00
a8f6aa31f1
Fix for-loop real widening coercions
sergeych
2026-02-16 16:53:53 +03:00
fd2da1efd3
VM optimizations
sergeych
2026-02-16 06:16:29 +03:00
637258581d
Optimize int loop jumps and document loop var immutability
sergeych
2026-02-15 15:12:52 +03:00
db9dc73da8
Fix portability issues and move JVM-only test
sergeych
2026-02-15 11:09:55 +03:00
b233d4c15f
Improve plugin symbol accuracy in completion and docs
sergeych
2026-02-15 11:05:57 +03:00
3f2c38c471
Add Scope.requireClass helper for stdlib binding
sergeych
2026-02-15 01:45:21 +03:00
d8d2eff436
Bind KotlinIterator via stdlib extern class
sergeych
2026-02-15 01:37:40 +03:00
6295cea6ad
Test module-frame lookup in bridge resolver
sergeych
2026-02-15 01:29:13 +03:00
cc681c76a0
Test extension callable handles
sergeych
2026-02-15 01:26:31 +03:00
9cf87d1075
Add Kotlin bridge reflection handles and tests
sergeych
2026-02-15 01:23:13 +03:00
cd145f6a96
Migrate runtime locals to frame slots
sergeych
2026-02-14 23:25:19 +03:00
34678068ac
Remove interpreter paths and enforce bytecode-only execution
sergeych
2026-02-14 01:20:13 +03:00
e73fe0d3c5
Remove interpreter fallbacks and enforce bytecode execution
sergeych
2026-02-14 00:41:33 +03:00
26564438e2
Enforce bytecode-only statements and wrap defaults
sergeych
2026-02-13 06:44:00 +03:00
489dae6604
Enforce bytecode-only wrappers and add extern bridge opcode
sergeych
2026-02-13 04:46:07 +03:00
05cba5b653
Enforce bytecode-only class and instance init bodies
sergeych
2026-02-13 01:37:16 +03:00
70ba424ef9
Require bytecode for StatementRef evaluation
sergeych
2026-02-13 01:36:10 +03:00
90826b519d
Remove interpreter paths and enforce bytecode-only execution
sergeych
2026-02-13 00:19:47 +03:00
4cd8e5ded2
Block non-bytecode Statements in bytecode calls
sergeych
2026-02-12 17:51:40 +03:00
db4f7d0973
Finalize bytecode-only lambdas and frame binding
sergeych
2026-02-12 17:47:05 +03:00
a481371349
Step 27E: add CLI bytecode fallback reporting
sergeych
2026-02-12 00:15:35 +03:00
51319fa8b7
Step 27D: expose lambda fallback reporter
sergeych
2026-02-12 00:03:48 +03:00
86ac7eee54
Step 27C: report lambda bytecode fallbacks
sergeych
2026-02-12 00:02:09 +03:00
18278794d6
Step 27B: bytecode ::class
sergeych
2026-02-11 23:10:32 +03:00
ac680ceb6c
Step 27A: remove EVAL_STMT
sergeych
2026-02-11 21:15:43 +03:00
6efdfc1964
Step 26C: remove forceScopeSlots
sergeych
2026-02-11 21:02:48 +03:00
b9af80a1b2
Step 26B: drop containsValueFnRef
sergeych
2026-02-11 20:53:15 +03:00
bde32ca7b5
Step 26A: bytecode lambda callables
sergeych
2026-02-11 20:50:56 +03:00
99ca15d20f
Step 24E: frame capture refs
sergeych
2026-02-11 20:33:58 +03:00
c14c7d43d9
Step 24D: bytecode closure scope
sergeych
2026-02-11 11:36:19 +03:00
1271f347bd
Step 25D: module decl disasm coverage
sergeych
2026-02-10 09:31:21 +03:00
4e08339756
Step 25C: bytecode class declarations
sergeych
2026-02-10 08:30:10 +03:00
b32a937636
Step 25B: bytecode function declarations
sergeych
2026-02-10 08:13:58 +03:00
4db0a7fbab
Step 25A: bytecode enum declarations
sergeych
2026-02-10 08:04:28 +03:00
8b196c7b0c
Step 24E: isolate interpreter-only capture logic
sergeych
2026-02-10 07:58:29 +03:00
54ca886753
Step 24D: update plan
sergeych
2026-02-10 07:56:24 +03:00
abbebec153
Step 24D: bytecode-only closure path for lambdas
sergeych
2026-02-10 07:56:08 +03:00
c066dc7150
Step 24C: remove scope mirroring in bytecode runtime
sergeych
2026-02-10 04:46:42 +03:00
6c0b86f6e6
Step 24B: frame-slot captures for bytecode lambdas
sergeych
2026-02-10 04:33:04 +03:00
8f1c660f4e
Step 24A: bytecode capture tables for lambdas
sergeych
2026-02-10 04:19:52 +03:00
3ce9029162
Mark step 25 complete
sergeych
2026-02-09 22:01:02 +03:00
0caa9849cf
Step 25: emit DECL_EXEC for declarations
sergeych
2026-02-09 22:00:46 +03:00
8314127fdb
Update bytecode migration plan for interpreter removal
sergeych
2026-02-09 20:44:45 +03:00
dab0b9f165
Step 24: remove assign scope slot
sergeych
2026-02-09 20:23:25 +03:00
6aa23e8ef3
Step 23: frame-based delegated locals
sergeych
2026-02-09 19:57:59 +03:00
c035b4c34c
Step 22: delegated locals in bytecode
sergeych
2026-02-09 12:34:23 +03:00
9d508e219f
Step 21: union mismatch bytecode throw
sergeych
2026-02-09 12:13:33 +03:00
b49f291bff
Step 20: bytecode NopStatement
sergeych
2026-02-09 12:04:51 +03:00
ae88898f58
Step 16: remove ToBoolStatement
sergeych
2026-02-09 11:42:51 +03:00
565dbf98ed
Step 19: union member access
sergeych
2026-02-09 11:38:04 +03:00
5305ced89f
Step 18: delegated member access in bytecode
sergeych
2026-02-09 11:00:29 +03:00
b2d5897aa8
Step 17: callable property calls
sergeych
2026-02-09 10:50:53 +03:00
0b94b46d40
Step 15: class-scope ?= in bytecode
sergeych
2026-02-09 10:34:36 +03:00
541738646f
Enable fast local refs behind compiler flag
sergeych
2026-02-09 10:28:32 +03:00
f0dc0d2396
Support qualified this refs in bytecode
sergeych
2026-02-09 10:16:04 +03:00
7850d5fbde
Cover optional index pre-inc short-circuit
sergeych
2026-02-09 10:07:32 +03:00
cde7cf2caf
Add optional inc/dec bytecode tests
sergeych
2026-02-09 10:06:39 +03:00
473a5dd6ed
Handle optional assign-ops and inc/dec in bytecode
sergeych
2026-02-09 10:04:37 +03:00
694d15c69d
Add bytecode destructuring assignment
sergeych
2026-02-09 09:58:34 +03:00
780227a229
Complete bytecode module declaration step
sergeych
2026-02-09 09:49:04 +03:00
8a7582891a
Fix bytecode object refs and post-inc
sergeych
2026-02-09 03:20:14 +03:00
5b1a8af4e3
Allow delay in bytecode
sergeych
2026-02-09 02:18:00 +03:00