| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-20 | refactor(clippy): resolve idiomatic lint warnings | nsfisis | |
| Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-19 | feat(command): implement Symfony Command | nsfisis | |
| 2026-06-14 | feat(php-shim): implement more shim functions | nsfisis | |
| 2026-06-14 | refactor: auto-fix clippy warnings | nsfisis | |
| 2026-06-14 | refactor(pcre): treat regex compile failure as fatal in shim | nsfisis | |
| The preg_* shim helpers wrapped their results in Option/Result solely to signal a regex that failed to compile. Composer never feeds a pattern that fails at runtime, so such a failure is a programming error: panic instead and drop the Option/Result wrappers, updating all callers. preg_replace_callback keeps its Result return type since the callback itself is fallible. preg_match_groups is removed in favor of preg_match at its sole call site. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-14 | chore: add "ref" comments to file header | nsfisis | |
| 2026-06-12 | feat(symfony-console): port Symfony Console and make the workspace compile | nsfisis | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 2026-05-17 | chore: cargo clippy --fix | nsfisis | |
| 2026-05-17 | feat(port): add stub implementations of shirabe-external-packages | nsfisis | |
