COMMITS
/ lib/std/json/write_stream.zig 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
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
February 27, 2021
D
HashMap.put returns !void, not a !bool
daurnimator committed
January 6, 2021
J
Reduce use of deprecated IO types
Jay Petacat committed
October 18, 2020
T
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
May 24, 2020
A
run zig fmt on std lib
Andrew Kelley committed
May 12, 2020
V
std.json properly handle comptime int/float
Vexu committed
April 21, 2020
X
fix json.WriteStream.emitJson
xackus committed
February 24, 2020
D
std: introduce json.WriteStream.stringify
daurnimator committed
D
std: use json.StringifyOptions.Whitespace from json.WriteStream
daurnimator committed
D
std: use json.stringify logic in some json.WriteStream code paths
daurnimator committed
March 30, 2020
A
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley committed
March 10, 2020
A
update standard library to new I/O streams API
Andrew Kelley committed
A
(breaking) rework stream abstractions
Andrew Kelley committed
February 14, 2020
D
std: use testing.allocator in tests
daurnimator committed
December 9, 2019
R
Replace @typeOf with @TypeOf in all zig source
Robin Voetter committed
A
std.fmt.format: tuple parameter instead of var args
Andrew Kelley committed
October 28, 2019
S
std.json.Value: added dumpStream(), utilize WriteStream for dump()
Sebastian Keller committed
October 27, 2019
S
Added test for 'emitJson'
Sebastian Keller committed
S
Unified public api
Sebastian Keller committed
October 24, 2019
S
Shortened switch statement
Sebastian Keller committed
S
Added 'writeJson' to write_stream.zig:
Sebastian Keller committed
October 11, 2019
A
merge dumps tool: merging ast nodes
Andrew Kelley committed
A
miscellaneous improvements to generated docs
Andrew Kelley committed