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
Age
Commit message (
Expand
)
Author
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-24
docs(symfony-filesystem): mark unported Filesystem gaps with TODO(phase-c)
nsfisis
2026-07-24
refactor(symfony-filesystem): remove unused Filesystem API surface
nsfisis
2026-07-24
refactor(symfony-style): remove unused StyleInterface impl on OutputStyle
nsfisis
2026-07-24
refactor(symfony-process): remove unused Process API surface
nsfisis
2026-07-20
fix(symfony-table): implement formatter_is_wrappable
nsfisis
2026-07-20
fix(xdebug-handler): implement get_all_ini_files for no-PHP-runtime case
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-19
fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-11
fix(command-loader): return Rc<RefCell<dyn Command>> from get()
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-11
feat(completion): thread Rc<InputOption> through suggest_options
nsfisis
2026-07-04
fix(xdebug-handler): implement get_skipped_version
nsfisis
2026-06-29
feat(php-shim): implement DirectoryIterator in fs shim
nsfisis
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-29
refactor(json): replace seld/jsonlint with serde_json
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(json): validate JSON schema via the jsonschema crate
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-25
feat(signal): disable signal handler at all for now
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
refactor(package): point ComposerMirror to crate::util, drop external stub
nsfisis
2026-06-24
refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...
nsfisis
2026-06-24
refactor(crates): split metadata-minifier and spdx-licenses into own crates
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
[next]