index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-pcre
/
src
Age
Commit message (
Expand
)
Author
2026-08-18
refactor(pcre): inline Preg into its call sites and drop the crate
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 throughout
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
refactor(pcre): drop the guards for unsupported preg flags
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
2026-08-17
refactor(preg): drop unused args of preg_match_all_offset_capture2()
nsfisis
2026-08-17
refactor(preg): drop unused flags and offset of preg_match_all2()
nsfisis
2026-08-16
refactor(preg): make preg_grep() return an iterator
nsfisis
2026-08-16
refactor(preg): import preg_*() instead of qualifying them
nsfisis
2026-08-16
refactor(preg): merge preg_replace_callback2 into preg_replace_callback
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis