| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-16 | refactor: narrow pub(crate) items to private | nsfisis | |
| Porting mapped every PHP `protected` member onto `pub(crate)`, which is wider than nearly all of them need. Each item demoted here is reached only from the module that defines it, so the crate-wide visibility conveyed nothing. Every `pub(crate)` that survives has at least one reader in another module of the same crate. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
| 2026-06-20 | refactor: auto-fix clippy warnings | nsfisis | |
| 2026-05-26 | refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> | |||
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-12 | feat(port): port GithubActionError.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
