COMMITS
/ lib/std/json.zig May 3, 2024
R
Delete compile errors for deprecated decls
Ryan Liptak committed
October 24, 2023
J
x86_64: pass more tests
Jacob Young committed
October 21, 2023
J
x86_64: implement enough to pass unicode tests
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
September 13, 2023
J
std.json: add fmt function (#17055)
Jonathan Marler committed
July 21, 2023
J
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe committed
July 10, 2023
July 9, 2023
G
std.json: expose innerParse and add .allocate option (#16312)
Garrett committed
June 25, 2023
J
std: re-pub new json symbols in json.zig
Josh Wolfe committed
June 19, 2023
J
May 13, 2023
J
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe committed
May 2, 2023
D
convert s[start..start+len] to s[start..][0..len]
dweiller committed
April 30, 2023
L
std: fix a bunch of typos
Linus Groh committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
April 25, 2023
J
std: @Vector support for std.json.parse
Janne Hellsten committed
April 7, 2023
M
std.json: allow returning custom errors from custom stringify
mateusz committed
March 8, 2023
M
std.json: support tuples
Marcus Ramse committed
R
std.json.stringify: support [*:0]const u8
r00ster91 committed
R
std.json.parseInternal: use switches instead of ifs
r00ster91 committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
February 13, 2023
V
Merge pull request #14548 from schmee/std-json-fixes
Veikka Tuominen committed
L
std: support deserialising JSON strings containing escape seqences into sentinel slice
Leo Constantinides committed
February 4, 2023
J
std.json: don't free struct default values
John Schmidt committed
J
std.json: avoid dangling pointers in ValueTree
John Schmidt committed
J
std.json: fix parsing of structs with default value const pointers
John Schmidt committed
January 28, 2023
J
std.json: check output and source lengths in `std.json`
Jon-Eric Cook committed
December 13, 2022
R
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91 committed
December 7, 2022
A
remove most conditional compilation based on stage1
Andrew Kelley committed
November 27, 2022
A
std.mem.Allocator: allow shrink to fail
Andrew Kelley committed
September 19, 2022
V
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen committed
June 30, 2022
J
std.json: expose encodeJsonString and encodeJsonStringChars
Jonathan Marler committed
July 15, 2022
O
std.json: Fix parsing of large numbers
ominitay committed
July 7, 2022
A
std.json: move tests to json/test.zig file
Andrew Kelley committed
June 29, 2022
M
std.json: Support disabling indent (#11823)
May B committed
June 3, 2022
V
std: update tests to stage2 semantics
Veikka Tuominen committed
May 9, 2022
A
std.json stringify fix object keys are always is strings
Andreas Reischuck committed
April 19, 2022
O
std.json add stringify struct with string as array
OfekShochat committed
April 28, 2022
A
std: use float builtins instead of std.math
Andrew Kelley committed
March 8, 2022
B
std.json: correctly handle sentinel terminated slices
Benjamin San Souci committed
February 1, 2022
J
deprecated TypeInfo in favor of Type
Jonathan Marler committed
February 9, 2022
S
std.json: fix compile error for comptime fields
sharpobject committed
February 2, 2022
A
stage2: remove anytype fields from the language
Andrew Kelley committed
January 17, 2022
M
std: add json.stringifyAlloc
Meghan Denny committed
October 29, 2021
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 11, 2021
M
std/json: use bit-stack for nesting instead of large LLVM integer type
Marc Tiehuis committed