aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/scanner_test.zig
AgeCommit message (Expand)Author
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-01-09AstGen: add error for redundant comptime var in comptime scope (#18242)Bogdan Romanyuk
2023-10-27std.json: Parse -0 as a float instead of an integer (#17729)Linus Groh
2023-09-06std: enable FailingAllocator to fail on resizeGregory Anders
2023-08-15std.json: Fix decoding of UTF-16 surrogate pairs (#16830)Ryan Liptak
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe