aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/question
AgeCommit message (Expand)Author
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(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-24feat(question): model Question hierarchy via QuestionInterface traitnsfisis
2026-06-24test: port more unimplemented testsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-12feat(symfony-console): port Symfony Console and make the workspace compilensfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-19fix(compile): fix various compile errorsnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-14feat(port): port StrictConfirmationQuestion.phpnsfisis
2026-05-12feat(init): add scaffold filesnsfisis