aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
AgeCommit message (Expand)Author
2026-08-19perf(shirabe): use mimalloc as the global allocatornsfisis
2026-08-18test(process-executor): benchmark execute_async with criterionnsfisis
2026-08-18refactor(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-16perf(php-shim): scan the phar stub token with memchrnsfisis
2026-08-16feat(php-shim): render human-facing timestamps in the local timezonensfisis
2026-08-11feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpointsnsfisis
2026-08-10feat(xdebug): switch Xdebug off in the PHP workernsfisis
2026-08-09build(cargo): fill in the package metadatansfisis
2026-08-09refactor(cargo): drop the now-empty shirabe-external-packages cratensfisis
2026-08-09refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...nsfisis
2026-08-09refactor(ca-bundle): extract composer/ca_bundle into the shirabe-ca-bundle cratensfisis
2026-08-09refactor(seld-signal): extract seld/signal into the shirabe-seld-signal cratensfisis
2026-08-09refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...nsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...nsfisis
2026-08-09refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-sym...nsfisis
2026-08-09refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...nsfisis
2026-08-09refactor(symfony-string): extract symfony/string into the shirabe-symfony-str...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-07refactor: merge split inherent impl blocks into one per typensfisis
2026-08-02feat(php-shim): implement syscall-backed functions via the nix cratensfisis
2026-08-01feat(php-shim): implement Phar/PharData and the zlib/bzip2 functionsnsfisis
2026-08-01feat(php-src): add a BSD-licensed crate for php-src derived codensfisis
2026-07-25perf(advisory): share AnySecurityAdvisory via Rcnsfisis
2026-07-25feat(tracing): init tracing subscriber from $SHIRABE_TRACINGnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-17refactor(loop): drive wait() promises concurrently via FuturesUnorderednsfisis
2026-07-01feat(php-rpc): query real PHP version and binary for --versionnsfisis
2026-06-28fix(http): avoid nested tokio runtime panic in download pathnsfisis
2026-06-27test: add mockall cratensfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-25feat(json): validate JSON schema via the jsonschema cratensfisis
2026-06-24refactor(crates): split metadata-minifier and spdx-licenses into own cratesnsfisis
2026-06-22test(cli): serialize cli_tests via serial_testnsfisis
2026-06-21feat(php-shim): implement hash, hash_raw, hash_filensfisis
2026-06-21feat(php-shim): implement http_build_query via serde_urlencodednsfisis
2026-06-20feat(php-shim): implement parse_url and filter_var URL/boolean filtersnsfisis
2026-06-20test(cli): add more smoke testsnsfisis
2026-06-14feat(php-shim): implement random_int/random_bytes with fastrandnsfisis
2026-06-14refactor: fix warningsnsfisis
2026-05-23refactor(promise): drop \React\Promisensfisis
2026-05-23feat(deps): add tokio, async-traitnsfisis
2026-05-22refactor(composer): unify Composer/PartialComposer via Rc handlesnsfisis
2026-05-20chore: allow unused codensfisis
2026-05-17fix(shirabe): correct invalid import paths and add missing dependencynsfisis
2026-05-17feat(port): add stub implementations of shirabe-external-packagesnsfisis
2026-05-16feat(port): add template files for composer/semvernsfisis
2026-05-15feat(port): port Zip.phpnsfisis
2026-05-15refactor(advisory): replace JsonSerializable with serde::Serializensfisis
2026-05-15feat(json): enable preserve_order feature of serde_jsonnsfisis