1387 Commits (af0b6f958214d461eb5712316e1a67d3cc18efb7)
 

Author SHA1 Message Date
韩天峰 edb726efa6 Merge remote-tracking branch 'origin/master' into stub-fix-self-parent-static-class-const-ref 1 month ago
韩天峰 d2595e34c5 Merge pull request 'fix(stub): 修复heredoc/nowdoc字符串生成非法C++的问题' (#36) from stub-fix-heredoc-nowdoc-illegal-cpp into master 1 month ago
韩天峰 d9c2c07f3c Merge remote-tracking branch 'origin/stub-fix-heredoc-nowdoc-illegal-cpp' into stub-fix-heredoc-nowdoc-illegal-cpp 1 month ago
韩天峰 d9b50f556e Merge branch 'master' into stub-fix-heredoc-nowdoc-illegal-cpp 1 month ago
韩天峰 3211be2833 fix(stub): harden heredoc and nowdoc C++ escaping 1 month ago
韩天峰 2cbdbf9342 Merge remote-tracking branch 'origin/master' into stub-fix-heredoc-nowdoc-illegal-cpp 1 month ago
韩天峰 bb3820f0db Merge pull request 'fix(compiler): 修复类型化参数默认值 helper 的运行时常量转换' (#35) from preprocessor-wrap-runtime-const-scalar-default into master 1 month ago
韩天峰 dfa10c8cbc fix(compiler): convert runtime constants in default helpers 1 month ago
韩天峰 6d3fc61559 Merge branch 'master' into preprocessor-wrap-runtime-const-scalar-default 1 month ago
韩天峰 80c52e0ed5 Merge pull request 'fix(parser): 修复数组元素引用赋值写回问题' (#33) from parser-fix-array-element-ref-assign-writeback into master 1 month ago
韩天峰 a43828446c fix(parser): preserve references across all array write paths 1 month ago
韩天峰 77fc5920b6 Merge remote-tracking branch 'origin/master' into parser-fix-array-element-ref-assign-writeback 1 month ago
韩天峰 05a423125b Merge pull request 'fix: 修复生成器返回类型' (#31) from compiler-keep-generator-retype-covariance into master 1 month ago
韩天峰 1698682273 merge: sync generator return covariance fix with master 1 month ago
韩天峰 da50a9f30e Merge pull request 'fix(compiler): 修复返回类型协变检查' (#30) from compiler-fix-return-type-covariance into master 1 month ago
韩天峰 71caa933d6 fix(compiler): enforce complete return covariance rules 1 month ago
韩天峰 e3f55fe69c Merge pull request 'fix(compiler): 修复命名空间尾部有注释导致编译不通过' (#29) from compiler-fix-namespace-trailing-comment into master 1 month ago
韩天峰 eadac69dcd test(compiler): cover namespace trailing comment variants 1 month ago
韩天峰 5ba77eda81 Merge pull request 'fix(compiler): 检查构造函数可见性以防止非法调用' (#28) from compiler-fix-ctor-visibility-check into master 1 month ago
韩天峰 9b1f5b7942 fix(compiler): harden constructor visibility checks 1 month ago
Yurun cdf4e5f789 fix(compiler): 保留生成器声明返回类型以满足接口协变检查 1 month ago
Yurun 9cdc8b1b09 fix(compiler): 检查构造函数可见性以防止非法调用 1 month ago
Yurun d16717eb61 fix(stub): 修复heredoc/nowdoc字符串生成非法C++的问题 1 month ago
Yurun 7be7240d5d fix(translator): 修复trait parent::调用的函数声明参数不一致 1 month ago
Yurun 8fff430fcc fix(preprocessor): 包装运行时常量作为标量参数默认值 1 month ago
Yurun c7d4b562c0 fix(parser): 修复数组元素引用赋值写回问题 1 month ago
Yurun edcbcf7cff fix(stub): 修复 self/parent/static 类常量引用解析失败的问题 1 month ago
Yurun a3d8f57ef4 fix(compiler): 修复命名空间尾部有注释导致编译不通过 1 month ago
Yurun c3b24fdd32 fix(compiler): 修复返回类型协变检查 1 month ago
Yurun c0556882ab fix(generator): 接受 \Generator 作为合法返回类型 1 month ago
韩天峰 2287695b44 refactor(constructor): enhance constructor property validation with existing method checks 1 month ago
韩天峰 89799b9b8c fix(closure): handle static variables in closure use references 1 month ago
韩天峰 a142cb8949 test(object_property): update dynamic property assignment test expectations 1 month ago
韩天峰 07c81bf7ba refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
韩天峰 2bc1cc12ad feat(examples): add const new expression example 1 month ago
韩天峰 ea02ec096f feat(compiler): add constant expression validation and runtime attribute factories 1 month ago
韩天峰 2fe2344d88 feat(cli): add polyfill requirement to CLI bootstrap 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
韩天峰 11e89428d0 feat(compiler): add library-specific stub function handling 1 month ago
韩天峰 44899e18d4 feat(compiler): add constant declarations to global variable header 1 month ago
韩天峰 bb113b2186 feat(compiler): add library function header exports and default value helpers 1 month ago
韩天峰 576222998c feat(compiler): add expected and unexpected branch prediction functions 1 month ago
韩天峰 90b61fbc42 fix(runtime): correct property inheritance handling in object creation 1 month ago
韩天峰 9009a0b5fa refactor(preprocessor): change method visibility for constant type resolution 1 month ago
韩天峰 871bf3a950 fix(compiler): handle DynamicCall exception in method resolution 1 month ago