aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/hashmap_test.zig
AgeCommit message (Collapse)Author
2025-07-19std.json: update to new I/O APIAndrew Kelley
also do a little bit of namespace cleanup
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
Old behavior renamed to `getValueIfFree`.
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
This reverts commit 6f0198cadbe29294f2bf3153a27beebd64377566.
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
This reverts commit 0c99ba1eab63865592bb084feb271cd4e4b0357e, reversing changes made to 5f92b070bf284f1493b1b5d433dd3adde2f46727. This caused a CI failure when it landed in master branch due to a 128-bit `@byteSwap` in std.mem.
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-07-22std.json: fix key allocation in HashMap for streaming json parsing (#16422)Garrett
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-07-09std.json: add generic hash map that parses/stringifies with arbitrary string ↵Josh Wolfe
keys (#16366) * expose innerParseFromValue