index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
util
Age
Commit message (
Expand
)
Author
2026-06-30
refactor(git): replace is_callable with RunCommandOutput trait
nsfisis
2026-06-29
refactor(json): replace seld/jsonlint with serde_json
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-28
fix(util): restore PHP delimiters in ported regex patterns
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor(http): present reqwest instead of faking curl_version
nsfisis
2026-06-27
test: port Composer tests unblocked by mockall, add seams
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 32 command/repository/downloader tests
nsfisis
2026-06-26
test: port 24 command/repository/package/util tests; add TlsHelper
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
2026-06-26
test: port 44 vcs/downloader/version tests using mock infra
nsfisis
2026-06-26
feat(test): add HttpDownloaderMock, IOStub, and Config stub helpers
nsfisis
2026-06-26
feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-24
feat(process): wire execute output handling to a callback model
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
nsfisis
2026-06-24
refactor(php-shim): remove is_resource/is_resource_value
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-24
refactor(crates): split metadata-minifier and spdx-licenses into own crates
nsfisis
2026-06-24
test: port more unimplemented tests
nsfisis
2026-06-22
test: port previously-ignored Composer tests via __ test hatches
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-21
refactor(php-shim): drop current()/key()/end() array helpers
nsfisis
2026-06-21
refactor(php-shim): split filter_var into per-filter functions
nsfisis
2026-06-21
refactor(math): use method-style max/min/clamp over std::cmp
nsfisis
2026-06-20
feat(symfony-process): port full Process class from PHP
nsfisis
2026-06-20
fix(path): propagate PathBuf
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor(clippy): resolve idiomatic lint warnings
nsfisis
2026-06-20
feat(hg): implement Hg::new constructor
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-20
feat(php-shim): implement count()
nsfisis
2026-06-14
docs(regex): add regex porting rules
nsfisis
2026-06-14
refactor: fix warnings
nsfisis
2026-06-14
refactor(pcre): drop Result from Preg method return types
nsfisis
2026-06-14
refactor(pcre): drop strict-groups Preg variants
nsfisis
2026-06-13
refactor(http): drop unworkable set_error_handler warning capture
nsfisis
2026-06-13
fix(console): flatten Application inheritance to restore overrides
nsfisis
2026-06-12
refactor(php-shim): replace literal sprintf calls with format!
nsfisis
2026-06-11
refactor(argv): use std::env::args instead of server_argv shim
nsfisis
2026-06-11
feat(php-shim): implement trivial PHP-compatible stub functions
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-10
feat(phase-c): resolve exception-handling phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve PHP-array-semantics phase-b TODOs
nsfisis
[next]