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-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
2024-10-03
std.math: Re-enable isSignalNan test on most targets.
Alex Rønne Petersen
2024-10-02
std.math: Re-enable snan() test.
Alex Rønne Petersen
2024-09-23
std.math: change gcd's implementation to use Stein's algorithm instead of Euc...
Fri3dNstuff
2024-09-10
test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.
Alex Rønne Petersen
2024-09-06
std.math.big.int: fix shiftRight sign handling
Ian Johnson
2024-09-02
std.math: rename make_f80 to F80.toFloat and break_f80 to F80.fromFloat
Jeremy Hertel
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-07-30
std.math.complex: fix cosh/tanh
Marc Tiehuis
2024-07-30
std.math.complex: tighten existing test bounds
Marc Tiehuis
2024-07-30
std.math.complex: fix acosh/atan/cosh/sqrt
Marc Tiehuis
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-12
Fix right shift on negative BigInts
Tau
2024-05-30
math.hypot: fix incorrect over/underflow behavior (#19472)
expikr
2024-05-21
std.math.big.int.Managed: adjust size of arg for limbs_buffer in format()
poypoyan
2024-05-08
fix wrong int alignment for i65..i127 on x86 arch
Andrew Kelley
2024-05-08
restructure unit test to be easier to debug
Andrew Kelley
2024-04-13
std: fix big int llshr to respect aliasing (#19612)
Андрей Краевский
2024-04-07
Sema: fix runtime call of inline fn with comptime-known comptime-only ret type
Carl Åstholm
2024-03-29
std.math: rework modf
Sean
2024-03-21
Update frexp.zig (#19370)
Sean
2024-03-11
math.big.int: fix incorrect `bitAnd` behavior
tinusgraglin
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
[next]