aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/src
AgeCommit message (Expand)Author
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
2026-06-20feat(symfony-process): port full Process class from PHPnsfisis
2026-06-20feat(ca-bundle): replace CaBundle todo!() with dummy implementationsnsfisis
2026-06-20feat(finder): implement Finder traversal and filter pipelinensfisis
2026-06-20fix(path): propagate PathBufnsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20refactor(clippy): resolve idiomatic lint warningsnsfisis
2026-06-20fix(global-command): call base_run to stop run() infinite recursionnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-20docs(console): fence PHP examples in doc comments as `php`nsfisis
2026-06-20feat(command): implement --help outputnsfisis
2026-06-19feat(command): implement Symfony Commandnsfisis
2026-06-14feat(php-shim): implement more shim functionsnsfisis
2026-06-14docs(regex): add regex porting rulesnsfisis
2026-06-14refactor: auto-fix clippy warningsnsfisis
2026-06-14refactor: fix warningsnsfisis
2026-06-14refactor(pcre): take &mut matches in preg_*2 shim helpersnsfisis
2026-06-14refactor(pcre): return bool/usize from preg_*2 shim helpersnsfisis
2026-06-14refactor(pcre): return bool from preg_match shimnsfisis
2026-06-14refactor(pcre): treat regex compile failure as fatal in shimnsfisis
2026-06-14refactor(pcre): consolidate duplicate preg_* shim helpersnsfisis
2026-06-14refactor(pcre): move preg_* free functions into php-shimnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-14feat(pcre): implement preg_* functionsnsfisis
2026-06-14refactor(pcre): drop PcreExceptionnsfisis
2026-06-14refactor(pcre): drop strict-groups Preg variantsnsfisis
2026-06-14refactor(pcre): remove unused Preg methodsnsfisis
2026-06-14feat(pcre): implement Preg classnsfisis
2026-06-14refactor(console): remove unused symfony event dispatchernsfisis
2026-06-14chore: add "ref" comments to file headernsfisis
2026-06-14feat(console): implement get_command_name_before_binding via input clonensfisis
2026-06-13fix(console): flatten Application inheritance to restore overridesnsfisis
2026-06-12refactor(php-shim): replace literal sprintf calls with format!nsfisis
2026-06-12feat(php-shim): implement runtime functions to run --versionnsfisis
2026-06-12feat(symfony-console): port Symfony Console and make the workspace compilensfisis
2026-06-11chore(compiler): drop compiler.rsnsfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-06-10feat(phase-c): resolve exception-handling phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve closure-capture phase-b TODOs in config/create-projectnsfisis
2026-06-08refactor(external-packages): drop component segment from symfony pathsnsfisis
2026-06-07feat(metadata-minifier): port expand for minified package metadatansfisis
2026-06-06refactor(command): share Input/OutputInterface via Rc<RefCell>nsfisis
2026-06-06refactor(archiver): yield PathBuf from ArchivableFilesFinder, drop SplFileInfonsfisis
2026-06-06fix(self-update-command): resolve finder-related phase-b TODOsnsfisis