aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-08-31feat(plugin): serve HttpDownloader as a proxy stubnsfisis
2026-08-30feat(plugin): carry an exception's class and state across the boundarynsfisis
2026-08-30feat(plugin): serve ProcessExecutor as a proxy stubnsfisis
2026-08-30chore: update readmensfisis
2026-08-30build(nix): add a package output producing the binarynsfisis
2026-08-24fix(require-command): report an unwritable composer.jsonnsfisis
2026-08-24refactor(silencer): stop guarding work that stays inside Rustnsfisis
2026-08-23fix(curl-downloader): flush a downloaded file before it is read backnsfisis
2026-08-23chore: add profile.release to cargo.tomlnsfisis
2026-08-23docs(plugin): bring boundary text in line with the implementationnsfisis
2026-08-23fix(fs): carry file_get_contents results as bytesnsfisis
2026-08-23fix(config-command): print config values PHP would stringifynsfisis
2026-08-23perf(filesystem): delete directories without spawning rm -rfnsfisis
2026-08-22chore(todo): tag or drop the TODO markers that carry no tagnsfisis
2026-08-22feat(path-downloader): implement safe_junctions as always truensfisis
2026-08-22fix(auditor): keep newlines when sanitizing audit table rowsnsfisis
2026-08-22chore(flake): comment out the VCSs no test needsnsfisis
2026-08-22test(show-command): run test_self againnsfisis
2026-08-22fix(package): dispatch get_links_for_type on Link::TYPE_* valuesnsfisis
2026-08-22refactor(plugin): decode RPC values through conversion traitsnsfisis
2026-08-22fix(event-dispatcher): run COMPOSER_BINARY without a PHP interpreternsfisis
2026-08-22feat(cli): tell the user to run `shirabe`, not `composer`nsfisis
2026-08-22ci: setup GitHub Actionsnsfisis
2026-08-20fix(event-dispatcher): let a PHP script reach the Composer object graphnsfisis
2026-08-20perf(semver): build CompilingMatcher's cache key without allocatingnsfisis
2026-08-20perf(semver): memoize Intervals::isSubsetOf on its operand pairnsfisis
2026-08-20perf(repository): take ownership of the decoded provider JSONnsfisis
2026-08-19perf(package): hand out link maps behind Rcnsfisis
2026-08-19perf(semver): return the memoized interval collection by handlensfisis
2026-08-19perf(semver): memoize MultiConstraint's string formnsfisis
2026-08-19perf(php-src): stop collecting version tokens into vectorsnsfisis
2026-08-19fix(input): thread a typed InputValue through the input layernsfisis
2026-08-19perf(composer-repository): pass packages into the loader by valuensfisis
2026-08-19perf(curl-downloader): reuse one reqwest client per tokio runtimensfisis
2026-08-19perf(shirabe): use mimalloc as the global allocatornsfisis
2026-08-18perf(metadata-minifier): defer copying versions out of expandnsfisis
2026-08-18fix(input): return a bool|string|string[]|null enum from get_optionnsfisis
2026-08-18refactor(check-platform-reqs-command): model the JSON output as structsnsfisis
2026-08-18fix(diagnose-command): model check results as dedicated enumsnsfisis
2026-08-18fix(show-command): model the JSON output as dedicated structsnsfisis
2026-08-18refactor(zip): return a ZipEntryStat struct from stat_indexnsfisis
2026-08-18fix: propagate ported exceptions instead of flattening themnsfisis
2026-08-18fix(process-executor): model commands as a CommandLine enumnsfisis
2026-08-18refactor(function-exists): drop checks for always-present capabilitiesnsfisis
2026-08-18docs: update docs/known-incompatibilities.mdnsfisis
2026-08-18test(process-executor): benchmark execute_async with criterionnsfisis
2026-08-18fix(linters): treat array-of-table headers as section boundariesnsfisis
2026-08-18fix(cache): allow underscores in metadata cache keysnsfisis
2026-08-18refactor(preg): make preg_match_all yield matches per occurrencensfisis
2026-08-18refactor(preg): add preg_is_match for existence-only call sitesnsfisis