706 Commits (7b05882c106d424d6918ecb2fd328bd1b7da91c5)

Author SHA1 Message Date
hafung 0f430e85a6 fix(optimizer): preserve array_keys strict type errors 10 hours ago
hafung 61d53179d1 fix(optimizer): convert dynamic array_keys strict flag 10 hours ago
韩天峰 f6394934c5 fix: preserve imported enum cases in attribute arguments 13 hours ago
韩天峰 8b1c8e7d26 perf: streamline dynamic property writes 13 hours ago
韩天峰 a4dee96fcf perf: optimize stable integer property sums 14 hours ago
韩天峰 7fa95d449f fix: preserve object property reference semantics 15 hours ago
韩天峰 7f0a8181f5 fix(attribute): preserve enum case arguments 19 hours ago
韩天峰 fb79fb832c fix(parser): preserve runtime class in static calls 19 hours ago
韩天峰 d19809af9b Reclassify phpt test files 2 days ago
韩天峰 8918fae3ba fix(parser): stabilize compound array access paths 2 days ago
hafung ec251655ba Fix repeated array offset evaluation in compound assignments 2 days ago
韩天峰 0f335a8135 fix(optimizer): fold is_null for native scalars 2 days ago
韩天峰 d321666721 fix(parser): parse do-while body before condition 2 days ago
韩天峰 98321138ce test(gen_stub): cover namespaced composite property types 2 days ago
韩天峰 1b92ae6e7b fix(namespace): isolate explicit import aliases 2 days ago
韩天峰 87c328b3db ci: add Windows PHP ABI build matrix 3 days ago
韩天峰 7973f99f47 test: split PHP 8.5 numeric warnings 3 days ago
韩天峰 2986f3db70 test(compiler): update test configuration and execution setup 4 days ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 4 days ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 4 days ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 4 days ago
韩天峰 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 4 days ago
韩天峰 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 4 days ago
韩天峰 9f1cf07511 feat(parser): add support for promoted asymmetric visibility properties 4 days ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 4 days ago
韩天峰 4c59d9a21b feat(compiler): add DNF type support for method signatures and variance 4 days ago
韩天峰 b2246cd456 test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 4 days ago
韩天峰 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 4 days ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 5 days ago
韩天峰 23a2bf44d7 test(compiler): add comprehensive test coverage for PHP language features 5 days ago
韩天峰 c5f478766e feat(compiler): add support for PHP 8.5 magic constants and namespace relative names 5 days ago
韩天峰 0a97daa663 fix(compiler): simplify root slot registration in CompilerBase 6 days ago
韩天峰 101b9f6261 fix(parser): handle array value write dereferences correctly 7 days ago
韩天峰 e722501b3d refactor(generator): replace php prefixed helper functions with php namespace 1 week ago
韩天峰 d80f4a0d20 perf(parser): optimize array dimension fetch and selection operations 1 week ago
韩天峰 4713a58b06 feat(compiler): add local class entry hoisting control for parameter defaults 1 week ago
韩天峰 cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 1 week ago
韩天峰 7418b6247e feat(parser): optimize string concatenation assignment operations 1 week ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 1 week ago
韩天峰 a08f73c995 test(compiler): add signed integer arithmetic operator tests 1 week ago
韩天峰 729000fa0c chore(deps): update swoole/phpx dependency to version ~2.6.1 1 week ago
韩天峰 0d0e62fbc7 fix(array-def): update list index validation to use PHP's append position 1 week ago
韩天峰 ab1854beb0 refactor(parser): update local variable initializer hoisting logic 1 week ago
韩天峰 d33073c021 feat(compiler): add ArrayDef compile-time array contract support 1 week ago
韩天峰 68bdedaa31 perf(gc): increase native heap initial threshold to 16 MiB 1 week ago
韩天峰 d1704b42ef docs(native-class): update memory layout documentation and add padding fields to test classes 1 week ago
韩天峰 244fa4d8b2 Immutable 实现 1 week ago
韩天峰 7fece68f12 Native Class 支持 迭代器 2 weeks ago
韩天峰 464de23051 Native Class 支持 ArrayAccess 2 weeks ago
韩天峰 2ffd4ded19 Native Class 支持 [完结] 2 weeks ago