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
Age
Commit message (
Expand
)
Author
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-18
add some new fuzz tests
Kendall Condon
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-22
std: remove lossy int to float coercion on json parse
Raiden1411
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-19
std.json: update to new I/O API
Andrew Kelley
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-03-24
std.mem.bytesAsSlice: fix to support zero-bytes sized types
samy007
2025-02-13
std.ArrayList: initial capacity based on cache line size
Andrew Kelley
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-07
Support stringifying non-exhaustive enum to json (#21228)
pfg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-22
std.json.WriteStream supports streaming long values directly to the underlyin...
Josh Wolfe
2024-08-07
fix partial strings getting dropped when multi-byte codepoints span input buf...
Josh Wolfe
2024-08-07
fix tests actually checking string contents
Josh Wolfe
2024-07-25
Add `std.json.ParseOptions.parse_numbers` to preserve float precision (#20744)
Eugene-Dash
2024-07-03
json: respect duplicate_field_behavior in std.json.Value.jsonParse
Techatrix
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-04-06
json.WriteStream.objectFieldRaw() (#19553)
Josh Wolfe
2024-03-09
std.json: update tests to match new floating point formatting
Marc Tiehuis
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-20
json: make std.json.stringifyAlloc return a mutable slice (#19013)
Techatrix
2024-01-13
Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"
Andrew Kelley
2024-01-09
AstGen: add error for redundant comptime var in comptime scope (#18242)
Bogdan Romanyuk
2024-01-03
Remove some `@as` coercions from assertions
Carl Ã…stholm
2023-12-31
prevent by-length slice compile error in static json parsing
dweiller
2023-12-28
refact: rectifified a typo in docs of stringify.zig
Marcius
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-09
std.math: Add isPositiveZero() and isNegativeZero()
Linus Groh
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-27
std.json: Parse -0 as a float instead of an integer (#17729)
Linus Groh
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: disable failing tests, enable test-std testing
Jacob Young
[next]