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
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-05
CBE: implement some big integer and vector unary operations
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-02-21
behavior: enable passing CBE tests
Jacob Young
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-01-29
cbe: fixes for tls, support for not linking libc, and enabling tests
kcbanner
2023-01-02
skip "binary not 128-bit" on non-llvm
kcbanner
2023-01-02
fmt fixups
kcbanner
2023-01-02
tests: add more coverage for 128 bit operations
kcbanner
2023-01-01
cbe: fixes for compiling zig2.c under msvc
kcbanner
2022-12-27
Revert "aarch64: reenable tests that are no longer regressed"
Andrew Kelley
2022-12-27
Merge pull request #14024 from Vexu/overflow-arithmetic
Andrew Kelley
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-21
CBE: fix bitwise not
Jacob Young
2022-12-13
re-enable "signed zeros are represented properly" beahvior tests for f80 and ...
Meghan
2022-12-10
disable failing CBE behavior tests failing on aarch64-windows
Andrew Kelley
2022-12-10
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-10
aarch64: reenable tests that are no longer regressed
r00ster91
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-04
disable CBE behavior tests that are not passing in release modes
Andrew Kelley
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-11-30
cbe: do not memcpy identical integer types when bitcasting
Veikka Tuominen
2022-11-30
cbe: reduce amount of temporary locals
Veikka Tuominen
2022-11-30
cbe: ensure test and tagName function names are unique
Veikka Tuominen
2022-10-25
cbe: fix floating point builtins
Jacob Young
2022-10-25
cbe: enable test fixed by #13296
Jacob Young
2022-10-25
cbe: improve floating point type support
Jacob Young
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: implement some float ops
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-14
stage2: sparc64: Skip compile-failing tests for now
Koakuma
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-23
skip failing f80 behavior tests on Windows
Jakub Konka
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-18
AstGen: disallow leading zeroes in int literals and int types
zooster
2022-08-10
stage2: Handle lazy values for the % operator
Isaac Freund
2022-07-23
Sema: exact division safety
Veikka Tuominen
2022-07-13
LLVM: implement signext/zeroext attributes
Andrew Kelley
2022-07-09
these riscv64 behavior tests work for stage1 but not stage2
Andrew Kelley
2022-07-08
disable failing riscv64 tests from LLVM 14 upgrade
Andrew Kelley
2022-07-05
compiler_rt: work around LLVM optimizing __muloti4 to call itself
Andrew Kelley
2022-07-05
disable regressed behavior tests from llvm 14
Andrew Kelley
2022-07-05
disable regressed wasm32 behavior tests from LLVM 14
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-05-19
x64: re-enable behavior tests
Jakub Konka
[next]