aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/src/symfony/console
AgeCommit message (Expand)Author
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-02feat(console): return shared style handles from OutputFormatter::get_stylensfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02refactor(php-shim): introduce PhpClass for reporting PHP class namesnsfisis
2026-08-02test(completion): port CommandCompletionTester and CompletionFunctionalTestnsfisis
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-01feat(symfony-console): implement interactive question/style helpersnsfisis
2026-07-26fix(console-table): wrap cells that exceed the column max widthnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-24refactor(symfony-style): remove unused StyleInterface impl on OutputStylensfisis
2026-07-20fix(symfony-table): implement formatter_is_wrappablensfisis
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-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-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-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(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
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
2026-06-24feat(io): implement BufferIO new/get_output/set_user_inputsnsfisis
2026-06-24feat(question): model Question hierarchy via QuestionInterface traitnsfisis
2026-06-23test(command): port InitCommandTestnsfisis
2026-06-23refactor(console): close HelperSet to a fixed set of four helpersnsfisis
2026-06-22feat(php-shim): implement fopen-family stream API on PhpResourcensfisis
2026-06-22refactor(console): drop unported LazyCommandnsfisis
2026-06-22feat(console): implement XmlDescriptor via DOM shimnsfisis
2026-06-21refactor(php-shim): drop current()/key()/end() array helpersnsfisis
2026-06-21feat(php-shim): implement array sort/merge/unique/splice helpersnsfisis
2026-06-21feat(php-shim): implement microtimensfisis
2026-06-21refactor(php-shim): split filter_var into per-filter functionsnsfisis
2026-06-21refactor(math): use method-style max/min/clamp over std::cmpnsfisis