COMMITS
/ lib/std/fmt/parse_float.zig 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
June 10, 2021
J
std, src, doc, test: remove unused variables
Jacob G-W committed
June 13, 2021
V
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen committed
May 20, 2021
I
Run `zig fmt` on src/ and lib/std/
Isaac Freund committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
March 4, 2021
C
Reject bare +/- input when parsing floats
cryptocode committed
January 11, 2021
T
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak committed
November 2, 2020
L
std: Implement more useful approxEq semantics
LemonBoy committed
October 17, 2020
J
Make std.meta.Int accept a signedness parameter
Jan Prudil committed
September 5, 2020
V
Merge pull request #6246 from Vexu/field
Veikka Tuominen committed
September 3, 2020
L
std: Fix silent overflow in float parsing code
LemonBoy committed
V
update uses of deprecated type field access
Vexu committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
April 29, 2020
T
std.meta.IntType -> std.meta.Int
Tadeo Kondrak committed
March 29, 2020
X
cleanup parse_float.zig
xackus committed
X
fix overflow in parseFloat
xackus committed
February 25, 2020
A
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley committed
February 24, 2020
V
remove uses of `@ArgType` and `@IntType`
Vexu committed
February 7, 2020
A
remove workarounds for Windows native CPU features
Andrew Kelley committed
January 22, 2020
A
enable native CPU feature for windows; disable failing tests
Andrew Kelley committed
January 7, 2020
L
Use the correct calling convention for AEABI intrinsics
LemonBoy committed
November 7, 2019
A
update more of the std lib to use `@as`
Andrew Kelley committed
A
update the codebase to use `@as`
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed