aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/json
AgeCommit message (Expand)Author
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02fix(json): propagate JsonFile::encode errors instead of unwrappingnsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-07-25refactor(json): embed Composer schemas instead of copying them to targetnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-20fix(json-file): forward detected indent into write's encode optionsnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-18perf(json-file): buffer schema file reads in FileRetrievernsfisis
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