index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
Age
Commit message (
Expand
)
Author
2026-06-20
feat(symfony-process): port full Process class from PHP
nsfisis
2026-06-20
feat(ca-bundle): replace CaBundle todo!() with dummy implementations
nsfisis
2026-06-20
feat(php-shim): implement parse_url and filter_var URL/boolean filters
nsfisis
2026-06-20
test(cli): un-ignore no-longer-panicking command tests
nsfisis
2026-06-20
feat(outdated): proxy execute to show via shared Application
nsfisis
2026-06-20
feat(finder): implement Finder traversal and filter pipeline
nsfisis
2026-06-20
fix(path): propagate PathBuf
nsfisis
2026-06-20
feat(clear-cache): implement ClearCacheCommand::execute
nsfisis
2026-06-20
feat(php-shim): implement is_writable via filesystem metadata
nsfisis
2026-06-20
feat(console): implement doRenderThrowable exception rendering
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
refactor(console): propagate getComposer's exit(1) as ExitException
nsfisis
2026-06-20
fix(comparer): return instead of exiting the process on doTree failure
nsfisis
2026-06-20
feat(php-shim): implement array_replace_recursive
nsfisis
2026-06-20
feat(php-shim): implement single-component pathinfo
nsfisis
2026-06-20
feat(php-shim): implement is_numeric
nsfisis
2026-06-20
feat(php-shim): implement two-argument json_decode
nsfisis
2026-06-20
feat(php-shim): implement dirname()
nsfisis
2026-06-20
fix(global-command): call base_run to stop run() infinite recursion
nsfisis
2026-06-20
test(cli): add more smoke tests
nsfisis
2026-06-20
refactor(installation-manager): cache installers by index, drop clone_box
nsfisis
2026-06-20
refactor(plugin): return borrowed plugins from get_plugins, drop clone_box
nsfisis
2026-06-20
refactor(repository): remove unused function
nsfisis
2026-06-20
feat(io): implement IOInterface error/warning/debug logging
nsfisis
2026-06-20
feat(platform): implement Runtime::parse_html_extension_info
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(hg): implement Hg::new constructor
nsfisis
2026-06-20
feat(package): implement as_package_interface upcast
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
2026-06-20
docs(console): fence PHP examples in doc comments as `php`
nsfisis
2026-06-20
feat(help): replace all "php composer.phar" in help text with "shirabe"
nsfisis
2026-06-20
feat(command): implement --help output
nsfisis
2026-06-19
test(command): add basic smoke tests
nsfisis
2026-06-19
feat(command): implement Symfony Command
nsfisis
2026-06-14
feat(php-shim): implement more shim functions
nsfisis
2026-06-14
feat(php-shim): implement random_int/random_bytes with fastrand
nsfisis
2026-06-14
docs(regex): add regex porting rules
nsfisis
2026-06-14
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
fix(archiver): resolve infinite recursion in exclude filter dispatch
nsfisis
2026-06-14
fix(command): resolve infinite recursion in command initialize
nsfisis
2026-06-14
refactor: fix warnings
nsfisis
2026-06-14
refactor(pcre): take &mut matches in preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): return bool/usize from preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): return bool from preg_match shim
nsfisis
2026-06-14
refactor(pcre): treat regex compile failure as fatal in shim
nsfisis
2026-06-14
refactor(pcre): consolidate duplicate preg_* shim helpers
nsfisis
[next]