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
/
repository
Age
Commit message (
Expand
)
Author
2026-08-15
feat(cli): report Shirabe's own identity instead of Composer's
nsfisis
2026-08-15
refactor(php-shim): take only the data argument in http_build_query
nsfisis
2026-08-15
fix(composer-repository): encode the security advisory POST body as PHP does
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-11
chore(php-shim): drop the substring predicate ports
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(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
refactor(installed-versions): drop the Rust port, which has no readers
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
refactor(platform-repository): fetch the PHP runtime in one RPC call
nsfisis
2026-08-06
fix(platform-repository): report the icu and imagick libraries
nsfisis
2026-08-06
fix(repository-manager): fail explicitly on an unknown repository 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
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
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-03
docs(plugin): record dispositions of plugin-boundary open questions
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in ComposerRepository fallthro...
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in FilesystemRepository add/re...
nsfisis
2026-08-02
fix(json): propagate JsonFile::encode errors instead of unwrapping
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
refactor(php-shim): introduce PhpClass for reporting PHP class names
nsfisis
2026-08-02
fix(repository): run lazy initialization in count/has_package
nsfisis
2026-07-25
perf(advisory): share AnySecurityAdvisory via Rc
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-25
chore: remove unused imports
nsfisis
2026-07-24
fix(composer-repository): initialize wrapper before delegating loadPackages
nsfisis
2026-07-24
refactor(filesystem-repository): drop eval() shim, defer installed.php reload...
nsfisis
2026-07-20
perf(composer-repository): avoid redundant clones when checking security advi...
nsfisis
2026-07-20
perf(composer-repository): avoid redundant clones when loading async package ...
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-20
fix(github-driver): defer get_branches until tags search misses
nsfisis
2026-07-19
fix(search-command): un-ignore test_search by fixing JSON output and abandone...
nsfisis
2026-07-18
perf(installation-manager): run executeBatch operation chains concurrently
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-18
fix(composer-repository): match List for security-advisories field
nsfisis
2026-07-17
perf(sync-executor): drive HTTP fetches through one real top-level runtime
nsfisis
2026-07-17
refactor(composer-repository): fan out async metadata downloads concurrently
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-05
feat(validating-array-loader): implement LoaderInterface
nsfisis
[next]