| 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-28 | refactor: add linter | nsfisis | |
