index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
json
/
static_test.zig
Age
Commit message (
Expand
)
Author
2024-01-03
Remove some `@as` coercions from assertions
Carl Ã…stholm
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
2023-07-22
std.json: support parsing json at comptime using FixedBufferAllocator (#16488)
Josh Wolfe
2023-07-08
std.json: expose innerParse and add .allocate option (#16312)
Garrett
2023-06-20
std: json.parseFromValue() (#15981)
Josh Wolfe
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe