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-08-11
feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpoints
nsfisis
2026-08-10
refactor(symfony): hide leaf modules behind their parent re-exports
nsfisis
2026-08-10
feat(xdebug): switch Xdebug off in the PHP worker
nsfisis
2026-08-09
refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...
nsfisis
2026-08-09
refactor(seld-signal): extract seld/signal into the shirabe-seld-signal crate
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...
nsfisis
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
refactor(path): build paths with Path::join
nsfisis
2026-08-09
refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constant
nsfisis
2026-08-09
fix(exception): carry PHP's $previous through the ported throw sites
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-08
refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOp
nsfisis
2026-08-07
fix(autoload-generator): survive listeners that re-enter dump()
nsfisis
2026-08-07
refactor(platform-repository): fetch the PHP runtime in one RPC call
nsfisis
2026-08-07
refactor: merge split inherent impl blocks into one per type
nsfisis
2026-08-07
chore: use shirabe_php_shim::impl_php_class
nsfisis
2026-08-06
refactor: replace literal-list in_array_strict with matches!
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-06
refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifier
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
feat(plugin): run plugin-provided installers through the RPC worker
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-08-02
fix(json): propagate JsonFile::encode errors instead of unwrapping
nsfisis
2026-08-02
refactor(php-shim): introduce PhpClass for reporting PHP class names
nsfisis
2026-08-02
fix(command): wire the missed suggested values and correct update's packages ...
nsfisis
2026-08-02
feat(command): wire suggested values into every command definition
nsfisis
2026-08-02
feat(command): port CompletionTrait's suggestion providers
nsfisis
2026-08-02
feat(symfony-console): restore CompletionInput's ArgvInput inheritance surface
nsfisis
2026-08-02
feat(console-input): port the suggested-values backport onto InputArgument/In...
nsfisis
2026-08-02
feat(symfony-console): implement the shell completion command plumbing
nsfisis
2026-08-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-08-02
fix(repository): run lazy initialization in count/has_package
nsfisis
2026-08-02
fix(diagnose-command): pass the self-audit when installed.json is absent
nsfisis
2026-07-26
feat(diagnose-command): report the real curl version
nsfisis
2026-07-26
fix(diagnose-command): give the audit BufferIO normal verbosity
nsfisis
2026-07-26
feat(diagnose-command): query the real PHP runtime in one RPC call
nsfisis
2026-07-25
fix(package-discovery): honor ignored platform reqs in shadowed-repo lookup
nsfisis
2026-07-25
fix(require-command): end input borrow before asking for confirmation
nsfisis
2026-07-25
fix(package-discovery): pass IO so platform requirement warnings surface
nsfisis
2026-07-25
refactor(json): embed Composer schemas instead of copying them to target
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
refactor(operation): replace OperationInterface with AnyOperation enum
nsfisis
2026-07-24
fix(event-dispatcher): invoke Closure listeners instead of always failing is_...
nsfisis
2026-07-24
fix(pool-builder): use plain getPackages() on locked repository
nsfisis
2026-07-20
fix(search-command): avoid usize overflow panic when truncating description
nsfisis
[next]