index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-class-map-generator
/
src
/
php_file_cleaner.rs
Age
Commit message (
Expand
)
Author
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(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): split the PREG_UNMATCHED_AS_NULL preg_* by flag
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-07-04
fix(class-map-generator): avoid unsupported regex backreference/lookahead in ...
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-14
refactor(pcre): drop Result from Preg method return types
nsfisis
2026-06-14
refactor(pcre): drop strict-groups Preg variants
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-17
chore: cargo clippy --fix
nsfisis
2026-05-17
fix(class-map-generator): introduce CaptureKey enum and fix class-map-generat...
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-17
feat(port): port PhpFileCleaner.php
nsfisis