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
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-09-19
disable behavior tests regressed by LLVM 17
Andrew Kelley
2023-08-01
add behavior test for sub-aligned field access
Andrew Kelley
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-01
x86_64: fix stack realignment
Jacob Young
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-21
behavior: enable a bunch of disabled tests
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-02-21
behavior: enable passing CBE tests
Jacob Young
2023-01-23
target: use 16 byte alignment for 128-bit types on x86 and ofmt .c
kcbanner
2023-01-23
cbe: fixes for x86
kcbanner
2023-01-01
tests: disable function alignment test for cbe, add 128-bit atomicrmw tests
kcbanner
2022-12-10
disable failing CBE behavior tests failing on aarch64-windows
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-03
cbe: implement function alignment
Jacob Young
2022-11-28
aarch64-windows: skip failing align behavior test
Jakub Konka
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: canonicalize types that have the same C type when emitting typedefs
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-13
stage1: Skip new tests that never passed in stage1
Cody Tapscott
2022-10-05
fix(text): hyphenate "runtime" adjectives
r00ster91
2022-09-20
Sema: pass calculated offset to `elemPtrType` in `elemPtrSlice`
Veikka Tuominen
2022-09-19
Sema: do not use coerceCompatiblePtr for alignCast
Veikka Tuominen
2022-08-18
improved ABI alignment/size for >= 128-bit integers
Andrew Kelley
2022-08-18
stage2: agree with LLVM that `@alignOf(u128)` is 8
Andrew Kelley
2022-07-23
Sema: don't add union field access safety check for single field unions
Veikka Tuominen
2022-07-21
Sema: validate extern struct field types earlier
Veikka Tuominen
2022-07-21
Sema: validate function pointer alignment
Veikka Tuominen
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-06
behaviortest: Skip 'align(N) on functions' on sparc64 for now
Koakuma
2022-06-01
Sema: fix compiler crash with comptime arithmetic involving `@ptrToInt`
Andrew Kelley
2022-06-01
Sema: fix alignment of element ptr result type
Andrew Kelley
2022-05-30
Sema: implement functions generic across callconv() or align()
Andrew Kelley
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-26
fix alignment behavior test case
Andrew Kelley
2022-05-25
mark some more behavior tests as passing
Andrew Kelley
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-18
wasm: enable 128bit integer behavior tests
Luuk de Gram
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
[next]