| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-28 | refactor: add linter | nsfisis | |
| 2026-06-24 | refactor(process): take cwd as Option<&str> instead of IntoExecCwd | nsfisis | |
| Replace the generic cwd parameter backed by the IntoExecCwd trait with a concrete Option<&str> across execute/execute_args/execute_tty/execute_async. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-20 | refactor(php-shim): drop Box wrapping from PhpMixed List/Array | nsfisis | |
| The List and Array variants of PhpMixed boxed their elements unnecessarily. Store PhpMixed values directly and update all callers accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-20 | refactor: auto-fix clippy warnings | nsfisis | |
| 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-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-20 | fix(compile): fix all remaining compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 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-19 | fix(compile): fix various compile errors | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | fix(compile): extract constants from traits to make them dyn-compatible | nsfisis | |
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port GitLab.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
