aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
AgeCommit message (Expand)Author
2026-08-16feat(php-shim): render human-facing timestamps in the local timezonensfisis
2026-08-15feat(php-shim): drop the modelled PHP version constantsnsfisis
2026-08-15feat(php-rpc): embed the Composer PHP runtime in the executablensfisis
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-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-06fix(php-rpc): carry the worker channel over a socketpairnsfisis
2026-08-06refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifiernsfisis
2026-08-03feat(php-rpc): rework the RPC channel into the tagged plugin protocolnsfisis
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-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
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-04fix(php-rpc): panic on RPC failure instead of silently swallowing itnsfisis
2026-07-02feat(php-rpc): implement Runtime::has_constant/get_constant via php-rpcnsfisis
2026-07-01feat(php-rpc): query real PHP version and binary for --versionnsfisis
2026-06-29feat(php-shim): implement DirectoryIterator in fs shimnsfisis
2026-06-28fix(http): avoid nested tokio runtime panic in download pathnsfisis
2026-06-27test: add mockall cratensfisis
2026-06-26feat(http): reimplement CurlDownloader on reqwest; port 15 more testsnsfisis
2026-06-25feat(external-packages,shim): implement impl todos across componentsnsfisis
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-20feat(finder): implement Finder traversal and filter pipelinensfisis
2026-06-20test(cli): add more smoke testsnsfisis
2026-06-20feat(command): implement --help outputnsfisis
2026-06-14feat(php-shim): implement random_int/random_bytes with fastrandnsfisis
2026-06-14refactor(pcre): drop PcreExceptionnsfisis
2026-06-12feat(php-shim): implement runtime functions to run --versionnsfisis
2026-06-09feat(datetime): resolve datetime TODOsnsfisis
2026-06-05refactor(json): make json encode helpers accept serde::Serializensfisis
2026-05-23refactor(promise): drop \React\Promisensfisis
2026-05-23feat(deps): add tokio, async-traitnsfisis