aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/src
AgeCommit message (Expand)Author
2026-08-02feat(command): wire suggested values into every command definitionnsfisis
2026-08-02feat(symfony-console): restore CompletionInput's ArgvInput inheritance surfacensfisis
2026-08-02feat(symfony-console): implement the shell completion command plumbingnsfisis
2026-08-02fix(symfony-console): dispatch parse_token to CompletionInput in bindnsfisis
2026-08-02refactor(symfony-console): drop unused Cursor methodsnsfisis
2026-08-02fix(symfony-finder): make Glob::to_regex regex-crate compatiblensfisis
2026-08-01feat(symfony-console): implement interactive question/style helpersnsfisis
2026-08-01feat(php-src): add a BSD-licensed crate for php-src derived codensfisis
2026-07-26fix(symfony-string): convert between ASCII and UTF-8 instead of panickingnsfisis
2026-07-26fix(console-table): wrap cells that exceed the column max widthnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-24fix(dependency-resolver): query real PHP for ext-* version/loaded checksnsfisis
2026-07-24docs(symfony-filesystem): mark unported Filesystem gaps with TODO(phase-c)nsfisis
2026-07-24refactor(symfony-filesystem): remove unused Filesystem API surfacensfisis
2026-07-24refactor(symfony-style): remove unused StyleInterface impl on OutputStylensfisis
2026-07-24refactor(symfony-process): remove unused Process API surfacensfisis
2026-07-20fix(symfony-table): implement formatter_is_wrappablensfisis
2026-07-20fix(xdebug-handler): implement get_all_ini_files for no-PHP-runtime casensfisis
2026-07-20fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...nsfisis
2026-07-19fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...nsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-11fix(command-loader): return Rc<RefCell<dyn Command>> from get()nsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-11feat(completion): thread Rc<InputOption> through suggest_optionsnsfisis
2026-07-04fix(xdebug-handler): implement get_skipped_versionnsfisis
2026-06-29feat(php-shim): implement DirectoryIterator in fs shimnsfisis
2026-06-29feat(console): implement StringInput stringification in global proxynsfisis
2026-06-29feat(console): implement output instanceof downcasts in process/progress helpersnsfisis
2026-06-29refactor(json): replace seld/jsonlint with serde_jsonnsfisis
2026-06-28feat(process): implement PhpExecutableFinder::find env fallbacksnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26feat(output-style): implement is_console_output_interface via AsAny downcastnsfisis
2026-06-26fix(check-platform-reqs-command): add PlatformRepository to existing compositensfisis
2026-06-26feat(symfony-style): implement is_console_output_interface, apply real table ...nsfisis
2026-06-26refactor(symfony-table): model rows/cells with enums instead of PhpMixednsfisis
2026-06-26feat(shim): implement stream_select/stream_set_blocking via libcnsfisis
2026-06-26test: port 35 auth/installer/io/zip/bitbucket tests; implement date_creatensfisis
2026-06-26feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...nsfisis
2026-06-25feat(external-packages,shim): implement impl todos across componentsnsfisis
2026-06-25feat(finder): port Symfony Finder SplFileInfonsfisis
2026-06-25feat(filesystem): port Symfony Filesystem methodsnsfisis
2026-06-25feat(json): validate JSON schema via the jsonschema cratensfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-25feat(signal): disable signal handler at all for nownsfisis
2026-06-24refactor(php-shim): remove is_resource/is_resource_valuensfisis
2026-06-24chore: unwrap meaningless PhpMixed::String()nsfisis
2026-06-24feat(console): implement application description for `list`nsfisis
2026-06-24fix(console): make Command/BaseCommand methods take &selfnsfisis
2026-06-24feat(process): redesign proc_* on PhpResource process handlesnsfisis