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
/
command
Age
Commit message (
Expand
)
Author
2026-06-29
feat(audit): implement get_packages non-locked branch
nsfisis
2026-06-29
fix(advisory): pass IO as shared handle to Auditor::audit
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
fix(repository): flatten InstalledRepository and unwrap filter repos in show
nsfisis
2026-06-28
test(installer): port InstallerTest unit and integration harness
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
feat(command/update): port UpdateCommand input definition
nsfisis
2026-06-27
refactor(http): present reqwest instead of faking curl_version
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
fix(command/show): match PHP null/isset semantics in package output
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
refactor(command): replace composer_full_mut with shared composer_full
nsfisis
2026-06-27
fix(validate-command): release Composer borrow before dispatching CommandEvent
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
feat(show-command): port the real configure() input definition
nsfisis
2026-06-26
fix(remove-command,pool-builder): drop Composer re-entrancy and PRE_POOL_CREA...
nsfisis
2026-06-26
fix(check-platform-reqs-command): add PlatformRepository to existing composite
nsfisis
2026-06-26
refactor(symfony-table): model rows/cells with enums instead of PhpMixed
nsfisis
2026-06-26
fix(dump-autoload-command): borrow Composer immutably in execute
nsfisis
2026-06-26
fix(repository-command,config): delimited Preg pattern and list-form repos
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-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
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
fix(console): make Command/BaseCommand methods take &self
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-23
test(command): port InitCommandTest
nsfisis
2026-06-23
refactor(console): close HelperSet to a fixed set of four helpers
nsfisis
2026-06-22
test: port previously-ignored Composer tests via __ test hatches
nsfisis
2026-06-22
refactor(console): introduce ApplicationHandle shared-ownership newtype
nsfisis
2026-06-21
refactor(php-shim): drop reset()/reset_first()/end_arr() array helpers
nsfisis
2026-06-21
refactor(php-shim): drop current()/key()/end() array helpers
nsfisis
2026-06-21
refactor(php-shim): remove ArrayObject, inline IndexMap into PhpMixed::Object
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-21
feat(php-shim): implement round() shim
nsfisis
2026-06-21
refactor(json): eliminate json_last_error in favor of Result
nsfisis
2026-06-20
feat(outdated): proxy execute to show via shared Application
nsfisis
2026-06-20
fix(path): propagate PathBuf
nsfisis
2026-06-20
feat(clear-cache): implement ClearCacheCommand::execute
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
fix(global-command): call base_run to stop run() infinite recursion
nsfisis
2026-06-20
refactor(package-discovery): extend BaseCommand as supertrait
nsfisis
2026-06-20
feat(init): implement repos/repositorySets accessors
nsfisis
2026-06-20
feat: resolve trivial todo!() placeholders
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-20
feat(php-shim): implement count()
nsfisis
[next]