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
/
test
/
behavior
/
math.zig
Age
Commit message (
Expand
)
Author
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-18
test: disable some vector ctz/clz behavior tests on LoongArch with LSX
Alex Rønne Petersen
2025-07-31
Merge pull request #24537 from IOKG04/some-documentation-updates-0
Matthew Lugg
2025-07-28
aarch64: implement scalar `@mod`
Jacob Young
2025-07-28
Merge branch 'ziglang:master' into some-documentation-updates-0
Rue
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-22
`@rem()` and `@mod()` take `denominator != 0`, not just `denominator > 0`
IOKG04
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-02
x86_64: implement integer `@divFloor` and `@mod`
Jacob Young
2025-06-01
Legalize: implement scalarization of overflow intrinsics
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-31
Legalize: implement scalarization of unary operations
Jacob Young
2025-04-11
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley
2025-04-11
Merge pull request #23355 from jacobly0/x86_64-rewrite
Jacob Young
2025-04-11
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen
2025-04-09
x86_64: rewrite scalar `@mulWithOverflow`
Jacob Young
2025-03-24
stage2-wasm: clz fix
Pavel Verigo
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-15
x86_64: rewrite scalar and vector int `@rem`
Jacob Young
2025-02-10
cbe: fix ub triggered by mulw overflowing the promoted type
Jacob Young
2025-01-16
x86_64: pass more behavior tests
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-13
spirv: skip range switch tests
Robin Voetter
2024-10-08
stage2-wasm: airRem + airMod for floats
Pavel Verigo
2024-09-17
Sema: clean up cmpNumeric
mlugg
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-09-10
test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: implement `@clz`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-20
disable failing tests on stage2 backends
Pavel Verigo
2024-07-20
stage2-wasm: @mulWithOverflow fixes + 128 bit signed
Pavel Verigo
2024-07-18
stage2-wasm: improve @shlWithOverflow for <= 128 bits
Pavel Verigo
2024-07-18
stage2-wasm: enhance add/subWithOverflow
Pavel Verigo
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-07-02
stage2-wasm: not op for <= 128 bits ints
Pavel Verigo
2024-06-22
stage2-wasm: fix div and rem
Pavel Verigo
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: integer + float `@abs`
David Rubin
[next]