202 Commits (3d36928e8bd7d3d43270a67afdce260fb4869797)

Author SHA1 Message Date
韩天峰 3d36928e8b feat(wasm): add WASI component library mode with WIT interface generation 3 weeks ago
韩天峰 ac16f5fbac feat(wasm): update WASI build system with explicit browser/component profiles 3 weeks ago
韩天峰 9e26887c03 feat(wasm): add WASI program build script and HTTP fetch support 3 weeks ago
韩天峰 07c7d4b84a feat(compiler): add WASI 0.2 browser and component compilation support 3 weeks ago
韩天峰 9992793a02 feat(compiler): upgrade WASI support to Preview 2 with enhanced function validation 3 weeks ago
韩天峰 8503c7c32c 支持 wasm 3 weeks ago
韩天峰 b71ef5ca1a refactor(parser): change numeric parsing to always return strings 3 weeks ago
韩天峰 9d1ba7ee7a fix(generator): ensure all generated C values are returned as strings 3 weeks ago
韩天峰 2310c574ab feat(parser): enhance constant expression evaluation with nested operations support 3 weeks ago
韩天峰 8a23368cf1 feat(msvc): add compiler pdb support for debug builds 3 weeks ago
韩天峰 a7b16dc1be feat(parser): enhance constant integer arithmetic handling with native mode checks 3 weeks ago
韩天峰 78135d75ef 修复位移操作中未定义行为 3 weeks ago
韩天峰 09b99e357d Add exit code phpunit tests 3 weeks ago
韩天峰 18decac90b docs: add big number inplace optimization plan and update bool conversion 3 weeks ago
韩天峰 e345b0d82a fix(decimal): optimize integer to decimal conversion without string intermediate 3 weeks ago
韩天峰 21d0224769 feat(compiler): enhance big number type handling in logical operations 3 weeks ago
韩天峰 f38b6cf0c2 feat(compiler): enhance big numeric type handling with improved conversions and validations 3 weeks ago
韩天峰 ac795c9f8a 修复 macOS 下的问题 4 weeks ago
韩天峰 682b17f73f feat(build): add cache management for precompiled headers with automated pruning 4 weeks ago
韩天峰 9509b88f57 test(compiler): cover separator symbol collisions 4 weeks ago
韩天峰 d34baca7dc fix(optimizer): parenthesize null-check expressions 4 weeks ago
韩天峰 61388a9bd1 fix(compiler): reject native symbol collisions 4 weeks ago
韩天峰 f78d19fffd refactor(compiler): update function naming and namespace handling logic 4 weeks ago
韩天峰 cf559bc9f4 fix(resolver): distinguish functions from colliding methods 4 weeks ago
韩天峰 e0a8a8a4dc fix(parser): allow missing ignore paths in project YAML configuration 4 weeks ago
韩天峰 8f2e63b9f7 fix(parser): handle native boolean literals in strict comparisons 4 weeks ago
韩天峰 9a7de8ee31 feat(parser): add continue statement support in switch cases within loops 4 weeks ago
韩天峰 c46a9ddbf2 fix: cover eval error lifecycle regressions 4 weeks ago
韩天峰 020666cced 改进 Windows 打包和前置检测 4 weeks ago
韩天峰 ddc52ae3f6 fix: generate server global symbol consistently 4 weeks ago
韩天峰 4230645549 fix: align server globals with PHP CLI 4 weeks ago
韩天峰 efed2a7397 Fix windows [2] 4 weeks ago
韩天峰 89e58350a8 Fix windows 4 weeks ago
韩天峰 e9f617eae0 feat(parser): implement runtime constant resolution with namespace fallback 4 weeks ago
韩天峰 9d29aa7a3f refactor(compiler): standardize extension prefix handling and improve internal symbol detection 1 month ago
韩天峰 84aa78a3aa fix(translator): align trait parent wrapper signatures 1 month ago
韩天峰 71caa933d6 fix(compiler): enforce complete return covariance rules 1 month ago
韩天峰 eadac69dcd test(compiler): cover namespace trailing comment variants 1 month ago
韩天峰 9b1f5b7942 fix(compiler): harden constructor visibility checks 1 month ago
Yurun 9cdc8b1b09 fix(compiler): 检查构造函数可见性以防止非法调用 1 month ago
Yurun 7be7240d5d fix(translator): 修复trait parent::调用的函数声明参数不一致 1 month ago
韩天峰 2287695b44 refactor(constructor): enhance constructor property validation with existing method checks 1 month ago
韩天峰 07c81bf7ba refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
韩天峰 ea02ec096f feat(compiler): add constant expression validation and runtime attribute factories 1 month ago
韩天峰 18b798e8ce 编译期注解语法支持 1 month ago
韩天峰 8bcd6ce863 feat(entity): add compile-time attributes and printer functionality 1 month ago
韩天峰 50cf8c6655 refactor(phpunit): update SsaAnalysisTest to use PropertyDef objects 1 month ago
韩天峰 5ed5c4e384 feat(compiler): add NoExport attribute support for library ABI control 1 month ago
韩天峰 3ac611220e feat(compiler): implement external library import stub generation and handling 1 month ago
韩天峰 44ba3d4d1c refactor(backend): rename declaration generation methods and update header files 1 month ago