362 Commits (684c47458b9c529d40568b09197aaa50896b9c7e)

Author SHA1 Message Date
韩天峰 684c47458b feat(stdlib): lower core datetime calls directly 13 hours ago
韩天峰 13576008d0 feat(stdlib): lower ctype calls without extension 13 hours ago
韩天峰 b184e47e5e refactor(compiler): migrate global compile-time functions to std namespace 17 hours ago
韩天峰 681c7d42e7 perf(compiler): skip caches for variable method names 1 day ago
韩天峰 b69eb1dee6 perf(compiler): optimize dynamic call argument handling and caching 1 day ago
韩天峰 30e2bb6121 fix(codegen): omit unused object allocator storage 1 day ago
韩天峰 87c7eda964 feat(compiler): implement dynamic call caching and static property resolution 2 days ago
韩天峰 02a98ffc61 fix(compiler): resolve generated C++ symbol ambiguities 2 days ago
韩天峰 b3c7ee9bd3 feat(compiler): add static cache optimization and late static call improvements 2 days ago
韩天峰 5689170839 feat(compiler): enhance call argument handling and foreach iteration performance 2 days ago
韩天峰 683a7c6ec0 perf: add request-local dynamic call caches 3 days ago
韩天峰 1c16639418 fix(loop): preserve increment diagnostics after rewrite 3 days ago
韩天峰 8d3d1febc2 fix(array): reject scalar offset writes safely 3 days ago
yuan-dian be5cc71a8b
optimize: convert for-loop post-inc/dec to prefix to avoid zval copy (#79) 3 days ago
韩天峰 b4919c7e76 fix(type): validate compound type declarations 3 days ago
韩天峰 c5ba5afe65 fix(trait): validate adaptations and member values 3 days ago
韩天峰 4339ab56fc feat(cli): add compiler option and improve completion for tpc 3 days ago
韩天峰 e07016b0bd fix(enum): enforce runtime and declaration invariants 3 days ago
韩天峰 1c0c02e57e fix(enum): enforce abstract method contracts 3 days ago
韩天峰 939d04d9df fix(enum): reject duplicate backing values at compile time 3 days ago
韩天峰 9d6e8bdc4d fix(enum): enforce case uniqueness and final semantics 3 days ago
韩天峰 b46f62da30 feat(enum): fold backed case constant expressions 3 days ago
韩天峰 5f75c5b48c test(enum): add comprehensive enum method declaration rules tests 3 days ago
韩天峰 d1a9397f6c fix: compose trait declarations before conversion (fix gh-80) 3 days ago
韩天峰 643e49d56e fix: reject unsupported Decimal round modes 4 days ago
Alessio Giacobbe f39f985e16
fix(preprocessor): reject variadic promoted properties and callable property/constant types (#64) --skip-tests 4 days ago
Alessio Giacobbe 4ca9072f36
fix(codegen): register enum-case class constants as real case objects (#51) --skip-tests 4 days ago
Alessio Giacobbe e90d6246ec
fix: enforce interface declaration and merge rules (#59) --skip-tests 4 days ago
Alessio Giacobbe fafd7f25dc
fix: enforce readonly declaration and inheritance rules (#66) 4 days ago
Alessio Giacobbe c578b1d6b0
fix(preprocessor): enforce property-hook placement rules for class properties (#63) --skip-tests 4 days ago
Alessio Giacobbe ea0ea4414a
fix(codegen): keep Zend operand read order around hoisted side effects (#52) --skip-tests 4 days ago
Alessio Giacobbe 8f8ae77ec8
fix(codegen): PHP semantics for division, modulo, shifts and compound assignment on typed scalars (#45) --skip-tests 4 days ago
韩天峰 48c95e9f9b refactor(runtime): optimize request cache storage with single TLS pointer 4 days ago
韩天峰 7768ce177e feat(compiler): add property access caching mechanism for Zend integration 5 days ago
韩天峰 718c3dad25 refactor(translator): replace global variable with singleton pattern 5 days ago
韩天峰 b61b59f808 fix: isolate internal methods from magic call optimization 5 days ago
Echo 3b66b488a3
fix(trait): preserve import context for property defaults (#69) 5 days ago
Alessio Giacobbe 26bfbdda4e
fix(translator): constructor, private-method and abstract redeclaration override rules (#56) --skip-tests 5 days ago
Lucas Raineri Giandon a6cd38ae01
fix(optimizer): round() must not lower a RoundingMode enum to an int (#30) --skip-tests 5 days ago
Alessio Giacobbe 58c3bb64b6
fix(preprocessor): reject abstract method bodies and abstract private class methods (#62) --skip-tests 5 days ago
韩天峰 f03c0b12c6 fix: harden typed constant inheritance 5 days ago
Alessio Giacobbe e2c32adda2
fix(translator): validate overrides of built-in class methods (#55) --skip-tests 5 days ago
Alessio Giacobbe fde9e3a9d8
fix(translator): covariant typed class constants and interface constant contracts (#58) --skip-tests 5 days ago
Alessio Giacobbe 0f1efb52a4
fix(translator): reject static/instance property redeclaration mismatch (#57) --skip-tests 5 days ago
Alessio Giacobbe c6e6997db8
fix(translator): let a trailing child variadic absorb parent parameters (#54) 5 days ago
韩天峰 aa1da2eb54 fix(optimizer): reject foreach-bound loop counters 5 days ago
韩天峰 24924673ec test: cover by-reference return override semantics 5 days ago
韩天峰 35f6110842 devirtualize statically exact magic calls 5 days ago
韩天峰 10f16726e0 optimize non-native integer hot paths 5 days ago
Alessio Giacobbe 20f0b5a284
fix(codegen): evaluate compound ??= RHS only when the target is not set (#47) 5 days ago