index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
math
Age
Commit message (
Expand
)
Author
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-09-18
std.math.modf: disable vector test on LoongArch with LSX
Alex Rønne Petersen
2025-09-13
std.math.big.int: normalize zero result for small multiplications
mlugg
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
std: skip some failing tests on hexagon
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-24
Update powi.zig to fix docstring formatting
Becker A.
2025-08-16
re-enable std.math.modf vector tests (#24786)
Rue
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-07-31
std: stop relying on precision-losing coercions
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-17
Make sure to test the sign of the zero results
Lewis Gaul
2025-07-17
Add tests for math.expm1(), fixing bug in 32-bit function
Lewis Gaul
2025-07-17
Add tests for math.log1p()
Lewis Gaul
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-09
std: replace formatInteger with formatNumber
Andrew Kelley
2025-07-08
std: revert big int test to master branch
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-15
std: disable test on LLVM (#24191)
mlugg
2025-06-15
big.int: implement float conversions
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-04-16
improve test syntax for better stack trace in case of failure
samy007
2025-04-14
std.math.big: add and update tests
samy007
2025-04-14
std.math.big.int: changed llshr and llshl implementation
samy007
2025-04-13
std.math.big.int: remove setRuntimeSafety
samy007
2025-04-05
pow: fix typo 0 instead of inf
homersimpsons
2025-03-25
Merge pull request #23310 from Rexicon226/fix-23309
Alex Rønne Petersen
2025-03-24
std.math: Add least common multiple (lcm)
oittaa
2025-03-24
big.int: return normalized results from `{add,sub}Carry`
David Rubin
2025-03-21
big.int: fix negative multi-limb shift right adjust crash
Jacob Young
2025-03-21
big.int: fix yet another truncate bug
Jacob Young
2025-02-23
std.math.big.int: Support strings up to base 36
Linus Groh
2025-02-18
x86_64: rewrite scalar `@ctz`
Jacob Young
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-06
x86_64: rewrite scalar `@truncate`
Jacob Young
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-18
autodocs: reflow comment to prevent it from been put in blockquote
andrewkraevskii
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-12-27
std.math.tanh: fix special cases comment
saccharin
2024-12-18
Add branchHint to `std.math.pow`
Liam Swayne
2024-11-26
std.math: Disable isSignalNan test on mips32.
Alex Rønne Petersen
2024-11-26
std.math.complex: Add squared magnitude function (#21998)
Chris Boesch
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-12
Remove packed_int_array usage from WasmPageAllocator and BigInt
Krzysztof Wolicki
[next]