aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/json
AgeCommit message (Expand)Author
2026-06-29fix(json): use php_truthy for JsonManipulator content validity guardsnsfisis
2026-06-29refactor(json): replace seld/jsonlint with serde_jsonnsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27fix(json): include property name in required-property errorsnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-25style(json): apply rustfmt formattingnsfisis
2026-06-25fix(json): handle list-form repositories in remove/convert; fix mis-ported te...nsfisis
2026-06-25feat(json): port set_repository_url to hand-written scannernsfisis
2026-06-25feat(json): port add_link to hand-written scannernsfisis
2026-06-25feat(json): port remove_sub_node to hand-written scannernsfisis
2026-06-25feat(json): port remove_list_item to hand-written scannernsfisis
2026-06-25feat(json): port add_list_item/insert_list_item to hand-written scannernsfisis
2026-06-25feat(json): port JsonManipulator key/sub-node methods to hand-written scannernsfisis
2026-06-25feat(json): hand-written JSON grammar scanner for JsonManipulatornsfisis
2026-06-25feat(json): validate JSON schema via the jsonschema cratensfisis
2026-06-24chore: unwrap meaningless PhpMixed::String()nsfisis
2026-06-22feat(json): resolve bundled Composer schema files via build.rsnsfisis
2026-06-21refactor(php-shim): remove ArrayObject, inline IndexMap into PhpMixed::Objectnsfisis
2026-06-21refactor(math): use method-style max/min/clamp over std::cmpnsfisis
2026-06-21feat(php-shim): implement round() shimnsfisis
2026-06-21refactor(json): eliminate json_last_error in favor of Resultnsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20feat: resolve trivial todo!() placeholdersnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-20feat(php-shim): implement count()nsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-14refactor(pcre): drop strict-groups Preg variantsnsfisis
2026-06-10feat(phase-c): resolve exception-handling phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PhpMixed-conversion phase-b TODOsnsfisis
2026-06-06chore(shirabe): remove ports of PHP @deprecated APIsnsfisis
2026-06-05refactor(json): make json encode helpers accept serde::Serializensfisis
2026-06-05refactor(json): model JsonFile encode/write options as a typed structnsfisis
2026-06-05feat(json-lint): port ParsingException details into a typed structnsfisis
2026-06-03refactor(downloader,repository,json): drop stale try/catch TODOs; fix svn get...nsfisis
2026-06-03feat(downloader,repository): wire exception instanceof downcasts via anyhownsfisis
2026-05-26refactor(io): share IOInterface via Rc<RefCell<dyn _>> handlensfisis
2026-05-22refactor(php-shim): remove unnecessary methodsnsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
2026-05-19fix(compile): fix various compile errorsnsfisis
2026-05-18fix(compile): impl std::error::Error for custom error typesnsfisis
2026-05-17fix(compile): extract constants from traits to make them dyn-compatiblensfisis
2026-05-17fix(shirabe): correct invalid import paths and add missing dependencynsfisis
2026-05-17fix(php-shim): add missing stub functions, constants, and typesnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port JsonManipulator.phpnsfisis
2026-05-16feat(port): port JsonFile.phpnsfisis
2026-05-16feat(port): port JsonFormatter.phpnsfisis