COMMITS
/ lib/std/math/isnormal.zig August 28, 2024
M
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
May 17, 2022
A
std.math: simpler error handling
alice committed
April 15, 2022
V
std.math: enable f80 tests on freebsd
vi committed
April 12, 2022
C
Add `floatFractionalBits` to replace `floatMantissaDigits`
Cody Tapscott committed
April 1, 2022
V
math.isNormal: simplify implementation, add tests
viri committed
January 29, 2022
J
Fix overflow in std.math.isNormal when applied to -Inf or a negative NaN
Jonathan S committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
May 14, 2021
V
std: rework math.scalbn (#8733)
viri committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen 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
December 9, 2019
R
Replace @typeOf with @TypeOf in all zig source
Robin Voetter committed
November 7, 2019
A
update the codebase to use `@as`
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed