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-08-09
refactor(external-packages): test for Windows with cfg!(windows)
nsfisis
2026-08-09
refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constant
nsfisis
2026-08-09
test(console): cover the dev build warning branch
nsfisis
2026-08-09
fix(json): let an \Error out of JsonFile::read untouched
nsfisis
2026-08-09
fix(archiver): narrow PharArchiver's catch to \UnexpectedValueException
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
feat(composer): bake the dev build warning deadline in at build time
nsfisis
2026-08-08
refactor(php-shim): dispatch spl_object_hash on Rc and references
nsfisis
2026-08-08
refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOp
nsfisis
2026-08-08
chore: remove unused functions
nsfisis
2026-08-07
feat(installer): dispatch package events
nsfisis
2026-08-07
fix(plugin): make proxy stub property access an explicit error
nsfisis
2026-08-07
fix(autoload-generator): survive listeners that re-enter dump()
nsfisis
2026-08-07
feat(plugin): cross alias packages over RPC as proxy stubs
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-07
test: port the tests left as todo!() stubs
nsfisis
2026-08-07
feat(php-rpc): cross materialized values as PHP object records
nsfisis
2026-08-06
fix(php-rpc): carry the worker channel over a socketpair
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
fix(download-manager): name the downloader class in its LogicException
nsfisis
2026-08-06
test(version-selector): drop four stale #[ignore] attributes
nsfisis
2026-08-06
feat(plugin): let links and release dates cross the RPC boundary
nsfisis
2026-08-06
refactor(php-shim): take &str and return String from pathinfo
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
style(autoload): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
style(binary-installer): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
refactor(class-map-generator): narrow scanPaths' $path to a string
nsfisis
2026-08-06
refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifier
nsfisis
2026-08-06
chore(spdx-licenses): drop members Composer never calls
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
feat(console): override TransportException's code in doRun
nsfisis
2026-08-06
fix(symfony-filesystem): restore upstream behavior in five spots
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-06
test(plugin): cover composer/installers beyond a fresh install
nsfisis
2026-08-06
test(plugin): compare a composer/installers run against upstream Composer
nsfisis
2026-08-06
feat(plugin): widen the RPC surface to LibraryInstaller-based plugins
nsfisis
2026-08-06
test(plugin): compare a plugin-provided installer against upstream Composer
nsfisis
2026-08-06
feat(plugin): run plugin-provided installers through the RPC worker
nsfisis
2026-08-05
test(plugin): pin a composer-normalize fixture and compare its listing
nsfisis
2026-08-05
test(plugin): compare plugin-provided command execution against upstream
nsfisis
2026-08-05
feat(plugin): run plugin-provided commands in a worker-side application
nsfisis
2026-08-05
feat(symfony-console): expose the input __toString on InputInterface
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
feat(plugin): instantiate plugin capabilities through the PHP RPC worker
nsfisis
2026-08-04
feat(php-shim): render stdClass-shaped objects in var_export
nsfisis
[next]