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
/
class_loader.rs
Age
Commit message (
Expand
)
Author
2026-08-11
chore(php-shim): drop the HHVM_VERSION constant
nsfisis
2026-08-10
refactor(autoload): resolve include_path in the PHP worker
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-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
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-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
feat(phase-c): resolve reflection/downcast phase-b TODOs
nsfisis
2026-05-19
fix(compile): fix various compile errors
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-16
feat(port): port ClassLoader.php
nsfisis
2026-05-12
feat(init): add scaffold files
nsfisis