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
/
util
Age
Commit message (
Expand
)
Author
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-24
feat(process): wire execute output handling to a callback model
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
nsfisis
2026-06-24
refactor(php-shim): remove is_resource/is_resource_value
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-24
refactor(crates): split metadata-minifier and spdx-licenses into own crates
nsfisis
2026-06-24
test: port more unimplemented tests
nsfisis
2026-06-22
test: port previously-ignored Composer tests via __ test hatches
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-21
refactor(php-shim): drop current()/key()/end() array helpers
nsfisis
2026-06-21
refactor(php-shim): split filter_var into per-filter functions
nsfisis
2026-06-21
refactor(math): use method-style max/min/clamp over std::cmp
nsfisis
2026-06-20
feat(symfony-process): port full Process class from PHP
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-20
feat(hg): implement Hg::new constructor
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-20
feat(php-shim): implement count()
nsfisis
2026-06-14
docs(regex): add regex porting rules
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-13
refactor(http): drop unworkable set_error_handler warning capture
nsfisis
2026-06-13
fix(console): flatten Application inheritance to restore overrides
nsfisis
2026-06-12
refactor(php-shim): replace literal sprintf calls with format!
nsfisis
2026-06-11
refactor(argv): use std::env::args instead of server_argv shim
nsfisis
2026-06-11
feat(php-shim): implement trivial PHP-compatible stub functions
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-10
feat(phase-c): resolve exception-handling 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
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-06-07
refactor(phase-c): resolve shared-ownership TODOs via handle/Rc clones
nsfisis
2026-06-07
feat(shirabe): resolve phase-b PhpMixed conversion TODOs
nsfisis
2026-06-07
feat(shirabe): resolve phase-b TODOs with shared ownership
nsfisis
2026-06-06
fix(git): run git --version in getVersion
nsfisis
2026-06-06
chore(shirabe): remove ports of PHP @deprecated APIs
nsfisis
2026-06-06
refactor(perforce): drop stale TODO comment
nsfisis
2026-06-06
refactor(http-response): take url directly instead of request map
nsfisis
2026-06-06
feat(filesystem): model iterator failure to restore removal retry
nsfisis
2026-06-05
refactor(io): model ask_and_validate validators with anyhow::Result
nsfisis
2026-06-05
feat(downloader): wire VcsDownloader subclasses via shared downloaders
nsfisis
2026-06-04
feat: resolve trivial todo!() sites with existing constructors
nsfisis
2026-06-04
refactor: drop stale phase-b TODO comments resolved by current code
nsfisis
2026-06-03
refactor(downloader,repository,json): drop stale try/catch TODOs; fix svn get...
nsfisis
2026-06-03
feat(php-shim): align fwrite/touch2/PHP_OS_FAMILY/PHP_URL_SCHEME with PHP
nsfisis
2026-06-03
feat(downcast): wire package/repo/filter instanceof checks via existing handl...
nsfisis
2026-06-03
feat(downloader,repository): wire exception instanceof downcasts via anyhow
nsfisis
[next]