aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/lib.rs
AgeCommit message (Expand)Author
2026-06-20feat(console): implement doRenderThrowable exception renderingnsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20refactor(clippy): resolve idiomatic lint warningsnsfisis
2026-06-20refactor(console): propagate getComposer's exit(1) as ExitExceptionnsfisis
2026-06-20feat(php-shim): implement array_replace_recursivensfisis
2026-06-20feat(php-shim): implement single-component pathinfonsfisis
2026-06-20feat(php-shim): implement is_numericnsfisis
2026-06-20feat(php-shim): implement two-argument json_decodensfisis
2026-06-20feat(php-shim): implement dirname()nsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-20feat(php-shim): implement count()nsfisis
2026-06-20feat(command): implement --help outputnsfisis
2026-06-19test(command): add basic smoke testsnsfisis
2026-06-19feat(command): implement Symfony Commandnsfisis
2026-06-14feat(php-shim): implement more shim functionsnsfisis
2026-06-14feat(php-shim): implement random_int/random_bytes with fastrandnsfisis
2026-06-14refactor: auto-fix clippy warningsnsfisis
2026-06-14refactor(pcre): move preg_* free functions into php-shimnsfisis
2026-06-14feat(pcre): implement preg_* functionsnsfisis
2026-06-14feat(php-shim): port some functions to Rustnsfisis
2026-06-13refactor(http): drop unworkable set_error_handler warning capturensfisis
2026-06-13fix(console): flatten Application inheritance to restore overridesnsfisis
2026-06-12refactor(php-shim): replace literal sprintf calls with format!nsfisis
2026-06-12feat(php-shim): implement runtime functions to run --versionnsfisis
2026-06-12feat(symfony-console): port Symfony Console and make the workspace compilensfisis
2026-06-11feat(php-shim): implement realpath, putenv, and env/server mutatorsnsfisis
2026-06-11refactor(argv): use std::env::args instead of server_argv shimnsfisis
2026-06-11feat(php-shim): implement trivial PHP-compatible stub functionsnsfisis
2026-06-11chore(compiler): drop compiler.rsnsfisis
2026-06-10feat(phase-c): resolve cross-module phase-b TODOsnsfisis
2026-06-10feat(phase-c): resolve exception-handling phase-b TODOsnsfisis
2026-06-09feat(datetime): resolve datetime TODOsnsfisis
2026-06-08feat(phase-c): resolve PHP-array-semantics phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PhpMixed-conversion phase-b TODOsnsfisis
2026-06-06feat(binary-installer): use file_get_contents with offset and lengthnsfisis
2026-06-06feat(filesystem): model iterator failure to restore removal retrynsfisis
2026-06-06fix(json-loader): pass decoded config to loader instead of empty mapnsfisis
2026-06-06fix(self-update-command): resolve finder-related phase-b TODOsnsfisis
2026-06-06fix(array-merge): route mixed-key merges through faithful array_mergensfisis
2026-06-05refactor(json): make json encode helpers accept serde::Serializensfisis
2026-06-03feat(php-shim): align fwrite/touch2/PHP_OS_FAMILY/PHP_URL_SCHEME with PHPnsfisis
2026-05-22refactor(php-shim): remove unnecessary methodsnsfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
2026-05-19fix(compile): fix various compile errorsnsfisis
2026-05-18fix(compile): impl std::error::Error for custom error typesnsfisis
2026-05-17chore: cargo clippy --fixnsfisis
2026-05-17fix(php-shim): add missing stub functions, constants, and typesnsfisis
2026-05-17fix(class-map-generator): introduce CaptureKey enum and fix class-map-generat...nsfisis
2026-05-17fix(php-shim): resolve duplicate definitions and compile errorsnsfisis