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
/
autoload
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(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-16
fix(autoload): expand the dirsep placeholder in target-dir patterns
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
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-10
refactor(autoload): resolve include_path in the PHP worker
nsfisis
2026-08-10
refactor(autoload): drop the todo!() composerRequire stub
nsfisis
2026-08-09
fix(autoload): embed ClassLoader.php and the LICENSE at build time
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
refactor(path): build paths with Path::join
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-07
fix(autoload-generator): survive listeners that re-enter dump()
nsfisis
2026-08-06
style(autoload): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
refactor(class-map-generator): narrow scanPaths' $path to a string
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-05
fix(autoload-generator): read exclude-from-classmap/classmap as PhpMixed::Array
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
fix(autoload): correct generated autoloader blank lines
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
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-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-21
refactor(php-shim): split filter_var into per-filter functions
nsfisis
2026-06-21
refactor(autoload): drop dead APCu cache from ClassLoader
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
refactor(pcre): drop Result from Preg method return types
nsfisis
2026-06-12
refactor(php-shim): replace literal sprintf calls with format!
nsfisis
2026-06-12
feat(symfony-console): port Symfony Console and make the workspace compile
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve PHP-array-semantics phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve static-property phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve PhpMixed-conversion phase-b TODOs
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-06-08
feat(phase-c): resolve reflection/downcast phase-b TODOs
nsfisis
2026-06-06
chore(shirabe): remove ports of PHP @deprecated APIs
nsfisis
2026-06-06
fix(array-merge): route mixed-key merges through faithful array_merge
nsfisis
2026-06-06
refactor(repository): make read methods fallible and take &mut self
nsfisis
2026-06-05
refactor(autoload): drop deprecated Autoload\ClassMapGenerator impl
nsfisis
2026-06-05
feat(filter): share platform req filter via Rc, drop clone_box
nsfisis
[next]