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
/
align.zig
Age
Commit message (
Expand
)
Author
2022-02-17
x64: fix ptr_add and ptr_sub
Jakub Konka
2022-02-16
x64: fix ptr_add
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-08
stage2 ARM: support all integer types in genTypedValue
joachimschmidt557
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-06
stage2 ARM: enable a handful of passing behavior tests
joachimschmidt557
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-24
behavior tests: prevent disabled tests from lowering std.Target
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-23
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen
2022-01-19
stage2: fix passing arguments on the stack
Jakub Konka
2022-01-17
stage2: return error.SkipZigTest in unsupported behavior tests
Jakub Konka
2022-01-17
stage2: implement airArrayToSlice for x86_64
Jakub Konka
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-10-22
stage2: implement aligned variables and `@alignCast`
Andrew Kelley
2021-10-22
stage2: slice and alignment fixes
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
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