Commit Graph

  • 74274f8328 fix(compiler): defer cache IDs to convert phase debug/ci-class-id-cache 韩天峰 2026-08-25 21:35:50 +0800
  • 6693d95cd6 ci: restore full PHP test matrix 韩天峰 2026-08-25 20:51:15 +0800
  • 8f32497de7 refactor(compiler): strongly type symbol cache IDs 韩天峰 2026-08-25 20:51:14 +0800
  • 1b235d0769 test(compiler): reject mixed cache lifetime IDs 韩天峰 2026-08-25 20:43:21 +0800
  • 8c6ea1d14e fix(build): make source discovery deterministic 韩天峰 2026-08-25 20:38:55 +0800
  • 0ac6dfe499 fix(compiler): keep method cache lifetime aligned with class 韩天峰 2026-08-25 20:30:12 +0800
  • a6cc11c6d7 ci: narrow class cache debugging workflow 韩天峰 2026-08-25 20:10:46 +0800
  • 2d14c9e432 ``` chore(tests): preserve generated C++ sources for CI artifacts 韩天峰 2026-08-25 20:02:06 +0800
  • 7f587749f1 chore(ci): replace custom PHP setup action with community action 韩天峰 2026-08-25 19:52:43 +0800
  • 821f639e8f fix(ci): remove compiler flag from PHPT test runner 韩天峰 2026-08-25 19:38:57 +0800
  • 983333dc2e refactor(php): conditionally install and enable OPcache based on availability 韩天峰 2026-08-25 19:02:48 +0800
  • 978e553480 chore(ci): migrate PHP setup to custom action with Ubuntu 24.04 韩天峰 2026-08-25 18:54:53 +0800
  • e4817819dc fix(ci): remove embed extension from PHP setup and add explicit embed library linking 韩天峰 2026-08-25 18:25:32 +0800
  • 8a30c5e58d rm composer.lock 韩天峰 2026-08-25 17:45:51 +0800
  • 0061d1595a refactor(examples): replace file reading with hardcoded rounds value master 韩天峰 2026-08-25 17:35:51 +0800
  • 2c74be470e docs(readme): rewrite documentation with comprehensive TypePHP guide 韩天峰 2026-08-25 17:35:43 +0800
  • 2986f3db70 test(compiler): update test configuration and execution setup 韩天峰 2026-08-25 16:55:07 +0800
  • e4bb7b2605 refactor(build): separate project-specific compile options from common pch 韩天峰 2026-08-25 16:15:03 +0800
  • 305d0d09d9 config(tests): update PHP configuration with operator overloading setting 韩天峰 2026-08-25 15:21:50 +0800
  • a5700d24c9 chore(tests): update PHP configuration settings in workflow 韩天峰 2026-08-25 15:10:05 +0800
  • 642e9a7e4b fix(generator): use interned strings for persistent class metadata 韩天峰 2026-08-25 14:52:06 +0800
  • 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 韩天峰 2026-08-25 13:35:12 +0800
  • 208541d00b chore(build): add PHP header patch action and update dependencies 韩天峰 2026-08-25 12:35:08 +0800
  • 19a570ff3f feat(testing): add test coverage analyzer tool 韩天峰 2026-08-25 11:43:23 +0800
  • 178636a577 feat(config): add ext-deps alias for extension-dependencies configuration 韩天峰 2026-08-25 10:38:03 +0800
  • 1118c1e8ec feat(compiler): add PHP extension dependencies support 韩天峰 2026-08-25 10:31:10 +0800
  • 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 韩天峰 2026-08-25 10:21:54 +0800
  • 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 韩天峰 2026-08-25 10:13:46 +0800
  • 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 韩天峰 2026-08-24 20:27:17 +0800
  • 9f1cf07511 feat(parser): add support for promoted asymmetric visibility properties 韩天峰 2026-08-24 20:03:59 +0800
  • 36fd0228f0 feat(property): add property override attribute support and validation 韩天峰 2026-08-24 19:49:09 +0800
  • 4c59d9a21b feat(compiler): add DNF type support for method signatures and variance 韩天峰 2026-08-24 18:56:54 +0800
  • b2246cd456 test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 韩天峰 2026-08-24 18:38:50 +0800
  • 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 韩天峰 2026-08-24 17:54:10 +0800
  • 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 韩天峰 2026-08-24 17:14:46 +0800
  • 6dcafb652b test(compiler): add comprehensive negative compatibility tests and improve error handling 韩天峰 2026-08-24 16:58:14 +0800
  • 23a2bf44d7 test(compiler): add comprehensive test coverage for PHP language features 韩天峰 2026-08-24 16:53:18 +0800
  • 6d45c64b4d feat(parser): add validation for PHP 8.5 closure usage in constants and defaults 韩天峰 2026-08-24 16:34:41 +0800
  • c5f478766e feat(compiler): add support for PHP 8.5 magic constants and namespace relative names 韩天峰 2026-08-24 14:34:27 +0800
  • f64a1d5cb7 refactor(parser): remove unused methods and update call argument generation 韩天峰 2026-08-24 12:30:42 +0800
  • 00420215b3 feat(compiler): add native class support with export annotations 韩天峰 2026-08-24 11:15:49 +0800
  • 2471ed1db7 feat(compiler): add native class export validation for library stubs 韩天峰 2026-08-24 11:15:17 +0800
  • 0a97daa663 fix(compiler): simplify root slot registration in CompilerBase 韩天峰 2026-08-22 19:49:48 +0800
  • 4e00799c4a test(entry-script): add test for main line padding optimization 韩天峰 2026-08-22 14:49:28 +0800
  • 41e11a66e6 refactor(build): update runtime initialization and linking for native modules 韩天峰 2026-08-22 14:38:34 +0800
  • 0f6cc17450 chore(deps): update swoole/phpx dependency and project version 韩天峰 2026-08-22 13:51:51 +0800
  • 101b9f6261 fix(parser): handle array value write dereferences correctly 韩天峰 2026-08-22 13:36:45 +0800
  • 65a44c7f65 docs: add C++ naming convention documentation and update related references 韩天峰 2026-08-21 21:45:46 +0800
  • e722501b3d refactor(generator): replace php prefixed helper functions with php namespace 韩天峰 2026-08-21 21:31:56 +0800
  • d80f4a0d20 perf(parser): optimize array dimension fetch and selection operations 韩天峰 2026-08-21 20:24:39 +0800
  • 4713a58b06 feat(compiler): add local class entry hoisting control for parameter defaults 韩天峰 2026-08-21 18:50:17 +0800
  • cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 韩天峰 2026-08-21 18:31:20 +0800
  • 7418b6247e feat(parser): optimize string concatenation assignment operations 韩天峰 2026-08-21 16:02:45 +0800
  • 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing v0.6.1 韩天峰 2026-08-21 12:38:15 +0800
  • 70d13a3601 修复 C++ 代码的缩进问题 韩天峰 2026-08-21 12:19:21 +0800
  • 4b8d0eb685 优化生成的 C++ 代码体积,减少无效行 韩天峰 2026-08-21 11:36:11 +0800
  • a08f73c995 test(compiler): add signed integer arithmetic operator tests 韩天峰 2026-08-20 16:28:54 +0800
  • 729000fa0c chore(deps): update swoole/phpx dependency to version ~2.6.1 韩天峰 2026-08-20 16:11:09 +0800
  • 0d0e62fbc7 fix(array-def): update list index validation to use PHP's append position 韩天峰 2026-08-20 14:40:54 +0800
  • ab1854beb0 refactor(parser): update local variable initializer hoisting logic 韩天峰 2026-08-20 13:27:49 +0800
  • d33073c021 feat(compiler): add ArrayDef compile-time array contract support 韩天峰 2026-08-20 12:55:43 +0800
  • 68bdedaa31 perf(gc): increase native heap initial threshold to 16 MiB 韩天峰 2026-08-19 16:48:31 +0800
  • d1704b42ef docs(native-class): update memory layout documentation and add padding fields to test classes 韩天峰 2026-08-19 16:31:45 +0800
  • f1ef66622c chore(version): bump version to 0.6.0 and update dependencies 韩天峰 2026-08-19 11:12:22 +0800
  • 244fa4d8b2 Immutable 实现 韩天峰 2026-08-19 10:49:08 +0800
  • 7fece68f12 Native Class 支持 迭代器 韩天峰 2026-08-17 20:31:20 +0800
  • 464de23051 Native Class 支持 ArrayAccess 韩天峰 2026-08-17 20:10:05 +0800
  • 2ffd4ded19 Native Class 支持 [完结] 韩天峰 2026-08-17 19:47:49 +0800
  • 2e6ddf98f1 Native Class 支持 [第九阶段] 韩天峰 2026-08-17 18:38:04 +0800
  • c9666664aa Native Class 支持 [第八阶段] 韩天峰 2026-08-17 17:51:23 +0800
  • 587818d5f9 Native Class 支持 [第七阶段] 韩天峰 2026-08-17 17:15:37 +0800
  • 7d1a90a340 Native Class 支持 [第六阶段] 韩天峰 2026-08-17 17:02:51 +0800
  • 13344ace72 Native Class 支持 [第五阶段] 韩天峰 2026-08-17 16:12:32 +0800
  • 7cf265cbc7 Native Class 支持 [第四阶段] 韩天峰 2026-08-17 15:12:03 +0800
  • de8fdaf464 Native Class 支持 [第三阶段] 韩天峰 2026-08-17 14:36:30 +0800
  • d5f0a113e6 Native Class 支持 [第二阶段] 韩天峰 2026-08-17 12:46:50 +0800
  • 981b8f54d7 Native Class 支持 韩天峰 2026-08-14 22:27:46 +0800
  • af0b6f9582 移除 8.2、8.3 版本的支持 韩天峰 2026-08-14 17:53:30 +0800
  • 2f229ee0ac feat(generator): add PHP 8.4 interface property hook contracts support 韩天峰 2026-08-14 17:23:43 +0800
  • ea08344c92 feat(parser): implement nullsafe operator temporary variable lifecycle management 韩天峰 2026-08-14 16:35:03 +0800
  • 1456305ade chore(deps): update swoole/phpx dependency version 韩天峰 2026-08-13 17:17:49 +0800
  • 5162261c75 fix(stub): remove pseudo-type aliases that could rewrite property names 韩天峰 2026-08-13 16:59:00 +0800
  • a536172f82 feat(python): implement native bridge for python object calls and property access 韩天峰 2026-08-13 12:32:59 +0800
  • aaf1ec11b3 feat(compiler): enhance WASI toolchain detection with library mode support 韩天峰 2026-08-13 12:32:49 +0800
  • e4f6475452 build(wasm): update wit-bindgen dependency management 韩天峰 2026-08-13 12:32:35 +0800
  • 96960e9da1 refactor(scope): optimize callback map handling for preg_replace_callback_array 韩天峰 2026-08-12 21:51:02 +0800
  • bca77588b5 fix(optimizer): handle first-class callable placeholders in property optimizer 韩天峰 2026-08-12 21:35:20 +0800
  • f79d40f8ee docs: add PHPX WASM static library rebuild guide 韩天峰 2026-08-12 21:35:15 +0800
  • 496e6a4d69 feat(build): add bash completion support for TypePHP compiler 韩天峰 2026-08-12 21:35:06 +0800
  • a510530d9b feat(cli): add bash completion support 韩天峰 2026-08-12 21:34:47 +0800
  • 6c9adbccad feat(wasm): upgrade preview2-shim and add mutable filesystem support 韩天峰 2026-08-12 20:55:23 +0800
  • 343084c4ba Merge pull request '使用PHP内置的宏来检查参数数量' (#48) from args-count-check into master 韩天峰 2026-08-12 19:11:47 +0800
  • af7ae9df82 fix(compiler): validate dynamic call argument counts #48 NathanFreeman 2026-08-11 23:17:22 +0800
  • 42e96f1103 chore(version): bump version to 1106 韩天峰 2026-08-12 17:49:52 +0800
  • 23e88efb6a Merge branch 'master' of git.code-galaxy.net:aot/compiler 韩天峰 2026-08-12 17:46:24 +0800
  • 463b427dc6 update version 韩天峰 2026-08-12 17:46:16 +0800
  • e1018ca87e fix(anon-class): handle null return in anonymous class methods 韩天峰 2026-08-12 17:41:35 +0800
  • bd6335ec3b chore(version): bump version to 1104 韩天峰 2026-08-11 22:46:05 +0800
  • a79610fb2c fix(compiler): resolve anonymous class names with proper namespace imports 韩天峰 2026-08-11 22:45:25 +0800
  • 5fb3fdf490 feat(compiler): handle inherited private property array dim access correctly 韩天峰 2026-08-11 18:58:06 +0800