| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-02 | chore(lint): ban std::io::Read/Write, Any, Command use imports | nsfisis | |
| Extends no_banned_use to cover std::any::Any, std::io::Read/Write, and std::process::Command, and teaches the linter to allow `as _` imports so trait methods can still be brought into scope without binding the banned name. Fully qualifies all existing usages across the codebase. | |||
| 2026-06-27 | refactor: fix compiler warnings and clippy warnings | nsfisis | |
| 2026-06-22 | feat(php-shim): add DOMDocument/DOMNode XML shim | nsfisis | |
| Implements a minimal, PHP-compatible subset of \DOMDocument, \DOMNode and \DOMNodeList for use by Symfony's XmlDescriptor. save_xml mirrors libxml2's formatOutput serialization (XML declaration, 2-space indent, self-closing empty elements, and no pretty-printing of text-bearing elements) and writes to a std::io::Write sink. Verified byte-for-byte against real PHP libxml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
