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
Age
Commit message (
Expand
)
Author
2026-08-17
fix(pcre): preserve unmatched groups in Preg::match_all*()
nsfisis
2026-08-15
feat(php-shim): drop the modelled PHP version constants
nsfisis
2026-08-11
chore(php-shim): drop the HHVM_VERSION constant
nsfisis
2026-08-11
chore(php-shim): drop the substring predicate ports
nsfisis
2026-08-11
chore(php-shim): drop the PHP_INT_* constants
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(php-shim): replace error_get_last with the failing call's io::Error
nsfisis
2026-08-09
refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constant
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(php-shim): take &str and return String from pathinfo
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
refactor(class-map-generator): narrow scanPaths' $path to a string
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-04
fix(class-map-generator): avoid unsupported regex backreference/lookahead in ...
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-20
fix(path): propagate PathBuf
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor(clippy): resolve idiomatic lint warnings
nsfisis
2026-06-14
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
refactor: fix warnings
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-06-12
refactor(php-shim): replace literal sprintf calls with format!
nsfisis
2026-06-10
feat(phase-c): resolve exception-handling phase-b TODOs
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-19
fix(compile): fix various compile errors
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 ClassMapGenerator.php
nsfisis
2026-05-17
feat(port): port PhpFileCleaner.php
nsfisis
2026-05-17
feat(port): port ClassMap.php
nsfisis
2026-05-17
feat(port): port PhpFileParser.php
nsfisis
2026-05-17
feat(port): port FileList.php
nsfisis