300 Commits (312a79649860391427dda191f7634c84685aaec8)

Author SHA1 Message Date
韩天峰 312a796498 fix(optimizer): preserve strict builtin validation 5 hours ago
韩天峰 9ad213ea64 fix(optimizer): preserve unpacked call semantics 6 hours ago
hafung 9f6e31c539 fix(optimizer): preserve typed builtin argument validation 6 hours ago
Giandonn c291d79703 fix(optimizer): keep unpacked and named conversion arguments dynamic 19 hours ago
Giandonn 6b6ce4fc82 fix(optimizer): restrict the count() literal fold to provably inert items 19 hours ago
韩天峰 b906bfce1a test(generator): restore locale after float formatting test 1 day ago
韩天峰 057c217800 fix(optimizer): preserve class_exists autoload evaluation 1 day ago
韩天峰 287a1f5d84 refactor: use PHPX internal class entry API 1 day ago
韩天峰 7862541161 fix object throws and internal parent lookup 1 day ago
pratik bhujel 2d81626a84 fix(generator): normalize float literal emission and handle INF/NAN constants 1 day ago
Giandonn 93909274e2 fix(optimizer): intval() with a base must not drop the base 1 day ago
Giandonn 8328c4b50a style: apply the project file header to the new test files 1 day ago
Giandonn c4ce700868 fix(optimizer): class_exists() must not fold a trait name to true 1 day ago
Giandonn 044ba91094 fix(optimizer): stop folding count() on unfoldable array literals 1 day ago
韩天峰 7159cf9b78 test: cover invalid multi-level loop control 3 days ago
韩天峰 22486ec56d test: cover invalid multi-level loop control 3 days ago
韩天峰 0e6d65c6e1 feat: support static by-reference variadics 3 days ago
韩天峰 d11637faf0 feat: support static by-reference variadics 3 days ago
韩天峰 f2db98b7da fix: resolve php-config from selected PHP home 3 days ago
韩天峰 974d65a0d1 fix: resolve php-config from selected PHP home 3 days ago
韩天峰 e44007846b perf: use native property handlers for ordinary classes 3 days ago
韩天峰 91f5daf457 test: align import conflict diagnostic 3 days ago
韩天峰 9b02dcd693 feat(compiler): implement independent import alias symbol domains 3 days ago
韩天峰 d321666721 fix(parser): parse do-while body before condition 4 days ago
韩天峰 1b92ae6e7b fix(namespace): isolate explicit import aliases 4 days ago
韩天峰 af2b03c111 fix(cli): support Composer entrypoint and isolate stub symbols 4 days ago
韩天峰 74274f8328 fix(compiler): defer cache IDs to convert phase 6 days ago
韩天峰 8f32497de7 refactor(compiler): strongly type symbol cache IDs 6 days ago
韩天峰 1b235d0769 test(compiler): reject mixed cache lifetime IDs 6 days ago
韩天峰 8c6ea1d14e fix(build): make source discovery deterministic 6 days ago
韩天峰 0ac6dfe499 fix(compiler): keep method cache lifetime aligned with class 6 days ago
韩天峰 e4bb7b2605 refactor(build): separate project-specific compile options from common pch 6 days ago
韩天峰 642e9a7e4b fix(generator): use interned strings for persistent class metadata 6 days ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 6 days ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 6 days ago
韩天峰 178636a577 feat(config): add ext-deps alias for extension-dependencies configuration 6 days ago
韩天峰 1118c1e8ec feat(compiler): add PHP extension dependencies support 6 days ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 6 days ago
韩天峰 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 6 days ago
韩天峰 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 7 days ago
韩天峰 9f1cf07511 feat(parser): add support for promoted asymmetric visibility properties 7 days ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 7 days ago
韩天峰 4c59d9a21b feat(compiler): add DNF type support for method signatures and variance 7 days ago
韩天峰 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 7 days ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 7 days ago
韩天峰 6dcafb652b test(compiler): add comprehensive negative compatibility tests and improve error handling 1 week ago
韩天峰 6d45c64b4d feat(parser): add validation for PHP 8.5 closure usage in constants and defaults 1 week ago
韩天峰 f64a1d5cb7 refactor(parser): remove unused methods and update call argument generation 1 week ago
韩天峰 00420215b3 feat(compiler): add native class support with export annotations 1 week ago
韩天峰 2471ed1db7 feat(compiler): add native class export validation for library stubs 1 week ago