315 Commits (cd92f89a4b86110c2023afe2543986ac2ba25a9f)

Author SHA1 Message Date
韩天峰 35f6110842 devirtualize statically exact magic calls 20 hours ago
韩天峰 10f16726e0 optimize non-native integer hot paths 20 hours ago
Alessio Giacobbe 20f0b5a284
fix(codegen): evaluate compound ??= RHS only when the target is not set (#47) 20 hours ago
Alessio Giacobbe 0c69b8b357
fix(translator): allow overrides to add a by-ref return (#53) --skip-tests 20 hours ago
Alessio Giacobbe 407953c094
fix(parser): classify auto-Decimal literals by real mantissa precision (#50) --skip-tests 1 day ago
Alessio Giacobbe d00c63a049
fix(parser): resolve PHP_INT_MAX/MIN folds case-sensitively with namespace rules (#49) --skip-tests 1 day ago
Alessio Giacobbe 284abddba6
fix(gen_stub): spell PHP_INT_MIN constants with ZEND_LONG_MIN (#48) --skip-tests 1 day ago
Alessio Giacobbe e259b3fbd1
fix(parser): parenthesize unary minus operands that can change the C++ parse (#46) --skip-tests 1 day ago
Echo 014d5d55cb
fix(optimizer): handle internal class literals in get_parent_class (#44) 1 day ago
韩天峰 af466b067c fix(parser): handle compound assignment operations on typed properties 2 days ago
xiaoyin199 8c0d52d330
fix(preprocessor): finalize method override flags before conversion (#42) 2 days ago
韩天峰 7d698987d7 fix(trait): preserve late-bound abstract type semantics 2 days ago
Alessio Giacobbe ed65cd2a6b
fix(translator): validate abstract trait requirements, isolate alias flags 2 days ago
韩天峰 f16262142e fix(installer): parse php-config flags safely, fix gh-36 3 days ago
韩天峰 312a796498 fix(optimizer): preserve strict builtin validation 3 days ago
韩天峰 9ad213ea64 fix(optimizer): preserve unpacked call semantics 3 days ago
hafung 9f6e31c539 fix(optimizer): preserve typed builtin argument validation 3 days ago
Giandonn c291d79703 fix(optimizer): keep unpacked and named conversion arguments dynamic 3 days ago
Giandonn 6b6ce4fc82 fix(optimizer): restrict the count() literal fold to provably inert items 3 days ago
韩天峰 b906bfce1a test(generator): restore locale after float formatting test 4 days ago
韩天峰 057c217800 fix(optimizer): preserve class_exists autoload evaluation 4 days ago
韩天峰 287a1f5d84 refactor: use PHPX internal class entry API 4 days ago
韩天峰 7862541161 fix object throws and internal parent lookup 4 days ago
pratik bhujel 2d81626a84 fix(generator): normalize float literal emission and handle INF/NAN constants 4 days ago
Giandonn 93909274e2 fix(optimizer): intval() with a base must not drop the base 4 days ago
Giandonn 8328c4b50a style: apply the project file header to the new test files 4 days ago
Giandonn c4ce700868 fix(optimizer): class_exists() must not fold a trait name to true 4 days ago
Giandonn 044ba91094 fix(optimizer): stop folding count() on unfoldable array literals 4 days ago
韩天峰 7159cf9b78 test: cover invalid multi-level loop control 5 days ago
韩天峰 22486ec56d test: cover invalid multi-level loop control 5 days ago
韩天峰 0e6d65c6e1 feat: support static by-reference variadics 5 days ago
韩天峰 d11637faf0 feat: support static by-reference variadics 5 days ago
韩天峰 f2db98b7da fix: resolve php-config from selected PHP home 5 days ago
韩天峰 974d65a0d1 fix: resolve php-config from selected PHP home 5 days ago
韩天峰 e44007846b perf: use native property handlers for ordinary classes 6 days ago
韩天峰 91f5daf457 test: align import conflict diagnostic 6 days ago
韩天峰 9b02dcd693 feat(compiler): implement independent import alias symbol domains 6 days ago
韩天峰 d321666721 fix(parser): parse do-while body before condition 7 days ago
韩天峰 1b92ae6e7b fix(namespace): isolate explicit import aliases 7 days ago
韩天峰 af2b03c111 fix(cli): support Composer entrypoint and isolate stub symbols 7 days ago
韩天峰 74274f8328 fix(compiler): defer cache IDs to convert phase 1 week ago
韩天峰 8f32497de7 refactor(compiler): strongly type symbol cache IDs 1 week ago
韩天峰 1b235d0769 test(compiler): reject mixed cache lifetime IDs 1 week ago
韩天峰 8c6ea1d14e fix(build): make source discovery deterministic 1 week ago
韩天峰 0ac6dfe499 fix(compiler): keep method cache lifetime aligned with class 1 week ago
韩天峰 e4bb7b2605 refactor(build): separate project-specific compile options from common pch 1 week ago
韩天峰 642e9a7e4b fix(generator): use interned strings for persistent class metadata 1 week ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 1 week ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 1 week ago
韩天峰 178636a577 feat(config): add ext-deps alias for extension-dependencies configuration 1 week ago