| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-14 | refactor(pcre): drop Result from Preg method return types | nsfisis | |
| The Preg methods panic on PCRE failure (per the file header rationale), so their anyhow::Result wrappers never carried an Err. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 2026-06-14 | refactor(pcre): drop strict-groups Preg variants | nsfisis | |
| Rust's type system already distinguishes participating from non-participating capture groups via Option, so the *StrictGroups methods add no safety here. Remove them and switch callers to the plain variants. | |||
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-19 | fix(compile): fix more random compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-14 | feat(port): port Version.php (Platform) | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
