688 Commits (master)

Author SHA1 Message Date
韩天峰 2986f3db70 test(compiler): update test configuration and execution setup 10 hours ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 14 hours ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 16 hours ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 17 hours ago
韩天峰 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 17 hours ago
韩天峰 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 1 day ago
韩天峰 9f1cf07511 feat(parser): add support for promoted asymmetric visibility properties 1 day ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 1 day ago
韩天峰 4c59d9a21b feat(compiler): add DNF type support for method signatures and variance 1 day ago
韩天峰 b2246cd456 test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 1 day ago
韩天峰 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 1 day ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 1 day ago
韩天峰 23a2bf44d7 test(compiler): add comprehensive test coverage for PHP language features 1 day ago
韩天峰 c5f478766e feat(compiler): add support for PHP 8.5 magic constants and namespace relative names 2 days ago
韩天峰 0a97daa663 fix(compiler): simplify root slot registration in CompilerBase 3 days ago
韩天峰 101b9f6261 fix(parser): handle array value write dereferences correctly 4 days ago
韩天峰 e722501b3d refactor(generator): replace php prefixed helper functions with php namespace 4 days ago
韩天峰 d80f4a0d20 perf(parser): optimize array dimension fetch and selection operations 4 days ago
韩天峰 4713a58b06 feat(compiler): add local class entry hoisting control for parameter defaults 4 days ago
韩天峰 cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 4 days ago
韩天峰 7418b6247e feat(parser): optimize string concatenation assignment operations 4 days ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 5 days ago
韩天峰 a08f73c995 test(compiler): add signed integer arithmetic operator tests 5 days ago
韩天峰 729000fa0c chore(deps): update swoole/phpx dependency to version ~2.6.1 5 days ago
韩天峰 0d0e62fbc7 fix(array-def): update list index validation to use PHP's append position 6 days ago
韩天峰 ab1854beb0 refactor(parser): update local variable initializer hoisting logic 6 days ago
韩天峰 d33073c021 feat(compiler): add ArrayDef compile-time array contract support 6 days ago
韩天峰 68bdedaa31 perf(gc): increase native heap initial threshold to 16 MiB 6 days ago
韩天峰 d1704b42ef docs(native-class): update memory layout documentation and add padding fields to test classes 6 days ago
韩天峰 244fa4d8b2 Immutable 实现 7 days 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
韩天峰 7d1a90a340 Native Class 支持 [第六阶段] 1 week ago
韩天峰 13344ace72 Native Class 支持 [第五阶段] 1 week ago
韩天峰 7cf265cbc7 Native Class 支持 [第四阶段] 1 week ago
韩天峰 de8fdaf464 Native Class 支持 [第三阶段] 1 week ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 1 week ago
韩天峰 981b8f54d7 Native Class 支持 2 weeks ago
韩天峰 2f229ee0ac feat(generator): add PHP 8.4 interface property hook contracts support 2 weeks ago
韩天峰 ea08344c92 feat(parser): implement nullsafe operator temporary variable lifecycle management 2 weeks ago
韩天峰 5162261c75 fix(stub): remove pseudo-type aliases that could rewrite property names 2 weeks ago
韩天峰 96960e9da1 refactor(scope): optimize callback map handling for preg_replace_callback_array 2 weeks ago
韩天峰 bca77588b5 fix(optimizer): handle first-class callable placeholders in property optimizer 2 weeks ago
韩天峰 6c9adbccad feat(wasm): upgrade preview2-shim and add mutable filesystem support 2 weeks ago
NathanFreeman af7ae9df82 fix(compiler): validate dynamic call argument counts 2 weeks ago
韩天峰 e1018ca87e fix(anon-class): handle null return in anonymous class methods 2 weeks ago
韩天峰 a79610fb2c fix(compiler): resolve anonymous class names with proper namespace imports 2 weeks ago