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
/
composer_repository.rs
Age
Commit message (
Expand
)
Author
2026-08-20
perf(semver): build CompilingMatcher's cache key without allocating
nsfisis
2026-08-20
perf(repository): take ownership of the decoded provider JSON
nsfisis
2026-08-19
perf(composer-repository): pass packages into the loader by value
nsfisis
2026-08-18
perf(metadata-minifier): defer copying versions out of expand
nsfisis
2026-08-18
fix(cache): allow underscores in metadata cache keys
nsfisis
2026-08-18
refactor(preg): add preg_is_match for existence-only call sites
nsfisis
2026-08-18
refactor(preg): drop the offset argument from preg_match
nsfisis
2026-08-18
refactor(pcre): inline Preg into its call sites and drop the crate
nsfisis
2026-08-18
refactor(preg): split PregMatches reads into get() and name()
nsfisis
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): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-16
refactor(preg): make preg_grep() return an iterator
nsfisis
2026-08-16
refactor(php-shim): split json_decode into assoc and obj variants
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
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-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
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-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-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(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
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-24
fix(composer-repository): initialize wrapper before delegating loadPackages
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-19
fix(search-command): un-ignore test_search by fixing JSON output and abandone...
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-05
fix(composer-repository): use create_packages for lazy metadata-url packages
nsfisis
2026-06-28
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-24
refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...
nsfisis
2026-06-24
refactor(crates): split metadata-minifier and spdx-licenses into own crates
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
[next]