COMMITS
/ lib/std/math/log1p.zig February 26, 2024
R
Change many test blocks to doctests/decltests
Ryan Liptak committed
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
November 23, 2023
J
Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011)
John Benediktsson committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 27, 2023
L
std.math: Add isPositiveZero() and isNegativeZero()
Linus Groh 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
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
November 2, 2020
L
std: Implement more useful approxEq semantics
LemonBoy committed
August 25, 2020
F
forceEval() -> doNotOptimizeAway()
Frank Denis 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