1147 Commits (7973f99f475a48a5a39f584a4e16bc56bd7423eb)

Author SHA1 Message Date
韩天峰 74274f8328 fix(compiler): defer cache IDs to convert phase 1 day ago
韩天峰 8f32497de7 refactor(compiler): strongly type symbol cache IDs 1 day ago
韩天峰 1b235d0769 test(compiler): reject mixed cache lifetime IDs 1 day ago
韩天峰 8c6ea1d14e fix(build): make source discovery deterministic 1 day ago
韩天峰 0ac6dfe499 fix(compiler): keep method cache lifetime aligned with class 1 day ago
韩天峰 e4bb7b2605 refactor(build): separate project-specific compile options from common pch 1 day ago
韩天峰 642e9a7e4b fix(generator): use interned strings for persistent class metadata 2 days ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 2 days ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 2 days ago
韩天峰 178636a577 feat(config): add ext-deps alias for extension-dependencies configuration 2 days ago
韩天峰 1118c1e8ec feat(compiler): add PHP extension dependencies support 2 days ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 2 days ago
韩天峰 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 2 days ago
韩天峰 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 2 days ago
韩天峰 9f1cf07511 feat(parser): add support for promoted asymmetric visibility properties 2 days ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 2 days ago
韩天峰 4c59d9a21b feat(compiler): add DNF type support for method signatures and variance 2 days ago
韩天峰 b2246cd456 test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 2 days ago
韩天峰 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 2 days ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 2 days ago
韩天峰 6dcafb652b test(compiler): add comprehensive negative compatibility tests and improve error handling 2 days ago
韩天峰 6d45c64b4d feat(parser): add validation for PHP 8.5 closure usage in constants and defaults 2 days ago
韩天峰 c5f478766e feat(compiler): add support for PHP 8.5 magic constants and namespace relative names 3 days ago
韩天峰 f64a1d5cb7 refactor(parser): remove unused methods and update call argument generation 3 days ago
韩天峰 2471ed1db7 feat(compiler): add native class export validation for library stubs 3 days ago
韩天峰 0a97daa663 fix(compiler): simplify root slot registration in CompilerBase 4 days ago
韩天峰 4e00799c4a test(entry-script): add test for main line padding optimization 5 days ago
韩天峰 41e11a66e6 refactor(build): update runtime initialization and linking for native modules 5 days ago
韩天峰 101b9f6261 fix(parser): handle array value write dereferences correctly 5 days ago
韩天峰 e722501b3d refactor(generator): replace php prefixed helper functions with php namespace 5 days ago
韩天峰 d80f4a0d20 perf(parser): optimize array dimension fetch and selection operations 5 days ago
韩天峰 4713a58b06 feat(compiler): add local class entry hoisting control for parameter defaults 5 days ago
韩天峰 cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 5 days ago
韩天峰 7418b6247e feat(parser): optimize string concatenation assignment operations 5 days ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 6 days ago
韩天峰 70d13a3601 修复 C++ 代码的缩进问题 6 days ago
韩天峰 4b8d0eb685 优化生成的 C++ 代码体积,减少无效行 6 days ago
韩天峰 729000fa0c chore(deps): update swoole/phpx dependency to version ~2.6.1 6 days ago
韩天峰 0d0e62fbc7 fix(array-def): update list index validation to use PHP's append position 7 days ago
韩天峰 ab1854beb0 refactor(parser): update local variable initializer hoisting logic 7 days ago
韩天峰 d33073c021 feat(compiler): add ArrayDef compile-time array contract support 7 days ago
韩天峰 f1ef66622c chore(version): bump version to 0.6.0 and update dependencies 1 week ago
韩天峰 244fa4d8b2 Immutable 实现 1 week ago
韩天峰 7fece68f12 Native Class 支持 迭代器 1 week ago
韩天峰 464de23051 Native Class 支持 ArrayAccess 1 week ago
韩天峰 2ffd4ded19 Native Class 支持 [完结] 1 week ago
韩天峰 2e6ddf98f1 Native Class 支持 [第九阶段] 1 week ago
韩天峰 c9666664aa Native Class 支持 [第八阶段] 1 week ago
韩天峰 587818d5f9 Native Class 支持 [第七阶段] 1 week ago
韩天峰 7d1a90a340 Native Class 支持 [第六阶段] 1 week ago