COMMITS
/ lib/std/fmt/parse_float.zig August 28, 2024
M
June 30, 2024
H
std.fmt.parseFloat: add f80 formatFloat support
Harrison McCarty committed
June 14, 2024
M
std.float.parseFloat: fix large hex-float parsing
Marc Tiehuis committed
March 12, 2024
A
std: remove one layer of redundant parse_float namespace
Andrew Kelley committed
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
February 25, 2024
M
fix large f128 values being incorrectly parsed as inf
Marc Tiehuis committed
November 4, 2023
J
x86_64: fix std test failures
Jacob Young committed
October 28, 2023
J
x86_64: fix c abi test failures
Jacob Young committed
October 24, 2023
J
x86_64: pass more 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 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
July 24, 2023
J
re-enable test "fmt.parseFloat nan and inf" after llvm fix
Jan Philipp Hafer committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
March 25, 2023
M
enable more float-parsing tests
Marc Tiehuis committed
March 15, 2023
E
Fix #14901: parseFloat parsing `0x` successfully
Evin Yulo committed
December 28, 2022
A
Revert "aarch64: reenable tests that are no longer regressed"
Andrew Kelley committed
December 7, 2022
R
aarch64: reenable tests that are no longer regressed
r00ster91 committed
A
remove most conditional compilation based on stage1
Andrew Kelley committed
July 6, 2022
A
std.fmt.parse_float: disable failing aarch64 test from LLVM 14
Andrew Kelley committed
May 27, 2022
A
add more corner case tests to float_parse (#11727)
Andreas Reischuck committed
May 2, 2022
M
add new float-parser based on eisel-lemire algorithm
Marc Tiehuis 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
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