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.zig
Age
Commit message (
Expand
)
Author
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
fix logic for duplicate comptime fields and avoid freeing comptime fields in ...
Matthew Borkowski
2021-05-13
fix duplicate_field_behavior UseFirst in json.zig
Matthew Borkowski
2021-05-13
std/json: Fix premature closing brace being considered valid JSON
Matthew Borkowski
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std/json: fix previous commit for std.testing changes
Isaac Freund
2021-05-11
fix a double free in parse when duplicate_field_behavior is UseLast and a lea...
Matthew Borkowski
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-04
Switch std.json to use an ordered hashmap
Lewis Gaul
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
2021-02-01
std.json large number support
Jonathan Marler
2021-02-01
allow more complex comptime fields in std.json
daurnimator
2021-02-01
std.json union handling should bubble up AllocationRequired
daurnimator
2021-01-31
std.json support for comptime fields
daurnimator
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
std.meta: rename TagPayloadType to TagPayload
Tadeo Kondrak
2021-01-30
std.meta: rename TagType to Tag
Tadeo Kondrak
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-10
make std.json.unescapeString pub
Vexu
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-09
Fix json parser close tracking (#6865)
daurnimator
2020-11-09
std: json: fix misleading endianness conversion
xackus
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-02
std: Fix json utf{8,16} decoding on BE targets
LemonBoy
2020-10-20
Add missing std in dump function json.zig
John Burton
2020-09-07
Use less inefficient method of replacing TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-07
Update standard library for removal of TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-04
zig fmt
Andrew Kelley
2020-07-24
std: fix json parsing into unions
daurnimator
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-05
Merge pull request #5786 from ziglang/std-hash-map
Andrew Kelley
2020-07-05
update std lib to new hash map API
Andrew Kelley
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-06-22
`try` allocation of pointer type when parsing (#5665)
prime31
2020-06-20
zig fmt
Andrew Kelley
2020-06-15
std: remove std.debug.getStderrStream
daurnimator
2020-05-28
Support stringify for vectors (#5441)
Dmitry Atamanov
2020-05-18
json: properly stringify error sets
Andrew Kelley
2020-05-17
std.json: support stringify for anyerror
Andrew Kelley
2020-05-12
Fix comment typo RFC8529 -> RFC8259
Jason Merrill
2020-05-12
Merge pull request #5118 from xackus/fix-json-writestream
Vexu
[next]