aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/static_test.zig
AgeCommit message (Expand)Author
2024-01-03Remove some `@as` coercions from assertionsCarl Ã…stholm
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-27x86_64: fix c abi test failuresJacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-09-06std: enable FailingAllocator to fail on resizeGregory Anders
2023-07-22std.json: support parsing json at comptime using FixedBufferAllocator (#16488)Josh Wolfe
2023-07-08std.json: expose innerParse and add .allocate option (#16312)Garrett
2023-06-20std: json.parseFromValue() (#15981)Josh Wolfe
2023-06-19std: Support user-provided jsonParse method. Unify json.Parser and json.parse...Josh Wolfe
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe