index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-external-packages
/
src
/
symfony
Age
Commit message (
Expand
)
Author
2026-06-29
feat(console): implement StringInput stringification in global proxy
nsfisis
2026-06-29
feat(console): implement output instanceof downcasts in process/progress helpers
nsfisis
2026-06-28
feat(process): implement PhpExecutableFinder::find env fallbacks
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
feat(output-style): implement is_console_output_interface via AsAny downcast
nsfisis
2026-06-26
fix(check-platform-reqs-command): add PlatformRepository to existing composite
nsfisis
2026-06-26
feat(symfony-style): implement is_console_output_interface, apply real table ...
nsfisis
2026-06-26
refactor(symfony-table): model rows/cells with enums instead of PhpMixed
nsfisis
2026-06-26
feat(shim): implement stream_select/stream_set_blocking via libc
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
2026-06-26
feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...
nsfisis
2026-06-25
feat(external-packages,shim): implement impl todos across components
nsfisis
2026-06-25
feat(finder): port Symfony Finder SplFileInfo
nsfisis
2026-06-25
feat(filesystem): port Symfony Filesystem methods
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
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
feat(console): implement application description for `list`
nsfisis
2026-06-24
fix(console): make Command/BaseCommand methods take &self
nsfisis
2026-06-24
feat(process): redesign proc_* on PhpResource process handles
nsfisis
2026-06-24
feat(io): implement BufferIO new/get_output/set_user_inputs
nsfisis
2026-06-24
feat(question): model Question hierarchy via QuestionInterface trait
nsfisis
2026-06-23
test(command): port InitCommandTest
nsfisis
2026-06-23
refactor(console): close HelperSet to a fixed set of four helpers
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-22
refactor(console): drop unported LazyCommand
nsfisis
2026-06-22
feat(console): implement XmlDescriptor via DOM shim
nsfisis
2026-06-21
refactor(php-shim): drop current()/key()/end() array helpers
nsfisis
2026-06-21
feat(php-shim): implement array sort/merge/unique/splice helpers
nsfisis
2026-06-21
feat(php-shim): implement microtime
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
feat(finder): implement Finder traversal and filter pipeline
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
fix(global-command): call base_run to stop run() infinite recursion
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-20
docs(console): fence PHP examples in doc comments as `php`
nsfisis
2026-06-20
feat(command): implement --help output
nsfisis
2026-06-19
feat(command): implement Symfony Command
nsfisis
2026-06-14
feat(php-shim): implement more shim functions
nsfisis
2026-06-14
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
refactor: fix warnings
nsfisis
2026-06-14
refactor(pcre): take &mut matches in preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): return bool/usize from preg_*2 shim helpers
nsfisis
2026-06-14
refactor(pcre): return bool from preg_match shim
nsfisis
2026-06-14
refactor(pcre): treat regex compile failure as fatal in shim
nsfisis
[next]