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
/
package
Age
Commit message (
Expand
)
Author
2026-08-18
refactor(pcre): hand back the match instead of copying it out
nsfisis
2026-08-17
refactor(pcre): return the Preg $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): report unmatched groups as null throughout
nsfisis
2026-08-17
refactor(preg): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-17
fix(pcre): preserve unmatched groups in Preg::match_all*()
nsfisis
2026-08-16
fix(php-shim): accept negative offsets in substr_replace
nsfisis
2026-08-16
refactor(php-shim): give parse_url a typed UrlComponents result
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
nsfisis
2026-08-15
feat(cli): report Shirabe's own identity instead of Composer's
nsfisis
2026-08-15
feat(php-shim): drop the modelled PHP version constants
nsfisis
2026-08-11
chore(php-shim): drop the PHP_INT_* constants
nsfisis
2026-08-10
fix(php-shim): return an error from fileperms instead of 0
nsfisis
2026-08-09
refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...
nsfisis
2026-08-09
refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
feat(archiver): preserve file permissions in zip archives
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
refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOp
nsfisis
2026-08-07
feat(plugin): cross alias packages over RPC as proxy stubs
nsfisis
2026-08-07
refactor: merge split inherent impl blocks into one per type
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-06
feat(plugin): widen the RPC surface to LibraryInstaller-based plugins
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-04
fix(package): keep list-shaped license arrays in ValidatingArrayLoader
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): drop pack/unpack in favor of direct byte handling
nsfisis
2026-08-02
fix(symfony-finder): make Glob::to_regex regex-crate compatible
nsfisis
2026-08-02
refactor(git-exclude-filter): pass the line parser as a method reference
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
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-24
fix(array-dumper): dump source/dist mirrors as a JSON array
nsfisis
2026-07-24
fix(package): rewrite dist-reference SHA regex without look-around
nsfisis
2026-07-24
fix(locker): return stability-flags as int, not string
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-20
fix(validating-array-loader): un-ignore test_fund_command by fixing empty check
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-19
fix(root-package-loader): un-ignore 4 tests by fixing stability-flag isset() ...
nsfisis
2026-07-19
fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...
nsfisis
2026-07-19
fix(alias-package): stop delegating own-state accessors to aliasOf
nsfisis
2026-07-18
chore: rustfmt
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(process-executor): make execute_async genuinely concurrent
nsfisis
[next]