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
/
alignof.zig
Age
Commit message (
Expand
)
Author
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-06-27
behavior: correct alignment for elements and slices of aligned array
r00ster91
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-06
stage2 ARM: enable a handful of passing behavior tests
joachimschmidt557
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley