COMMITS
/ lib/std/math/log.zig August 28, 2024
M
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
January 12, 2024
G
fix #17142, wrong comptime log_int computation
Guillaume Wenzek committed
September 14, 2023
F
std.math.log_int: implement integer logarithm without using float math
Federico Stra committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
April 26, 2022
A
compiler-rt: math functions reorg
Andrew Kelley committed
November 24, 2021
A
AstGen: use reachableExpr for return operand
Andrew Kelley 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
April 2, 2021
A
Compile error for signed integer math
antlilja committed
November 2, 2020
L
std: Implement more useful approxEq semantics
LemonBoy committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
February 24, 2020
January 4, 2020
H
remove @TypeOf() hacks for comptime_int/comptime_float
Haze Booth committed
December 9, 2019
R
Replace @typeOf with @TypeOf in all zig source
Robin Voetter 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