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-20
perf(semver): build CompilingMatcher's cache key without allocating
nsfisis
2026-08-20
perf(semver): memoize Intervals::isSubsetOf on its operand pair
nsfisis
2026-08-20
perf(repository): take ownership of the decoded provider JSON
nsfisis
2026-08-19
perf(package): hand out link maps behind Rc
nsfisis
2026-08-19
perf(semver): return the memoized interval collection by handle
nsfisis
2026-08-19
perf(semver): memoize MultiConstraint's string form
nsfisis
2026-08-19
perf(php-src): stop collecting version tokens into vectors
nsfisis
2026-08-19
fix(input): thread a typed InputValue through the input layer
nsfisis
2026-08-19
perf(composer-repository): pass packages into the loader by value
nsfisis
2026-08-19
perf(curl-downloader): reuse one reqwest client per tokio runtime
nsfisis
2026-08-19
perf(shirabe): use mimalloc as the global allocator
nsfisis
2026-08-18
perf(metadata-minifier): defer copying versions out of expand
nsfisis
2026-08-18
fix(input): return a bool|string|string[]|null enum from get_option
nsfisis
2026-08-18
refactor(check-platform-reqs-command): model the JSON output as structs
nsfisis
2026-08-18
fix(diagnose-command): model check results as dedicated enums
nsfisis
2026-08-18
fix(show-command): model the JSON output as dedicated structs
nsfisis
2026-08-18
refactor(zip): return a ZipEntryStat struct from stat_index
nsfisis
2026-08-18
fix: propagate ported exceptions instead of flattening them
nsfisis
2026-08-18
fix(process-executor): model commands as a CommandLine enum
nsfisis
2026-08-18
refactor(function-exists): drop checks for always-present capabilities
nsfisis
2026-08-18
test(process-executor): benchmark execute_async with criterion
nsfisis
2026-08-18
fix(cache): allow underscores in metadata cache keys
nsfisis
2026-08-18
refactor(preg): make preg_match_all yield matches per occurrence
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
fix(class-map-generator): anchor the type keyword search
nsfisis
2026-08-18
refactor(preg): anchor A patterns at the call site
nsfisis
2026-08-18
refactor(preg): drop the Vec-returning preg_match_all
nsfisis
2026-08-18
refactor(preg): fold preg_match into preg_match2
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): drop the two bespoke isMatch variants
nsfisis
2026-08-18
refactor(pcre): hand back the match instead of copying it out
nsfisis
2026-08-18
refactor(preg): back PregMatches with regex::Captures
nsfisis
2026-08-17
refactor(pcre): return the Preg $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): return the preg_* $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): report unmatched groups as null in the vec-shaped preg_*
nsfisis
2026-08-17
refactor(preg): report unmatched groups as null throughout
nsfisis
2026-08-17
docs(output-formatter): drop the stale possessive-quantifier TODO
nsfisis
2026-08-17
refactor(preg): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flag
nsfisis
2026-08-17
fix(platform): expand the %VAR% form in expand_path()
nsfisis
2026-08-17
refactor(php-shim): split single_match_map() by unmatched_as_null
nsfisis
2026-08-17
refactor(pcre): drop the guards for unsupported preg flags
nsfisis
2026-08-17
fix(no-proxy-pattern): drop empty entries when splitting NO_PROXY
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-17
refactor(preg): drop Option wrapper from matches arg of match_all*()
nsfisis
2026-08-17
refactor(preg): drop pass-through private helpers
nsfisis
2026-08-17
refactor(preg): merge preg_match_all_offset_capture2() into its sibling
nsfisis
2026-08-17
fix(pcre): preserve unmatched groups in Preg::match_all*()
nsfisis
[next]