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
/
package
Age
Commit message (
Expand
)
Author
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-24
fix(array-dumper): dump source/dist mirrors as a JSON array
nsfisis
2026-07-24
fix(package): rewrite dist-reference SHA regex without look-around
nsfisis
2026-07-24
fix(locker): return stability-flags as int, not string
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-20
fix(validating-array-loader): un-ignore test_fund_command by fixing empty check
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-19
fix(root-package-loader): un-ignore 4 tests by fixing stability-flag isset() ...
nsfisis
2026-07-19
fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...
nsfisis
2026-07-19
fix(alias-package): stop delegating own-state accessors to aliasOf
nsfisis
2026-07-18
chore: rustfmt
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(process-executor): make execute_async genuinely concurrent
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-05
feat(validating-array-loader): implement LoaderInterface
nsfisis
2026-07-04
fix(package): reset repository/id on package clone
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-06-29
feat(package): implement RootAliasPackage root getters via owned returns
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
test(installer): port InstallerTest unit and integration harness
nsfisis
2026-06-28
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-28
feat(package): impl alias getter delegation via owned String returns
nsfisis
2026-06-27
fix(json): encode empty stdClass fields as {} not []
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
fix(locker): build InstalledRepository with locked and root repos
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
feat(dependency-resolver): wire operation get_package and unblock solver tests
nsfisis
2026-06-26
test: recover binary_installer full-compat port; implement posix_getpwuid
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 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-25
feat(semver): hand-port constraint AND-split to drop look-around regex
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
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-24
refactor(package): point ComposerMirror to crate::util, drop external stub
nsfisis
2026-06-24
refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...
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-21
refactor(php-shim): drop reset()/reset_first()/end_arr() array helpers
nsfisis
2026-06-21
refactor(php-shim): split filter_var into per-filter functions
nsfisis
2026-06-20
feat(symfony-process): port full Process class from PHP
nsfisis
[next]