aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-symfony-console/src
AgeCommit message (Expand)Author
2026-08-19fix(input): thread a typed InputValue through the input layernsfisis
2026-08-18fix(input): return a bool|string|string[]|null enum from get_optionnsfisis
2026-08-18refactor(function-exists): drop checks for always-present capabilitiesnsfisis
2026-08-18refactor(preg): make preg_match_all yield matches per occurrencensfisis
2026-08-18refactor(preg): add preg_is_match for existence-only call sitesnsfisis
2026-08-18refactor(preg): drop the offset argument from preg_matchnsfisis
2026-08-18refactor(preg): anchor A patterns at the call sitensfisis
2026-08-18refactor(preg): drop the Vec-returning preg_match_allnsfisis
2026-08-18refactor(preg): fold preg_match into preg_match2nsfisis
2026-08-18refactor(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-18refactor(preg): split PregMatches reads into get() and name()nsfisis
2026-08-18refactor(preg): back PregMatches with regex::Capturesnsfisis
2026-08-17refactor(preg): return the preg_* $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): report unmatched groups as null in the vec-shaped preg_*nsfisis
2026-08-17docs(output-formatter): drop the stale possessive-quantifier TODOnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-17refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flagnsfisis
2026-08-17refactor(preg): merge preg_match_all_offset_capture2() into its siblingnsfisis
2026-08-16refactor(preg): import preg_*() instead of qualifying themnsfisis
2026-08-16refactor(preg): merge preg_replace_callback2 into preg_replace_callbacknsfisis
2026-08-16refactor(style): drop the unused SymfonyStyle methodsnsfisis
2026-08-16refactor(style): type SymfonyStyle messages as strings and cellsnsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-16feat(php-shim): render human-facing timestamps in the local timezonensfisis
2026-08-12docs(todo): retag TODO markers by root causensfisis
2026-08-11chore(php-shim): drop the substring predicate portsnsfisis
2026-08-11feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpointsnsfisis
2026-08-10refactor(symfony-console): drop the unreachable process title surfacensfisis
2026-08-10refactor(symfony-console): drop the unusable defaultName stubsnsfisis
2026-08-10refactor(symfony): hide leaf modules behind their parent re-exportsnsfisis
2026-08-10refactor(symfony-console): drop the unused Table surfacensfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis