Andrew Kelley
c30df072bd
std.json: update to new I/O API
...
also do a little bit of namespace cleanup
2025-07-19 16:05:01 -07:00
Jacob Young
98cd378208
x86_64: fix behavior of getValue
...
Old behavior renamed to `getValueIfFree`.
2023-10-26 21:45:58 -04:00
Jacob Young
27fe945a00
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
...
This reverts commit 6f0198cadbe29294f2bf3153a27beebd64377566.
2023-10-22 15:46:43 -04:00
Andrew Kelley
6f0198cadb
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
...
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-22 12:16:35 -07:00
Jacob Young
2e6e39a700
x86_64: fix bugs and disable erroring tests
2023-10-21 10:55:41 -04:00
Garrett
04c7b55de4
std.json: fix key allocation in HashMap for streaming json parsing ( #16422 )
2023-07-22 22:33:50 +00:00
Josh Wolfe
8924f81d8c
std.json: Unify stringify and writeStream ( #16405 )
2023-07-21 19:56:46 -04:00
Josh Wolfe
874d2dd9f7
std.json: add generic hash map that parses/stringifies with arbitrary string keys ( #16366 )
...
* expose innerParseFromValue
2023-07-09 22:18:59 -04:00