aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util
AgeCommit message (Expand)Author
2026-06-29refactor(json): replace seld/jsonlint with serde_jsonnsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28fix(http): avoid nested tokio runtime panic in download pathnsfisis
2026-06-28fix(util): restore PHP delimiters in ported regex patternsnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor(http): present reqwest instead of faking curl_versionnsfisis
2026-06-27test: port Composer tests unblocked by mockall, add seamsnsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26test: port 32 command/repository/downloader testsnsfisis
2026-06-26test: port 24 command/repository/package/util tests; add TlsHelpernsfisis
2026-06-26feat(http): reimplement CurlDownloader on reqwest; port 15 more testsnsfisis
2026-06-26test: port 59 autoload/vcs/installer/util/command tests; fix output capturensfisis
2026-06-26test: port 35 auth/installer/io/zip/bitbucket tests; implement date_creatensfisis
2026-06-26test: port 44 vcs/downloader/version tests using mock infransfisis
2026-06-26feat(test): add HttpDownloaderMock, IOStub, and Config stub helpersnsfisis
2026-06-26feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...nsfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-24feat(process): wire execute output handling to a callback modelnsfisis
2026-06-24refactor(process): take cwd as Option<&str> instead of IntoExecCwdnsfisis
2026-06-24refactor(php-shim): remove is_resource/is_resource_valuensfisis
2026-06-24chore: unwrap meaningless PhpMixed::String()nsfisis
2026-06-24refactor(crates): split metadata-minifier and spdx-licenses into own cratesnsfisis
2026-06-24test: port more unimplemented testsnsfisis
2026-06-22test: port previously-ignored Composer tests via __ test hatchesnsfisis
2026-06-22feat(php-shim): implement fopen-family stream API on PhpResourcensfisis
2026-06-21refactor(php-shim): drop current()/key()/end() array helpersnsfisis
2026-06-21refactor(php-shim): split filter_var into per-filter functionsnsfisis
2026-06-21refactor(math): use method-style max/min/clamp over std::cmpnsfisis
2026-06-20feat(symfony-process): port full Process class from PHPnsfisis
2026-06-20fix(path): propagate PathBufnsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20refactor(clippy): resolve idiomatic lint warningsnsfisis
2026-06-20feat(hg): implement Hg::new constructornsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-20feat(php-shim): implement count()nsfisis
2026-06-14docs(regex): add regex porting rulesnsfisis
2026-06-14refactor: fix warningsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-14refactor(pcre): drop strict-groups Preg variantsnsfisis
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-11refactor(argv): use std::env::args instead of server_argv shimnsfisis
2026-06-11feat(php-shim): implement trivial PHP-compatible stub functionsnsfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-06-10feat(phase-c): resolve cross-module phase-b TODOsnsfisis
2026-06-10feat(phase-c): resolve exception-handling phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PHP-array-semantics phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve static-property phase-b TODOsnsfisis