COMMITS
/ lib/std/json.zig 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
November 15, 2021
C
Json Stringify option to not write out null optional fields (#8979)
Chris Heyes committed
November 10, 2021
A
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley committed
September 17, 2021
R
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak committed
August 30, 2021
A
std, compiler-rt: remove test names where applicable
Andrew Kelley committed
August 28, 2021
A
std: reorganization that allows new usingnamespace semantics
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
August 20, 2021
D
std.json: Add support for recursive objects to std.json.parse (#9307)
Dmitry Matveyev committed
July 17, 2021
T
fix style warning in json.zig
Tizoner committed
June 30, 2021
L
std: Catch and handle overflow in json parser
LemonBoy committed
June 25, 2021
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
June 4, 2021
A
Merge pull request #8750 from lithdew/master
Andrew Kelley committed
June 3, 2021
M
Breaking hash map changes for 0.8.0
Martin Wickham committed
May 18, 2021
K
x/os: {read, write}Vectorized() -> {read, write}Message()
Kenta Iwasaki committed
May 31, 2021
P
std.sync.atomic: extended atomic helper functions (#8866)
protty committed
May 30, 2021
D
std: by default, disallow trailing data when parsing json
daurnimator committed
D
std: fix json.parse with 0 length arrays
daurnimator committed
A
std.json: update to new testing API
Andrew Kelley committed
January 30, 2021
E
std.json: option to ignore unknown fields
Ethan Gruffudd committed
May 20, 2021
I
Run `zig fmt` on src/ and lib/std/
Isaac Freund committed
May 16, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 14, 2021
M
fix logic for duplicate comptime fields and avoid freeing comptime fields in parseFree and parseInternal
Matthew Borkowski committed
May 13, 2021
M
fix duplicate_field_behavior UseFirst in json.zig
Matthew Borkowski committed
M
std/json: Fix premature closing brace being considered valid JSON
Matthew Borkowski committed
May 12, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 11, 2021
I
std/json: fix previous commit for std.testing changes
Isaac Freund committed
May 7, 2021
M
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 23, 2021
A
std: fix compile errors caught by stage2 AstGen
Andrew Kelley committed
April 4, 2021
L
Switch std.json to use an ordered hashmap
Lewis Gaul committed
February 27, 2021
D
HashMap.put returns !void, not a !bool
daurnimator committed
February 13, 2021
B
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf committed
January 29, 2021
J
std.json large number support
Jonathan Marler committed
January 31, 2021
D
allow more complex comptime fields in std.json
daurnimator committed
D
std.json union handling should bubble up AllocationRequired
daurnimator committed
D
std.json support for comptime fields
daurnimator committed
January 11, 2021
T
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak committed
T
std.meta: rename TagPayloadType to TagPayload
Tadeo Kondrak committed
T
std.meta: rename TagType to Tag
Tadeo Kondrak committed
January 8, 2021
J
Remove deprecated stream aliases
Jay Petacat committed
January 6, 2021
J
Reduce use of deprecated IO types
Jay Petacat committed
December 29, 2020
A
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron committed
November 26, 2020
L
std: Use {s} instead of {} when printing strings
LemonBoy committed